static BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.builder() |
Creates a new builder.
|
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.path(String path) |
Sets the path on the host, e.g.
|
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.route(String route) |
Sets the route, formatted as "protocol:host:port" (e.g., "xmpp:example.com:9999").
|
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.useKeySequence(boolean useKeySequence) |
Indicates whether a key sequencing mechanism is used to secure a connection.
|
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.wait(Duration wait) |
Sets the longest time that the connection manager is allowed to wait before responding to any request during
the session.
|