Uses of Interface
org.igniterealtime.jbosh.BOSHClientConnListener
-
Uses of BOSHClientConnListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientConnListenerModifier and TypeFieldDescriptionprivate final Set
<BOSHClientConnListener> BOSHClient.connListeners
Connection listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnListenerModifier and TypeMethodDescriptionvoid
BOSHClient.addBOSHClientConnListener
(BOSHClientConnListener listener) Adds a connection listener to the session.void
BOSHClient.removeBOSHClientConnListener
(BOSHClientConnListener listener) Removes a connection listener from the session.