HttpRouteDirectorpublic interface HttpRouteDirector Provides directions on establishing a route.
Implementations of this interface compare a planned route with
a tracked route and indicate the next step required. |
Fields Summary |
---|
public static final int | UNREACHABLEIndicates that the route can not be established at all. | public static final int | COMPLETEIndicates that the route is complete. | public static final int | CONNECT_TARGETStep: open connection to target. | public static final int | CONNECT_PROXYStep: open connection to proxy. | public static final int | TUNNEL_TARGETStep: tunnel through proxy to target. | public static final int | TUNNEL_PROXYStep: tunnel through proxy to other proxy. | public static final int | LAYER_PROTOCOLStep: layer protocol (over tunnel). |
|