Org.Apache.Http.Conn.Routing.RouteTracker: Method Members

The methods of Org.Apache.Http.Conn.Routing.RouteTracker are listed below. For a list of all members, see the RouteTracker Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Clone() : Java.Lang.Object
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) : bool
Compares this tracked route to another.
override
GetHashCode() : int
Generates a hash code for this tracked route.
GetHopTarget(int) : Org.Apache.Http.HttpHost
Obtains the target of a hop in this route.
LayerProtocol(bool)
Tracks layering a protocol.
ToRoute() : HttpRoute
Obtains the tracked route.
override
ToString() : string
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.