Uses of Class
org.jivesoftware.openfire.spi.ConnectionListener
-
Packages that use ConnectionListener Package Description org.jivesoftware.openfire.spi -
-
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 startInSslMode)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.
-