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
Fields in org.apache.mina.proxy.event with type parameters of type IoSessionEvent Modifier and Type Field Description private java.util.Queue<IoSessionEvent>IoSessionEventQueue. sessionEventsQueueQueue of session events which occurred before the proxy handshake had completed.Methods in org.apache.mina.proxy.event with parameters of type IoSessionEvent Modifier and Type Method Description voidIoSessionEventQueue. enqueueEventIfNecessary(IoSessionEvent evt)Event is enqueued only if necessary : - socks proxies do not need the reconnection feature so events are always forwarded for these.private voidIoSessionEventQueue. enqueueSessionEvent(IoSessionEvent evt)Enqueue an event to be delivered once handshaking is complete.
-