| Package | Description |
|---|---|
| org.apache.mina.proxy.event |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<IoSessionEvent> |
IoSessionEventQueue.sessionEventsQueue
Queue of session events which occurred before the proxy handshake had completed.
|
| Modifier and Type | Method and 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.
|
private void |
IoSessionEventQueue.enqueueSessionEvent(IoSessionEvent evt)
Enqueue an event to be delivered once handshaking is complete.
|