Uses of Class
org.igniterealtime.jbosh.ComposableBody
-
-
Uses of ComposableBody in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh with type parameters of type ComposableBody Modifier and Type Field Description private java.util.List<ComposableBody>BOSHClient. pendingRequestAcksList of requests which have been made but not yet acknowledged.private java.util.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 ComposableBody Modifier and Type Method Description private 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.ComposableBodyComposableBody.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 ComposableBody Modifier and Type Method Description java.util.List<ComposableBody>BOSHClientConnEvent. 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 ComposableBody Modifier and Type Method Description private 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 ComposableBody Modifier and Type Method Description (package private) static BOSHClientConnEventBOSHClientConnEvent. createConnectionClosedOnErrorEvent(BOSHClient source, java.util.List<ComposableBody> outstanding, java.lang.Throwable cause)Creates a connection closed on error event.Constructor parameters in org.igniterealtime.jbosh with type arguments of type ComposableBody Constructor Description BOSHClientConnEvent(BOSHClient source, boolean cConnected, java.util.List<ComposableBody> cRequests, java.lang.Throwable cCause)Creates a new connection event instance.
-