Package org.jivesoftware.smack.c2s
Class ModularXmppClientToServerConnectionConfiguration
- java.lang.Object
-
- org.jivesoftware.smack.ConnectionConfiguration
-
- org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionConfiguration
-
public final class ModularXmppClientToServerConnectionConfiguration extends ConnectionConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModularXmppClientToServerConnectionConfiguration.Builder
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.ConnectionConfiguration
ConnectionConfiguration.DnssecMode, ConnectionConfiguration.SecurityMode
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.ConnectionConfiguration
allowNullOrEmptyUsername, host, hostAddress, port, proxy, xmppServiceDomain, xmppServiceDomainDnsName
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModularXmppClientToServerConnectionConfiguration.Builder
builder()
java.lang.String
getStateGraphInDotFormat()
void
printStateGraphInDotFormat(java.io.PrintWriter pw, boolean breakStateName)
-
Methods inherited from class org.jivesoftware.smack.ConnectionConfiguration
getAuthzid, getCallbackHandler, getDebuggerFactory, getDnssecMode, getEnabledSaslMechanisms, getEnabledSSLCiphers, getEnabledSSLProtocols, getHost, getHostAddress, getHostnameVerifier, getHostString, getLanguage, getPassword, getPort, getProxyInfo, getResource, getSecurityMode, getServiceName, getSocketFactory, getUsername, getXmlLang, getXMPPServiceDomain, getXmppServiceDomainAsDnsNameIfPossible, isCompressionEnabled, isEnabledSaslMechanism, isSendPresence
-
-
-
-
Method Detail
-
printStateGraphInDotFormat
public void printStateGraphInDotFormat(java.io.PrintWriter pw, boolean breakStateName)
-
getStateGraphInDotFormat
public java.lang.String getStateGraphInDotFormat()
-
builder
public static ModularXmppClientToServerConnectionConfiguration.Builder builder()
-
-