No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
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 |