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 BOSHClientConfigApacheHTTPSender. cfgSession configuration.private BOSHClientConfigBOSHClient. cfgSession configuration.Methods in org.igniterealtime.jbosh that return BOSHClientConfig Modifier and Type Method Description BOSHClientConfigBOSHClientConfig.Builder. build()Build the immutable object instance with the current configuration.BOSHClientConfigBOSHClient. 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 BOSHClientBOSHClient. create(BOSHClientConfig clientCfg)Create a new BOSH client session using the client configuration information provided.static BOSHClientConfig.BuilderBOSHClientConfig.Builder. create(BOSHClientConfig cfg)Creates a new builder instance using the existing configuration provided as a starting point.voidApacheHTTPSender. init(BOSHClientConfig session)Initialize the HTTP sender instance for use with the session provided.voidHTTPSender. init(BOSHClientConfig sessionCfg)Initialize the HTTP sender instance for use with the session provided.private org.apache.http.client.HttpClientApacheHTTPSender. 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.
-