Uses of Class
org.apache.mina.proxy.ProxyConnector
-
Packages that use ProxyConnector Package Description org.apache.mina.proxy.session -
-
Uses of ProxyConnector in org.apache.mina.proxy.session
Methods in org.apache.mina.proxy.session that return ProxyConnector Modifier and Type Method Description ProxyConnector
ProxyIoSession. getConnector()
Methods in org.apache.mina.proxy.session with parameters of type ProxyConnector Modifier and Type Method Description void
ProxyIoSession. setConnector(ProxyConnector connector)
Sets the connector reference of this proxy session.
-