|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProxyIoSession in org.apache.mina.proxy |
|---|
| Methods in org.apache.mina.proxy that return ProxyIoSession | |
|---|---|
ProxyIoSession |
ProxyLogicHandler.getProxyIoSession()
Returns the ProxyIoSession. |
ProxyIoSession |
ProxyConnector.getProxyIoSession()
Returns the ProxyIoSession linked with this connector. |
ProxyIoSession |
AbstractProxyLogicHandler.getProxyIoSession()
Returns the ProxyIoSession object. |
| Methods in org.apache.mina.proxy with parameters of type ProxyIoSession | |
|---|---|
void |
ProxyConnector.setProxyIoSession(ProxyIoSession proxyIoSession)
Sets the proxy session object of this connector. |
| Constructors in org.apache.mina.proxy with parameters of type ProxyIoSession | |
|---|---|
AbstractProxyLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractProxyLogicHandler. |
|
| Uses of ProxyIoSession in org.apache.mina.proxy.event |
|---|
| Constructors in org.apache.mina.proxy.event with parameters of type ProxyIoSession | |
|---|---|
IoSessionEventQueue(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http |
|---|
| Fields in org.apache.mina.proxy.handlers.http declared as ProxyIoSession | |
|---|---|
protected ProxyIoSession |
AbstractAuthLogicHandler.proxyIoSession
Object that contains all the proxy authentication session informations. |
| Methods in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSession | |
|---|---|
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. |
| Constructors in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSession | |
|---|---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
Instantiates a handler for the given proxy session. |
|
AbstractHttpLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractHttpLogicHandler. |
|
HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.basic |
|---|
| Constructors in org.apache.mina.proxy.handlers.http.basic with parameters of type ProxyIoSession | |
|---|---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.digest |
|---|
| Constructors in org.apache.mina.proxy.handlers.http.digest with parameters of type ProxyIoSession | |
|---|---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.ntlm |
|---|
| Constructors in org.apache.mina.proxy.handlers.http.ntlm with parameters of type ProxyIoSession | |
|---|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.handlers.socks |
|---|
| Constructors in org.apache.mina.proxy.handlers.socks with parameters of type ProxyIoSession | |
|---|---|
AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractSocksLogicHandler. |
|
Socks4LogicHandler(ProxyIoSession proxyIoSession)
|
|
Socks5LogicHandler(ProxyIoSession proxyIoSession)
|
|
| Uses of ProxyIoSession in org.apache.mina.proxy.session |
|---|
| Methods in org.apache.mina.proxy.session that return ProxyIoSession | |
|---|---|
ProxyIoSession |
ProxyIoSessionInitializer.getProxySession()
|
| Constructors in org.apache.mina.proxy.session with parameters of type ProxyIoSession | |
|---|---|
ProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer,
ProxyIoSession proxyIoSession)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||