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 CMSessionParamsBOSHClient. cmParamsConnection Manager session parameters.Methods in org.igniterealtime.jbosh that return CMSessionParams Modifier and Type Method Description (package private) static CMSessionParamsCMSessionParams. fromSessionInit(AbstractBody req, AbstractBody resp)(package private) CMSessionParamsBOSHClient. getCMSessionParams()Get the current CM session params.Methods in org.igniterealtime.jbosh with parameters of type CMSessionParams Modifier and Type Method Description HTTPResponseApacheHTTPSender. send(CMSessionParams params, AbstractBody body)Create aCallableinstance which can be used to send the request specified to the connection manager.HTTPResponseHTTPSender. send(CMSessionParams params, AbstractBody body)Create aCallableinstance 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.
-