Uses of Class
org.igniterealtime.jbosh.BOSHClientConfig
-
Uses of BOSHClientConfig in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BOSHClientConfigModifier and TypeFieldDescriptionprivate BOSHClientConfig
ApacheHTTPSender.cfg
Session configuration.private final BOSHClientConfig
BOSHClient.cfg
Session configuration.Methods in org.igniterealtime.jbosh that return BOSHClientConfigModifier and TypeMethodDescriptionBOSHClientConfig.Builder.build()
Build the immutable object instance with the current configuration.BOSHClient.getBOSHClientConfig()
Get the client configuration that was used to create this client instance.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConfigModifier and TypeMethodDescriptionstatic BOSHClient
BOSHClient.create
(BOSHClientConfig clientCfg) Create a new BOSH client session using the client configuration information provided.static BOSHClientConfig.Builder
BOSHClientConfig.Builder.create
(BOSHClientConfig cfg) Creates a new builder instance using the existing configuration provided as a starting point.void
ApacheHTTPSender.init
(BOSHClientConfig session) Initialize the HTTP sender instance for use with the session provided.void
HTTPSender.init
(BOSHClientConfig sessionCfg) Initialize the HTTP sender instance for use with the session provided.private org.apache.http.client.HttpClient
ApacheHTTPSender.initHttpClient
(BOSHClientConfig config) Constructors in org.igniterealtime.jbosh with parameters of type BOSHClientConfigModifierConstructorDescription(package private)
ApacheHTTPResponse
(org.apache.http.client.HttpClient client, BOSHClientConfig cfg, CMSessionParams params, AbstractBody request) Create and send a new request to the upstream connection manager, providing deferred access to the results to be returned.private
BOSHClient
(BOSHClientConfig sessCfg) Prevent direct construction.