Uses of Class
org.igniterealtime.jbosh.BOSHClientConfig
-
Uses of BOSHClientConfig in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BOSHClientConfigModifier and TypeFieldDescriptionprivate BOSHClientConfigApacheHTTPSender.cfgSession configuration.private final BOSHClientConfigBOSHClient.cfgSession 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 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 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.privateBOSHClient(BOSHClientConfig sessCfg) Prevent direct construction.