Package org.eclipse.jetty.client
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 org.eclipse.jetty.client.api.Response.Listener
Response.Listener.Adapter -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAfterAuthenticationListener(Authentication.Result authenticationResult) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.client.api.Response.AsyncContentListener
onContentMethods inherited from interface org.eclipse.jetty.client.api.Response.ContentListener
onContentMethods inherited from interface org.eclipse.jetty.client.api.Response.DemandedContentListener
onBeforeContentMethods inherited from interface org.eclipse.jetty.client.api.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
-