Uses of Class
org.igniterealtime.jbosh.BOSHClient
-
Uses of BOSHClient in org.igniterealtime.jbosh
Methods in org.igniterealtime.jbosh that return BOSHClientModifier and TypeMethodDescriptionstatic BOSHClient
BOSHClient.create
(BOSHClientConfig clientCfg) Create a new BOSH client session using the client configuration information provided.BOSHClientConnEvent.getBOSHClient()
Gets the client from which this event originated.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientModifier 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.(package private) static BOSHMessageEvent
BOSHMessageEvent.createRequestSentEvent
(BOSHClient source, AbstractBody body) Creates a new message event for clients sending events to the connection manager.(package private) static BOSHMessageEvent
BOSHMessageEvent.createResponseReceivedEvent
(BOSHClient source, AbstractBody body) Creates a new message event for clients receiving new messages from the connection manager.Constructors in org.igniterealtime.jbosh with parameters of type BOSHClientModifierConstructorDescriptionprivate
BOSHClientConnEvent
(BOSHClient source, boolean cConnected, List<ComposableBody> cRequests, Throwable cCause) Creates a new connection event instance.