Uses of Class
org.igniterealtime.jbosh.BOSHClientConfig
-
-
Uses of BOSHClientConfig in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BOSHClientConfig Modifier and Type Field Description private BOSHClientConfig
ApacheHTTPSender. cfg
Session configuration.private BOSHClientConfig
BOSHClient. cfg
Session configuration.Methods in org.igniterealtime.jbosh that return BOSHClientConfig Modifier and Type Method Description BOSHClientConfig
BOSHClientConfig.Builder. build()
Build the immutable object instance with the current configuration.BOSHClientConfig
BOSHClient. getBOSHClientConfig()
Get the client configuration that was used to create this client instance.Methods in org.igniterealtime.jbosh with parameters of type BOSHClientConfig Modifier and Type Method Description static 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 BOSHClientConfig Constructor Description 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.BOSHClient(BOSHClientConfig sessCfg)
Prevent direct construction.
-