Uses of Class
org.jivesoftware.openfire.spi.ConnectionListener
-
Packages that use ConnectionListener Package Description org.jivesoftware.openfire org.jivesoftware.openfire.nio org.jivesoftware.openfire.spi -
-
Uses of ConnectionListener in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ConnectionListener Modifier and Type Method Description ConnectionListenerConnectionManager. getListener(ConnectionType type, boolean startInDirectTlsMode)Returns a connection listener.Methods in org.jivesoftware.openfire that return types with arguments of type ConnectionListener Modifier and Type Method Description Set<ConnectionListener>ConnectionManager. getListeners()Returns all connection listeners.Set<ConnectionListener>ConnectionManager. getListeners(ConnectionType type)Returns al connection listeners for the provided type. -
Uses of ConnectionListener in org.jivesoftware.openfire.nio
Methods in org.jivesoftware.openfire.nio with parameters of type ConnectionListener Modifier and Type Method Description Future<LocalSession>NettySessionInitializer. init(ConnectionListener listener) -
Uses of ConnectionListener in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return ConnectionListener Modifier and Type Method Description ConnectionListenerConnectionManagerImpl. getListener(ConnectionType type, boolean startInDirectTlsMode)Returns a connection listener.Methods in org.jivesoftware.openfire.spi that return types with arguments of type ConnectionListener Modifier and Type Method Description Set<ConnectionListener>ConnectionManagerImpl. getListeners()Returns all connection listeners.Set<ConnectionListener>ConnectionManagerImpl. getListeners(ConnectionType type)Returns al connection listeners for the provided type.
-