public class IoSessionEventQueue extends Object
| Constructor and Description |
|---|
IoSessionEventQueue(ProxyIoSession proxyIoSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueueEventIfNecessary(IoSessionEvent evt)
Event is enqueued only if necessary :
- socks proxies do not need the reconnection feature so events are always
forwarded for these.
|
void |
flushPendingSessionEvents()
Send any session event which were queued while waiting for handshaking to complete.
|
public IoSessionEventQueue(ProxyIoSession proxyIoSession)
public void enqueueEventIfNecessary(IoSessionEvent evt)
evt - the event to enqueue