| Modifier and Type | Method and 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 and 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 and Description |
|---|---|
class |
HttpDigestAuthLogicHandler
HttpDigestAuthLogicHandler.java - HTTP Digest authentication mechanism logic handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpNTLMAuthLogicHandler
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.