public final class BOSHClientConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BOSHClientConfig.Builder
Class instance builder, after the builder pattern.
|
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
Get the ID of the local client.
|
String |
getLang()
Get the default language of any human-readable content within the
XML.
|
String |
getProxyHost()
Get the HTTP proxy host to use.
|
int |
getProxyPort()
Get the HTTP proxy port to use.
|
String |
getRoute()
Get the routing information for messages sent to the CM.
|
SSLContext |
getSSLContext()
Get the SSL context to use for this session.
|
String |
getTo()
Get the ID of the target domain.
|
URI |
getURI()
Get the URI to use to contact the connection manager.
|
public URI getURI()
public String getTo()
public String getFrom()
null
public String getLang()
public String getRoute()
null
if no routing
info was provided.public String getProxyHost()
null
if no proxy information was specifiedpublic int getProxyPort()
public SSLContext getSSLContext()
null
if no
context instance was provided.Copyright © 2016. All rights reserved.