Uses of Interface
org.igniterealtime.jbosh.BOSHClientRequestListener
-
Uses of BOSHClientRequestListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientRequestListenerModifier and TypeFieldDescriptionprivate final Set
<BOSHClientRequestListener> BOSHClient.requestListeners
Request listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientRequestListenerModifier and TypeMethodDescriptionvoid
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.