Class AuthenticationProtocolHandler.AfterAuthenticationListener
java.lang.Object
org.eclipse.jetty.client.api.Response.Listener.Adapter
org.eclipse.jetty.client.AuthenticationProtocolHandler.AfterAuthenticationListener
- All Implemented Interfaces:
EventListener, Response.AsyncContentListener, Response.BeginListener, Response.CompleteListener, Response.ContentListener, Response.DemandedContentListener, Response.FailureListener, Response.HeaderListener, Response.HeadersListener, Response.Listener, Response.ResponseListener, Response.SuccessListener
- Enclosing class:
AuthenticationProtocolHandler
private class AuthenticationProtocolHandler.AfterAuthenticationListener
extends Response.Listener.Adapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface Response.Listener
Response.Listener.Adapter -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAfterAuthenticationListener(Authentication.Result authenticationResult) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Response.AsyncContentListener
onContentMethods inherited from interface Response.ContentListener
onContentMethods inherited from interface Response.DemandedContentListener
onBeforeContentMethods inherited from interface Response.Listener
onBegin, onComplete, onContent, onFailure, onHeader, onHeaders
-
Field Details
-
authenticationResult
-
-
Constructor Details
-
AfterAuthenticationListener
-
-
Method Details
-
onSuccess
Description copied from interface:Response.SuccessListenerCallback method invoked when the whole response has been successfully received.- Parameters:
response- the response containing the response line data and the headers
-