public interface ServerConnectionLifeCycleListener extends ConnectionLifeCycleListener
Modifier and Type | Method and Description |
---|---|
void |
connectionCreated(Acceptor acceptor,
Connection connection,
String protocol)
This method is used both by client connector creation and server connection creation through acceptors.
|
connectionCreated, connectionDestroyed, connectionException, connectionReadyForWrites
void connectionCreated(Acceptor acceptor, Connection connection, String protocol)
The
- acceptor here will be always null on a client connection created event.connection
- the connection that has been createdCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.