Uses of Class
org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Packages that use ConnectionAcceptor Package Description org.jivesoftware.openfire.spi -
-
Uses of ConnectionAcceptor in org.jivesoftware.openfire.spi
Subclasses of ConnectionAcceptor in org.jivesoftware.openfire.spi Modifier and Type Class Description class
NettyConnectionAcceptor
Responsible for accepting new (socket) connections, using Java NIO implementation provided by the Netty framework.Methods in org.jivesoftware.openfire.spi that return ConnectionAcceptor Modifier and Type Method Description ConnectionAcceptor
ConnectionListener. getConnectionAcceptor()
ConnectionAcceptor
ConnectionManagerImpl. getConnectionAcceptor(ConnectionType type, boolean directTLS)
Returns the connection acceptor for a particular connection type and configuration.Methods in org.jivesoftware.openfire.spi with parameters of type ConnectionAcceptor Modifier and Type Method Description void
ConnectionListener.SocketAcceptorEventListener. acceptorStarting(ConnectionAcceptor connectionAcceptor)
Invoked prior to the start of an acceptor.void
ConnectionListener.SocketAcceptorEventListener. acceptorStopping(ConnectionAcceptor connectionAcceptor)
Invoked prior to the shutdown of an acceptor.
-