Interface HttpClientConnector.HttpAuthenticationHandler

All Superinterfaces:
AuthenticationHandler<AuthenticationChallenge,String>, AutoCloseable, Closeable
All Known Implementing Classes:
HttpClientConnector.HttpBasicAuthentication, HttpClientConnector.NegotiateAuthentication
Enclosing class:
HttpClientConnector

private static interface HttpClientConnector.HttpAuthenticationHandler extends AuthenticationHandler<AuthenticationChallenge,String>
  • Method Details