java.lang.Object | |
↳ | org.apache.http.conn.routing.BasicRouteDirector |
Basic implementation of an
HttpRouteDirector
.
This implementation is stateless and therefore thread-safe.
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.apache.http.conn.routing.HttpRouteDirector
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Provides the next step.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Determines the next step to establish a direct connection.
|
||||||||||
|
Determines the first step to establish a route.
|
||||||||||
|
Determines the next step to establish a connection via proxy.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.conn.routing.HttpRouteDirector
|
Provides the next step.
plan | the planned route |
---|---|
fact |
the currently established route, or
null
if nothing is established
|
Determines the next step to establish a direct connection.
plan | the planned route |
---|---|
fact | the currently established route |
Determines the first step to establish a route.
plan | the planned route |
---|
Determines the next step to establish a connection via proxy.
plan | the planned route |
---|---|
fact | the currently established route |