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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(final Object obj)
Compares this route to another.
intgetHopCount()
HttpHostgetHopTarget(final int hop)
InetAddressgetLocalAddress()
InetSocketAddressgetLocalSocketAddress()
HttpHostgetProxyHost()
HttpHostgetTargetHost()
booleanisSecure()
booleanisTunnelled()
StringtoString()
Obtains a description of this route.