Modifier and Type | Method | Description |
---|---|---|
static AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(int method,
ProxyIoSession proxyIoSession) |
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession) |
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpBasicAuthLogicHandler |
HttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.
|
class |
HttpNoAuthLogicHandler |
HttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HttpDigestAuthLogicHandler |
HttpDigestAuthLogicHandler.java - HTTP Digest authentication mechanism logic handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HttpNTLMAuthLogicHandler |
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.