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.pendingRequestAcksList of requests which have been made but not yet acknowledged.private final List<ComposableBody> BOSHClientConnEvent.requestsList 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 ComposableBodyBOSHClient.applySessionCreationRequest(long rid, ComposableBody orig) Modifies the specified body message such that it becomes a new BOSH session creation request.private ComposableBodyBOSHClient.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 ComposableBodyComposableBody.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 ComposableBodyBOSHClient.applySessionCreationRequest(long rid, ComposableBody orig) Modifies the specified body message such that it becomes a new BOSH session creation request.private ComposableBodyBOSHClient.applySessionData(long rid, ComposableBody orig) Applies existing session data to the outbound request, returning the modified request.voidBOSHClient.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.BuilderComposableBody.Builder.fromBody(ComposableBody source) Creates a builder which is initialized to the values of the providedComposableBodyinstance.voidBOSHClient.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 BOSHClientConnEventBOSHClientConnEvent.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 ComposableBodyModifierConstructorDescriptionprivateBOSHClientConnEvent(BOSHClient source, boolean cConnected, List<ComposableBody> cRequests, Throwable cCause) Creates a new connection event instance.