| Package | Description |
|---|---|
| rocks.xmpp.extensions.httpbind.model |
Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Method and Description |
|---|---|
Body.Builder |
Body.Builder.ack(long ack)
Sets the 'ack' attribute of the body.
|
static Body.Builder |
Body.builder()
Creates a builder for the body element.
|
Body.Builder |
Body.Builder.from(Jid from)
Sets the 'from' attribute of the body.
|
Body.Builder |
Body.Builder.hold(byte hold)
Sets the 'hold' attribute of the body.
|
Body.Builder |
Body.Builder.key(String key)
Sets the 'key' attribute of the body.
|
Body.Builder |
Body.Builder.language(Locale language)
Sets the 'lang' attribute of the body.
|
Body.Builder |
Body.Builder.newKey(String newKey)
Sets the 'newkey' attribute of the body.
|
Body.Builder |
Body.Builder.requestId(long requestId)
Sets the 'rid' attribute of the body.
|
Body.Builder |
Body.Builder.restart(boolean restart)
Sets the 'restart' attribute of the body.
|
Body.Builder |
Body.Builder.route(String route)
Sets the 'route' attribute of the body.
|
Body.Builder |
Body.Builder.sessionId(String sessionId)
Sets the 'sid' attribute of the body.
|
Body.Builder |
Body.Builder.to(String to)
Sets the 'to' attribute of the body.
|
Body.Builder |
Body.Builder.type(Body.Type type)
Sets the 'type' attribute of the body.
|
Body.Builder |
Body.Builder.version(String version)
Sets the 'ver' attribute of the body.
|
Body.Builder |
Body.Builder.wait(int wait)
Sets the 'wait' attribute of the body.
|
Body.Builder |
Body.Builder.wrappedObjects(Collection<Object> objects)
Sets the wrapped objects of the body, i.e. the payload.
|
Body.Builder |
Body.Builder.xmppVersion(String xmppVersion)
Sets the 'version' attribute of the body.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.