Java org.apache.http.conn.routing RouteTracker fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.routing RouteTracker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.routing RouteTracker.

The text is from its open source code.

Constructor

RouteTracker(final HttpRoute route)
Creates a new tracker for the given route.

Method

voidconnectProxy(final HttpHost proxy, final boolean secure)
Tracks connecting to the first proxy.
voidconnectTarget(final boolean secure)
Tracks connecting to the target.
voidlayerProtocol(final boolean secure)
Tracks layering a protocol.
HttpRoutetoRoute()
Obtains the tracked route.
voidtunnelProxy(final HttpHost proxy, final boolean secure)
Tracks tunnelling to a proxy in a proxy chain.
voidtunnelTarget(final boolean secure)
Tracks tunnelling to the target.