|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RouteInfo.LayerType | |
|---|---|
| org.apache.http.conn.routing | Client connection routing APIs. |
| Uses of RouteInfo.LayerType in org.apache.http.conn.routing |
|---|
| Methods in org.apache.http.conn.routing that return RouteInfo.LayerType | |
|---|---|
RouteInfo.LayerType |
RouteInfo.getLayerType()
Obtains the layering type of this route. |
RouteInfo.LayerType |
HttpRoute.getLayerType()
|
RouteInfo.LayerType |
RouteTracker.getLayerType()
|
static RouteInfo.LayerType |
RouteInfo.LayerType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RouteInfo.LayerType[] |
RouteInfo.LayerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.http.conn.routing with parameters of type RouteInfo.LayerType | |
|---|---|
HttpRoute(org.apache.http.HttpHost target,
InetAddress local,
org.apache.http.HttpHost[] proxies,
boolean secure,
RouteInfo.TunnelType tunnelled,
RouteInfo.LayerType layered)
Creates a new route with all attributes specified explicitly. |
|
HttpRoute(org.apache.http.HttpHost target,
InetAddress local,
org.apache.http.HttpHost proxy,
boolean secure,
RouteInfo.TunnelType tunnelled,
RouteInfo.LayerType layered)
Creates a new route with at most one proxy. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||