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.responseListenersResponse listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientResponseListenerModifier and TypeMethodDescriptionvoidBOSHClient.addBOSHClientResponseListener(BOSHClientResponseListener listener) Adds a response message listener to the session.voidBOSHClient.removeBOSHClientResponseListener(BOSHClientResponseListener listener) Removes a response message listener from the session, if previously added.