Uses of Class
org.igniterealtime.jbosh.BOSHClientConnEvent
-
Uses of BOSHClientConnEvent in org.igniterealtime.jbosh
Methods in org.igniterealtime.jbosh that return BOSHClientConnEventModifier and TypeMethodDescription(package private) static BOSHClientConnEvent
BOSHClientConnEvent.createConnectionClosedEvent
(BOSHClient source) Creates a new successful connection closed event.(package private) static BOSHClientConnEvent
BOSHClientConnEvent.createConnectionClosedOnErrorEvent
(BOSHClient source, List<ComposableBody> outstanding, 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 BOSHClientConnEventModifier and TypeMethodDescriptionvoid
BOSHClientConnListener.connectionEvent
(BOSHClientConnEvent connEvent) Called when the connection state of the client which the listener is registered against has changed.