| java.lang.Object HTTPClient.AuthorizationModule
AuthorizationModule | class AuthorizationModule implements HTTPClientModule,GlobalConstants(Code) | | This module handles authentication requests. Authentication info is
preemptively sent if any suitable candidate info is available. If a
request returns with an appropriate status (401 or 407) then the
necessary info is sought from the AuthenticationInfo class.
version: 0.3-2 18/06/1999 author: Ronald Tschalär |
Constructor Summary | |
| AuthorizationModule() Initialize counters for challenge and auth-info lists. |
AuthorizationModule | AuthorizationModule()(Code) | | Initialize counters for challenge and auth-info lists.
|
responsePhase3Handler | public void responsePhase3Handler(Response resp, RoRequest req)(Code) | | Invoked by the HTTPClient.
|
|
|