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