The members of Org.Apache.Http.Conn.Routing.RouteTracker are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new tracker for the given route. | ||
| Creates a new route tracker. |
| [read-only] | HopCount | int. Obtains the number of hops in this route. |
| [read-only] | IsConnected | bool. |
| [read-only] | IsLayered | bool. Checks whether this route includes a layered protocol. |
| [read-only] | IsSecure | bool. Checks whether this route is secure. |
| [read-only] | IsTunnelled | bool. Checks whether this route is tunnelled through a proxy. |
| [read-only] | LayerType | RouteInfoLayerType. Obtains the layering type of this route. |
| [read-only] | LocalAddress | Java.Net.InetAddress. Obtains the local address to connect from. |
| [read-only] | ProxyHost | Org.Apache.Http.HttpHost. Obtains the first proxy host. |
| [read-only] | TargetHost | Org.Apache.Http.HttpHost. Obtains the target host. |
| [read-only] | TunnelType | RouteInfoTunnelType. Obtains the tunnel type of this route. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Creates and returns a copy of this Object. | ||
ConnectProxy(Org.Apache.Http.HttpHost, bool)Tracks connecting to the first proxy. | ||
ConnectTarget(bool)Tracks connecting to the target. | ||
override | Equals(Java.Lang.Object)Compares this tracked route to another. | |
override | GetHashCode()Generates a hash code for this tracked route. | |
GetHopTarget(int)Obtains the target of a hop in this route. | ||
LayerProtocol(bool)Tracks layering a protocol. | ||
ToRoute()Obtains the tracked route. | ||
override | ToString()Obtains a description of the tracked route. | |
TunnelProxy(Org.Apache.Http.HttpHost, bool)Tracks tunnelling to a proxy in a proxy chain. | ||
TunnelTarget(bool)Tracks tunnelling to the target. | ||