| Package | Description |
|---|---|
| rocks.xmpp.extensions.httpbind |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Method and Description |
|---|---|
static BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.builder()
Creates a new builder.
|
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.file(String file)
Sets the file 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").
|
protected BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.self() |
BoshConnectionConfiguration.Builder |
BoshConnectionConfiguration.Builder.wait(int wait)
Sets the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
|
Copyright © 2014 XMPP.rocks. All rights reserved.