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.requestListenersRequest listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientRequestListenerModifier and TypeMethodDescriptionvoidBOSHClient.addBOSHClientRequestListener(BOSHClientRequestListener listener) Adds a request message listener to the session.voidBOSHClient.removeBOSHClientRequestListener(BOSHClientRequestListener listener) Removes a request message listener from the session, if previously added.