Uses of Interface
org.igniterealtime.jbosh.BOSHClientResponseListener
-
Uses of BOSHClientResponseListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientResponseListenerModifier and TypeFieldDescriptionprivate final Set
<BOSHClientResponseListener> BOSHClient.responseListeners
Response listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientResponseListenerModifier and TypeMethodDescriptionvoid
BOSHClient.addBOSHClientResponseListener
(BOSHClientResponseListener listener) Adds a response message listener to the session.void
BOSHClient.removeBOSHClientResponseListener
(BOSHClientResponseListener listener) Removes a response message listener from the session, if previously added.