Modifier and Type | Method and Description |
---|---|
ComposableBody |
ComposableBody.Builder.build()
Build the immutable object instance with the current configuration.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
BOSHClient.send(ComposableBody body)
Send the provided message data to the remote connection manager.
|
Copyright © 2016. All rights reserved.