public static interface Acceptor.Listener
Modifier and Type | Method and Description |
---|---|
void |
connectionAccepted(ConnectionType connectionType,
ConnectionIdentity connection)
A connection has been accepted.
|
void |
connectionClosed(ConnectionType connectionType,
ConnectionIdentity connection)
A connection has been closed.
|
void connectionAccepted(ConnectionType connectionType, ConnectionIdentity connection)
connectionType
- The type of the connection.connection
- The connection identity.void connectionClosed(ConnectionType connectionType, ConnectionIdentity connection)
connectionType
- The type of the connection.connection
- The connection identity.Copyright © 2000-2014. All Rights Reserved.