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 classNettyConnectionAcceptorResponsible 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 ConnectionAcceptorConnectionListener. getConnectionAcceptor()ConnectionAcceptorConnectionManagerImpl. 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 voidConnectionListener.SocketAcceptorEventListener. acceptorStarting(ConnectionAcceptor connectionAcceptor)Invoked prior to the start of an acceptor.voidConnectionListener.SocketAcceptorEventListener. acceptorStopping(ConnectionAcceptor connectionAcceptor)Invoked prior to the shutdown of an acceptor.
-