public static final class XmppSessionConfiguration.Builder extends Object
XmppSessionConfiguration instance.| Modifier and Type | Method and Description |
|---|---|
XmppSessionConfiguration |
build()
Builds the configuration.
|
XmppSessionConfiguration.Builder |
context(CoreContext context)
Sets XMPP context which is used to setup the JAXBContext and which defines the initial extension managers.
|
XmppSessionConfiguration.Builder |
debugger(XmppDebugger xmppDebugger)
Sets the debugger.
|
XmppSessionConfiguration.Builder |
defaultResponseTimeout(int defaultResponseTimeout)
Sets the default response timeout for synchronous calls, usually IQ calls.
|
public XmppSessionConfiguration.Builder debugger(XmppDebugger xmppDebugger)
xmppDebugger - The debugger or null, if you don't want to use a debugger.public XmppSessionConfiguration.Builder context(CoreContext context)
context - The context.public XmppSessionConfiguration.Builder defaultResponseTimeout(int defaultResponseTimeout)
defaultResponseTimeout - The default response timeout.public XmppSessionConfiguration build()
Copyright © 2014 XMPP.rocks. All rights reserved.