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

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

Introduction

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

The text is from its open source code.

Method

intgetHopCount()
Obtains the number of hops in this route.
HttpHostgetProxyHost()
Obtains the first proxy host.
HttpHostgetTargetHost()
Obtains the target host.
booleanisSecure()
Checks whether this route is secure.
booleanisTunnelled()
Checks whether this route is tunnelled through a proxy.