T - the connection type.public abstract class AbstractIODispatch<T> extends Object implements IOEventDispatch
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted HTTP connections.CONNECTION_KEY| Constructor and Description |
|---|
AbstractIODispatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
connected(IOSession session)
Triggered after the given session has been just created.
|
void |
disconnected(IOSession session)
Triggered when the given session has been terminated.
|
void |
inputReady(IOSession session)
Triggered when the given session has input pending.
|
void |
outputReady(IOSession session)
Triggered when the given session is ready for output.
|
void |
timeout(IOSession session)
Triggered when the given session as timed out.
|
public void connected(IOSession session)
IOEventDispatchconnected in interface IOEventDispatchsession - the I/O session.public void disconnected(IOSession session)
IOEventDispatchdisconnected in interface IOEventDispatchsession - the I/O session.public void inputReady(IOSession session)
IOEventDispatchinputReady in interface IOEventDispatchsession - the I/O session.public void outputReady(IOSession session)
IOEventDispatchoutputReady in interface IOEventDispatchsession - the I/O session.public void timeout(IOSession session)
IOEventDispatchtimeout in interface IOEventDispatchsession - the I/O session.Copyright © 2010 - 2020 Adobe. All Rights Reserved