public interface IDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
deliverIncoming(IStreamConnector connector,
ISession session)
Connects the dispatcher plug-in to the specified incoming connector.
|
void deliverIncoming(IStreamConnector connector, ISession session)
connector - The connector of an incoming connection.session - The session data of the incoming connection.