Uses of Class
org.apache.mina.proxy.filter.ProxyFilter
-
Packages that use ProxyFilter Package Description org.apache.mina.proxy org.apache.mina.proxy.session -
-
Uses of ProxyFilter in org.apache.mina.proxy
Fields in org.apache.mina.proxy declared as ProxyFilter Modifier and Type Field Description private ProxyFilterProxyConnector. proxyFilterProxy filter instance.Methods in org.apache.mina.proxy that return ProxyFilter Modifier and Type Method Description protected ProxyFilterAbstractProxyLogicHandler. getProxyFilter() -
Uses of ProxyFilter in org.apache.mina.proxy.session
Fields in org.apache.mina.proxy.session declared as ProxyFilter Modifier and Type Field Description private ProxyFilterProxyIoSession. proxyFilterParentProxyFilterhandling the session.Methods in org.apache.mina.proxy.session that return ProxyFilter Modifier and Type Method Description ProxyFilterProxyIoSession. getProxyFilter()Methods in org.apache.mina.proxy.session with parameters of type ProxyFilter Modifier and Type Method Description voidProxyIoSession. setProxyFilter(ProxyFilter proxyFilter)Sets theProxyFilter.
-