Package org.jivesoftware.openfire.spi
Interface ConnectionListener.SocketAcceptorEventListener
- Enclosing class:
- ConnectionListener
public static interface ConnectionListener.SocketAcceptorEventListener
An event listener for events related to a SocketAcceptor instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptorStarting(ConnectionAcceptor connectionAcceptor) Invoked prior to the start of an acceptor.voidacceptorStopping(ConnectionAcceptor connectionAcceptor) Invoked prior to the shutdown of an acceptor.
-
Method Details
-
acceptorStarting
Invoked prior to the start of an acceptor.- Parameters:
connectionAcceptor- The acceptor that is being started.
-
acceptorStopping
Invoked prior to the shutdown of an acceptor.- Parameters:
connectionAcceptor- The acceptor that is being stopped.
-