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 BOSHClientConnEventBOSHClientConnEvent.createConnectionClosedEvent(BOSHClient source) Creates a new successful connection closed event.(package private) static BOSHClientConnEventBOSHClientConnEvent.createConnectionClosedOnErrorEvent(BOSHClient source, List<ComposableBody> outstanding, Throwable cause) Creates a connection closed on error event.(package private) static BOSHClientConnEventBOSHClientConnEvent.createConnectionEstablishedEvent(BOSHClient source) Creates a new connection establishment event.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConnEventModifier and TypeMethodDescriptionvoidBOSHClientConnListener.connectionEvent(BOSHClientConnEvent connEvent) Called when the connection state of the client which the listener is registered against has changed.