Uses of Class
org.igniterealtime.jbosh.BOSHClientConnEvent
-
-
Uses of BOSHClientConnEvent in org.igniterealtime.jbosh
Methods in org.igniterealtime.jbosh that return BOSHClientConnEvent Modifier and Type Method Description (package private) static BOSHClientConnEvent
BOSHClientConnEvent. createConnectionClosedEvent(BOSHClient source)
Creates a new successful connection closed event.(package private) static BOSHClientConnEvent
BOSHClientConnEvent. createConnectionClosedOnErrorEvent(BOSHClient source, java.util.List<ComposableBody> outstanding, java.lang.Throwable cause)
Creates a connection closed on error event.(package private) static BOSHClientConnEvent
BOSHClientConnEvent. createConnectionEstablishedEvent(BOSHClient source)
Creates a new connection establishment event.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnEvent Modifier and Type Method Description void
BOSHClientConnListener. connectionEvent(BOSHClientConnEvent connEvent)
Called when the connection state of the client which the listener is registered against has changed.
-