Uses of Class
org.apache.mina.proxy.event.IoSessionEvent
-
Packages that use IoSessionEvent Package Description org.apache.mina.proxy.event -
-
Uses of IoSessionEvent in org.apache.mina.proxy.event
Methods in org.apache.mina.proxy.event with parameters of type IoSessionEvent Modifier and Type Method Description void
IoSessionEventQueue. enqueueEventIfNecessary(IoSessionEvent evt)
Event is enqueued only if necessary : - socks proxies do not need the reconnection feature so events are always forwarded for these.
-