Uses of Interface
org.igniterealtime.jbosh.BOSHClientResponseListener
-
-
Uses of BOSHClientResponseListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientResponseListener Modifier and Type Field Description private java.util.Set<BOSHClientResponseListener>
BOSHClient. responseListeners
Response listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientResponseListener Modifier and Type Method Description void
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.
-