Home
last modified time | relevance | path

Searched refs:LAYERED (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java213 this.layered = LayerType.LAYERED; in layerProtocol()
298 return (this.layered == LayerType.LAYERED); in isLayered()
419 if (this.layered == LayerType.LAYERED) in toString()
DHttpRoute.java212 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute()
327 return (this.layered == LayerType.LAYERED); in isLayered()
423 if (this.layered == LayerType.LAYERED) in toString()
DRouteInfo.java80 public enum LayerType { PLAIN, LAYERED } enumConstant
/external/apache-http/api/
Dapache-http-legacy-current.txt1966 enum_constant public static final org.apache.http.conn.routing.RouteInfo.LayerType LAYERED;