Uses of Class
org.igniterealtime.jbosh.CMSessionParams
-
-
Uses of CMSessionParams in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as CMSessionParams Modifier and Type Field Description private CMSessionParams
BOSHClient. cmParams
Connection Manager session parameters.Methods in org.igniterealtime.jbosh that return CMSessionParams Modifier and Type Method Description (package private) static CMSessionParams
CMSessionParams. fromSessionInit(AbstractBody req, AbstractBody resp)
(package private) CMSessionParams
BOSHClient. getCMSessionParams()
Get the current CM session params.Methods in org.igniterealtime.jbosh with parameters of type CMSessionParams Modifier and Type Method Description HTTPResponse
ApacheHTTPSender. send(CMSessionParams params, AbstractBody body)
Create aCallable
instance which can be used to send the request specified to the connection manager.HTTPResponse
HTTPSender. send(CMSessionParams params, AbstractBody body)
Create aCallable
instance which can be used to send the request specified to the connection manager.Constructors in org.igniterealtime.jbosh with parameters of type CMSessionParams 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.
-