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

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

Introduction

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

The text is from its open source code.

Field

intUNREACHABLE
Indicates that the route can not be established at all.
intCOMPLETE
Indicates that the route is complete.
intCONNECT_TARGET
Step: open connection to target.
intCONNECT_PROXY
Step: open connection to proxy.
intTUNNEL_TARGET
Step: tunnel through proxy to target.
intTUNNEL_PROXY
Step: tunnel through proxy to other proxy.
intLAYER_PROTOCOL
Step: layer protocol (over tunnel).

Method

intnextStep(RouteInfo plan, RouteInfo fact)
Provides the next step.