Interface | Description |
---|---|
BOSHClientConnListener |
Interface used by parties interested in monitoring the connection state
of a client session.
|
BOSHClientRequestListener |
Interface used by parties interested in monitoring outbound requests made
by the client to the connection manager (CM).
|
BOSHClientResponseListener |
Interface used by parties interested in monitoring inbound responses
to the client from the connection manager (CM).
|
Class | Description |
---|---|
AbstractBody |
Class representing a single message to or from the BOSH connection
manager (CM).
|
BodyQName |
Qualified name of an attribute of the wrapper element.
|
BOSHClient |
BOSH Client session instance.
|
BOSHClientConfig |
BOSH client configuration information.
|
BOSHClientConfig.Builder |
Class instance builder, after the builder pattern.
|
BOSHClientConnEvent |
Client connection event, notifying of changes in connection state.
|
BOSHMessageEvent |
Event representing a message sent to or from a BOSH connection manager.
|
ComposableBody |
Implementation of the
AbstractBody class which allows for the
definition of messages from individual elements of a body. |
ComposableBody.Builder |
Class instance builder, after the builder pattern.
|
Exception | Description |
---|---|
BOSHException |
Exception class used by the BOSH API to minimize the number of checked
exceptions which must be handled by the user of the API.
|
BOSHClient
documentation.Copyright © 2020. All rights reserved.