Uses of Interface
org.igniterealtime.jbosh.BOSHClientRequestListener
-
-
Uses of BOSHClientRequestListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientRequestListener Modifier and Type Field Description private java.util.Set<BOSHClientRequestListener>
BOSHClient. requestListeners
Request listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientRequestListener Modifier and Type Method Description void
BOSHClient. addBOSHClientRequestListener(BOSHClientRequestListener listener)
Adds a request message listener to the session.void
BOSHClient. removeBOSHClientRequestListener(BOSHClientRequestListener listener)
Removes a request message listener from the session, if previously added.
-