Body.Builder |
Body.Builder.accept(String accept) |
Sets the 'accept' attribute of the body.
|
Body.Builder |
Body.Builder.ack(long ack) |
Sets the 'ack' attribute of the body.
|
Body.Builder |
Body.Builder.authId(String authId) |
Sets the 'authid' attribute of the body.
|
static Body.Builder |
Body.builder() |
Creates a builder for the body element.
|
Body.Builder |
Body.Builder.charsets(Charset... charsets) |
Sets the 'charsets' attribute of the body.
|
Body.Builder |
Body.Builder.condition(Body.Condition condition) |
Sets the 'condition' attribute of the body.
|
Body.Builder |
Body.Builder.content(String content) |
Sets the 'content' attribute of the body.
|
Body.Builder |
Body.Builder.from(Jid from) |
Sets the 'from' attribute of the body.
|
Body.Builder |
Body.Builder.hold(short hold) |
Sets the 'hold' attribute of the body.
|
Body.Builder |
Body.Builder.inactivity(Duration inactivity) |
Sets the 'inactivity' 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.maxPause(Duration maxPause) |
Sets the 'maxpause' attribute of the body.
|
Body.Builder |
Body.Builder.newKey(String newKey) |
Sets the 'newkey' attribute of the body.
|
Body.Builder |
Body.Builder.pause(Duration pause) |
Sets the 'pause' attribute of the body.
|
Body.Builder |
Body.Builder.polling(Duration polling) |
Sets the 'polling' attribute of the body.
|
Body.Builder |
Body.Builder.report(long report) |
Sets the 'report' attribute of the body.
|
Body.Builder |
Body.Builder.requestId(long requestId) |
Sets the 'rid' attribute of the body.
|
Body.Builder |
Body.Builder.requests(short requests) |
Sets the 'requests' attribute of the body.
|
Body.Builder |
Body.Builder.restart(boolean restart) |
Sets the 'restart' attribute of the body.
|
Body.Builder |
Body.Builder.restartLogic(boolean restartlogic) |
Sets the 'restartlogic' 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.stream(String stream) |
Sets the 'stream' attribute of the body.
|
Body.Builder |
Body.Builder.time(Duration time) |
Sets the 'time' attribute of the body.
|
Body.Builder |
Body.Builder.to(Jid 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.uri(URI uri) |
Sets the 'uri' attribute of the body.
|
Body.Builder |
Body.Builder.version(String version) |
Sets the 'ver' attribute of the body.
|
Body.Builder |
Body.Builder.wait(Duration 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.
|