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)
acceptor
- The acceptor here will be always null on a client connection created event.connection
- the connection that has been createdprotocol
- the protocol to useCopyright © 2016 JBoss by Red Hat. All rights reserved.