Uses of Class
org.igniterealtime.jbosh.ComposableBody
-
Uses of ComposableBody in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type ComposableBodyModifier and TypeFieldDescriptionprivate List
<ComposableBody> BOSHClient.pendingRequestAcks
List of requests which have been made but not yet acknowledged.private final List
<ComposableBody> BOSHClientConnEvent.requests
List of outstanding requests which may not have been sent and/or acknowledged by the remote CM.Methods in org.igniterealtime.jbosh that return ComposableBodyModifier and TypeMethodDescriptionprivate ComposableBody
BOSHClient.applySessionCreationRequest
(long rid, ComposableBody orig) Modifies the specified body message such that it becomes a new BOSH session creation request.private ComposableBody
BOSHClient.applySessionData
(long rid, ComposableBody orig) Applies existing session data to the outbound request, returning the modified request.ComposableBody.Builder.build()
Build the immutable object instance with the current configuration.(package private) static ComposableBody
ComposableBody.fromStaticBody
(StaticBody body) Parse a static body instance into a composable instance.Methods in org.igniterealtime.jbosh that return types with arguments of type ComposableBodyModifier and TypeMethodDescriptionBOSHClientConnEvent.getOutstandingRequests()
Get the list of requests which may not have been sent or were not acknowledged by the remote connection manager prior to session termination.Methods in org.igniterealtime.jbosh with parameters of type ComposableBodyModifier and TypeMethodDescriptionprivate ComposableBody
BOSHClient.applySessionCreationRequest
(long rid, ComposableBody orig) Modifies the specified body message such that it becomes a new BOSH session creation request.private ComposableBody
BOSHClient.applySessionData
(long rid, ComposableBody orig) Applies existing session data to the outbound request, returning the modified request.void
BOSHClient.disconnect
(ComposableBody msg) End the BOSH session by disconnecting from the remote BOSH connection manager, sending the provided content in the final connection termination message.private static ComposableBody.Builder
ComposableBody.Builder.fromBody
(ComposableBody source) Creates a builder which is initialized to the values of the providedComposableBody
instance.void
BOSHClient.send
(ComposableBody body) Send the provided message data to the remote connection manager.Method parameters in org.igniterealtime.jbosh with type arguments of type ComposableBodyModifier and TypeMethodDescription(package private) static BOSHClientConnEvent
BOSHClientConnEvent.createConnectionClosedOnErrorEvent
(BOSHClient source, List<ComposableBody> outstanding, Throwable cause) Creates a connection closed on error event.Constructor parameters in org.igniterealtime.jbosh with type arguments of type ComposableBodyModifierConstructorDescriptionprivate
BOSHClientConnEvent
(BOSHClient source, boolean cConnected, List<ComposableBody> cRequests, Throwable cCause) Creates a new connection event instance.