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
  • Field Details

  • Constructor Details

    • AfterAuthenticationListener

      private AfterAuthenticationListener(Authentication.Result authenticationResult)
  • Method Details

    • onSuccess

      public void onSuccess(Response response)
      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