private class AuthenticationProtocolHandler.AfterAuthenticationListener extends Response.Listener.Adapter
Response.Listener.Adapter
Modifier and Type | Field and Description |
---|---|
private Authentication.Result |
authenticationResult |
Modifier | Constructor and Description |
---|---|
private |
AfterAuthenticationListener(Authentication.Result authenticationResult) |
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(Response response)
Callback method invoked when the whole response has been successfully received.
|
onBegin, onComplete, onContent, onContent, onFailure, onHeader, onHeaders
private final Authentication.Result authenticationResult
private AfterAuthenticationListener(Authentication.Result authenticationResult)
public void onSuccess(Response response)
Response.SuccessListener
onSuccess
in interface Response.SuccessListener
onSuccess
in class Response.Listener.Adapter
response
- the response containing the response line data and the headers