- BodyQName - Class in org.igniterealtime.jbosh
-
Qualified name of an attribute of the wrapper element.
- BOSHClient - Class in org.igniterealtime.jbosh
-
BOSH Client session instance.
- BOSHClientConfig - Class in org.igniterealtime.jbosh
-
BOSH client configuration information.
- BOSHClientConfig.Builder - Class in org.igniterealtime.jbosh
-
Class instance builder, after the builder pattern.
- BOSHClientConnEvent - Class in org.igniterealtime.jbosh
-
Client connection event, notifying of changes in connection state.
- BOSHClientConnListener - Interface in org.igniterealtime.jbosh
-
Interface used by parties interested in monitoring the connection state
of a client session.
- BOSHClientRequestListener - Interface in org.igniterealtime.jbosh
-
Interface used by parties interested in monitoring outbound requests made
by the client to the connection manager (CM).
- BOSHClientResponseListener - Interface in org.igniterealtime.jbosh
-
Interface used by parties interested in monitoring inbound responses
to the client from the connection manager (CM).
- BOSHException - Exception in org.igniterealtime.jbosh
-
Exception class used by the BOSH API to minimize the number of checked
exceptions which must be handled by the user of the API.
- BOSHException(String) - Constructor for exception org.igniterealtime.jbosh.BOSHException
-
Creates a new exception isntance with the specified descriptive message.
- BOSHException(String, Throwable) - Constructor for exception org.igniterealtime.jbosh.BOSHException
-
Creates a new exception isntance with the specified descriptive
message and the underlying root cause of the exceptional condition.
- BOSHMessageEvent - Class in org.igniterealtime.jbosh
-
Event representing a message sent to or from a BOSH connection manager.
- build() - Method in class org.igniterealtime.jbosh.BOSHClientConfig.Builder
-
Build the immutable object instance with the current configuration.
- build() - Method in class org.igniterealtime.jbosh.ComposableBody.Builder
-
Build the immutable object instance with the current configuration.
- builder() - Static method in class org.igniterealtime.jbosh.ComposableBody
-
Create a builder instance to build new instances of this class.
- getAttribute(BodyQName) - Method in class org.igniterealtime.jbosh.AbstractBody
-
Get the value of the specified attribute.
- getAttributeNames() - Method in class org.igniterealtime.jbosh.AbstractBody
-
Get a set of all defined attribute names.
- getAttributes() - Method in class org.igniterealtime.jbosh.AbstractBody
-
Get a map of all defined attribute names with their corresponding values.
- getAttributes() - Method in class org.igniterealtime.jbosh.ComposableBody
-
Get a map of all defined attribute names with their corresponding values.
- getBody() - Method in class org.igniterealtime.jbosh.BOSHMessageEvent
-
Gets the message body which was sent or received.
- getBOSHClient() - Method in class org.igniterealtime.jbosh.BOSHClientConnEvent
-
Gets the client from which this event originated.
- getBOSHClientConfig() - Method in class org.igniterealtime.jbosh.BOSHClient
-
Get the client configuration that was used to create this client
instance.
- getCause() - Method in class org.igniterealtime.jbosh.BOSHClientConnEvent
-
Returns the underlying cause of the error condition.
- getFrom() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the ID of the local client.
- getLang() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the default language of any human-readable content within the
XML.
- getLocalPart() - Method in class org.igniterealtime.jbosh.BodyQName
-
Get the local part of this qualified name.
- getNamespaceURI() - Method in class org.igniterealtime.jbosh.BodyQName
-
Get the namespace URI of this qualified name.
- getOutstandingRequests() - Method in class org.igniterealtime.jbosh.BOSHClientConnEvent
-
Get the list of requests which may not have been sent or were not
acknowledged by the remote connection manager prior to session
termination.
- getPayloadXML() - Method in class org.igniterealtime.jbosh.ComposableBody
-
Get the paylaod XML in String form.
- getPrefix() - Method in class org.igniterealtime.jbosh.BodyQName
-
Get the optional prefix used with this qualified name, or null
if no prefix has been assiciated.
- getProxyHost() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the HTTP proxy host to use.
- getProxyPort() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the HTTP proxy port to use.
- getRoute() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the routing information for messages sent to the CM.
- getSSLContext() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the SSL context to use for this session.
- getTo() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the ID of the target domain.
- getURI() - Method in class org.igniterealtime.jbosh.BOSHClientConfig
-
Get the URI to use to contact the connection manager.