Uses of Interface
org.igniterealtime.jbosh.BOSHClientConnListener
-
-
Uses of BOSHClientConnListener in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type BOSHClientConnListener Modifier and Type Field Description private java.util.Set<BOSHClientConnListener>BOSHClient. connListenersConnection listeners.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnListener Modifier and Type Method Description voidBOSHClient. addBOSHClientConnListener(BOSHClientConnListener listener)Adds a connection listener to the session.voidBOSHClient. removeBOSHClientConnListener(BOSHClientConnListener listener)Removes a connection listener from the session.
-