Uses of Interface
org.igniterealtime.jbosh.BOSHClientConnListener
-
-
Uses of BOSHClientConnListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientConnListener Modifier and Type Field Description private java.util.Set<BOSHClientConnListener>
BOSHClient. connListeners
Connection listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnListener Modifier and Type Method Description void
BOSHClient. addBOSHClientConnListener(BOSHClientConnListener listener)
Adds a connection listener to the session.void
BOSHClient. removeBOSHClientConnListener(BOSHClientConnListener listener)
Removes a connection listener from the session.
-