程序包 | 说明 |
---|---|
org.apache.mina.proxy.handlers.http | |
org.apache.mina.proxy.handlers.http.basic | |
org.apache.mina.proxy.handlers.http.digest | |
org.apache.mina.proxy.handlers.http.ntlm |
限定符和类型 | 方法和说明 |
---|---|
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. |
限定符和类型 | 类和说明 |
---|---|
class |
HttpBasicAuthLogicHandler
HttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.
|
class |
HttpNoAuthLogicHandler
HttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler.
|
限定符和类型 | 类和说明 |
---|---|
class |
HttpDigestAuthLogicHandler
HttpDigestAuthLogicHandler.java - HTTP Digest authentication mechanism logic handler.
|
限定符和类型 | 类和说明 |
---|---|
class |
HttpNTLMAuthLogicHandler
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
|