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 ProxyFilter
AbstractProxyLogicHandler. 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 ProxyFilter
ProxyIoSession. getProxyFilter()
Methods in org.apache.mina.proxy.session with parameters of type ProxyFilter Modifier and Type Method Description void
ProxyIoSession. setProxyFilter(ProxyFilter proxyFilter)
Sets theProxyFilter
.
-