public final class BOSHConfiguration
extends org.jivesoftware.smack.ConnectionConfiguration
XMPPBOSHConnection| Modifier and Type | Class and Description |
|---|---|
static class |
BOSHConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BOSHConfiguration.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.String> |
getHttpHeaders() |
java.lang.String |
getProxyAddress() |
org.jivesoftware.smack.proxy.ProxyInfo |
getProxyInfo() |
int |
getProxyPort() |
java.net.URI |
getURI() |
boolean |
isProxyEnabled() |
boolean |
isUsingHTTPS() |
getAuthzid, getCallbackHandler, getDebuggerFactory, getDnssecMode, getEnabledSaslMechanisms, getEnabledSSLCiphers, getEnabledSSLProtocols, getHost, getHostAddress, getHostnameVerifier, getHostString, getLanguage, getPassword, getPort, getResource, getSecurityMode, getServiceName, getSocketFactory, getUsername, getXmlLang, getXMPPServiceDomain, getXmppServiceDomainAsDnsNameIfPossible, isCompressionEnabled, isEnabledSaslMechanism, isSendPresencepublic boolean isProxyEnabled()
public org.jivesoftware.smack.proxy.ProxyInfo getProxyInfo()
getProxyInfo in class org.jivesoftware.smack.ConnectionConfigurationpublic java.lang.String getProxyAddress()
public int getProxyPort()
public boolean isUsingHTTPS()
public java.net.URI getURI()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic java.util.Map<java.lang.String,java.lang.String> getHttpHeaders()
public static BOSHConfiguration.Builder builder()