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
ConstructorsModifierConstructorDescriptionprivate
AfterAuthenticationListener
(Authentication.Result authenticationResult) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.client.api.Response.AsyncContentListener
onContent
Methods inherited from interface org.eclipse.jetty.client.api.Response.ContentListener
onContent
Methods inherited from interface org.eclipse.jetty.client.api.Response.DemandedContentListener
onBeforeContent
Methods 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.SuccessListener
Callback method invoked when the whole response has been successfully received.- Parameters:
response
- the response containing the response line data and the headers
-