Uses of Interface
org.igniterealtime.jbosh.BOSHClientConnListener
-
Uses of BOSHClientConnListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientConnListenerModifier and TypeFieldDescriptionprivate final Set<BOSHClientConnListener> BOSHClient.connListenersConnection listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnListenerModifier and TypeMethodDescriptionvoidBOSHClient.addBOSHClientConnListener(BOSHClientConnListener listener) Adds a connection listener to the session.voidBOSHClient.removeBOSHClientConnListener(BOSHClientConnListener listener) Removes a connection listener from the session.