Package org.jivesoftware.smack.bosh
Class BOSHConfiguration.Builder
java.lang.Object
org.jivesoftware.smack.ConnectionConfiguration.Builder<BOSHConfiguration.Builder,BOSHConfiguration>
org.jivesoftware.smack.bosh.BOSHConfiguration.Builder
- Enclosing class:
- BOSHConfiguration
public static final class BOSHConfiguration.Builder
extends ConnectionConfiguration.Builder<BOSHConfiguration.Builder,BOSHConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaddHttpHeader
(String name, String value) build()
protected BOSHConfiguration.Builder
getThis()
setUseHttps
(boolean useHttps) useHttps()
Methods inherited from class org.jivesoftware.smack.ConnectionConfiguration.Builder
addEnabledSaslMechanism, addEnabledSaslMechanism, allowEmptyOrNullUsernames, enableDefaultDebugger, getKeyManagersFrom, performSaslAnonymousAuthentication, performSaslExternalAuthentication, setAuthzid, setCallbackHandler, setCompressionEnabled, setCustomX509TrustManager, setDebuggerFactory, setDnssecMode, setEnabledSSLCiphers, setEnabledSSLProtocols, setHost, setHost, setHostAddress, setHostnameVerifier, setKeyManager, setKeyManagers, setKeystorePath, setKeystoreType, setLanguage, setPKCS11Library, setPort, setPort, setProxyInfo, setResource, setResource, setSecurityMode, setSendPresence, setServiceName, setSocketFactory, setSslContextFactory, setSslContextSecureRandom, setStanzaIdSourceFactory, setUsernameAndPassword, setXmppAddressAndPassword, setXmppAddressAndPassword, setXmppDomain, setXmppDomain
-
Method Details
-
setUseHttps
-
useHttps
-
setFile
-
addHttpHeader
-
build
- Specified by:
build
in classConnectionConfiguration.Builder<BOSHConfiguration.Builder,
BOSHConfiguration>
-
getThis
- Specified by:
getThis
in classConnectionConfiguration.Builder<BOSHConfiguration.Builder,
BOSHConfiguration>
-