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
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
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.
-