Uses of Class
org.jivesoftware.openfire.spi.ConnectionAcceptor
Packages that use ConnectionAcceptor
-
Uses of ConnectionAcceptor in org.jivesoftware.openfire.spi
Subclasses of ConnectionAcceptor in org.jivesoftware.openfire.spiModifier and TypeClassDescriptionclass
Responsible for accepting new (socket) connections, using Java NIO implementation provided by the Netty framework.Methods in org.jivesoftware.openfire.spi that return ConnectionAcceptorModifier and TypeMethodDescriptionConnectionListener.getConnectionAcceptor()
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 ConnectionAcceptorModifier and TypeMethodDescriptionvoid
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.