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