|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.proxy.session.ProxyIoSession
public class ProxyIoSession
ProxyIoSession.java - Class that contains all informations for the current proxy authentication session.
Field Summary | |
---|---|
static String |
PROXY_SESSION
|
Constructor Summary | |
---|---|
ProxyIoSession(InetSocketAddress proxyAddress,
ProxyRequest request)
|
Method Summary | |
---|---|
Charset |
getCharset()
|
String |
getCharsetName()
|
ProxyConnector |
getConnector()
|
IoSessionEventQueue |
getEventQueue()
|
ProxyLogicHandler |
getHandler()
|
List<HttpAuthenticationMethods> |
getPreferedOrder()
|
InetSocketAddress |
getProxyAddress()
|
ProxyFilter |
getProxyFilter()
|
ProxyRequest |
getRequest()
|
IoSession |
getSession()
|
boolean |
isAuthenticationFailed()
|
boolean |
isReconnectionNeeded()
|
void |
setAuthenticationFailed(boolean authenticationFailed)
|
void |
setCharsetName(String charsetName)
|
void |
setConnector(ProxyConnector connector)
Note : Please do not call this method from your code it could result in an unexpected behaviour. |
void |
setHandler(ProxyLogicHandler handler)
|
void |
setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
|
void |
setProxyAddress(InetSocketAddress proxyAddress)
|
void |
setProxyFilter(ProxyFilter proxyFilter)
Note : Please do not call this method from your code it could result in an unexpected behaviour. |
void |
setReconnectionNeeded(boolean reconnectionNeeded)
Note : Please do not call this method from your code it could result in an unexpected behaviour. |
void |
setRequest(ProxyRequest request)
|
void |
setSession(IoSession session)
Note : Please do not call this method from your code it could result in an unexpected behaviour. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROXY_SESSION
Constructor Detail |
---|
public ProxyIoSession(InetSocketAddress proxyAddress, ProxyRequest request)
Method Detail |
---|
public IoSessionEventQueue getEventQueue()
public List<HttpAuthenticationMethods> getPreferedOrder()
public void setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
public ProxyLogicHandler getHandler()
public void setHandler(ProxyLogicHandler handler)
public ProxyFilter getProxyFilter()
public void setProxyFilter(ProxyFilter proxyFilter)
public ProxyRequest getRequest()
public void setRequest(ProxyRequest request)
public IoSession getSession()
public void setSession(IoSession session)
public ProxyConnector getConnector()
public void setConnector(ProxyConnector connector)
public InetSocketAddress getProxyAddress()
public void setProxyAddress(InetSocketAddress proxyAddress)
public boolean isReconnectionNeeded()
public void setReconnectionNeeded(boolean reconnectionNeeded)
public Charset getCharset()
public String getCharsetName()
public void setCharsetName(String charsetName)
public boolean isAuthenticationFailed()
public void setAuthenticationFailed(boolean authenticationFailed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |