Uses of Class
org.igniterealtime.jbosh.BOSHClient
-
Uses of BOSHClient in org.igniterealtime.jbosh
Methods in org.igniterealtime.jbosh that return BOSHClientModifier and TypeMethodDescriptionstatic BOSHClientBOSHClient.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 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.(package private) static BOSHMessageEventBOSHMessageEvent.createRequestSentEvent(BOSHClient source, AbstractBody body) Creates a new message event for clients sending events to the connection manager.(package private) static BOSHMessageEventBOSHMessageEvent.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 BOSHClientModifierConstructorDescriptionprivateBOSHClientConnEvent(BOSHClient source, boolean cConnected, List<ComposableBody> cRequests, Throwable cCause) Creates a new connection event instance.