Package org.jxmpp
Class JxmppContext.Builder
java.lang.Object
org.jxmpp.JxmppContext.Builder
- Enclosing class:
JxmppContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build a JxmppContext.Enable String, Part and Jid caching.withXmppStringprep
(XmppStringprep xmppStringprep) Set the used XmppStringprep.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableCaching
Enable String, Part and Jid caching.- Returns:
- a reference to this builder.
-
withXmppStringprep
Set the used XmppStringprep.- Parameters:
xmppStringprep
- the XmppStringprep to use.- Returns:
- a reference to this builder.
-
build
Build a JxmppContext.- Returns:
- a newly build JxmppContext.
-