Uses of Class
org.apache.mina.proxy.event.IoSessionEvent
Packages that use IoSessionEvent
-
Uses of IoSessionEvent in org.apache.mina.proxy.event
Fields in org.apache.mina.proxy.event with type parameters of type IoSessionEventModifier and TypeFieldDescriptionprivate 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 IoSessionEventModifier and TypeMethodDescriptionvoidIoSessionEventQueue.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.