Uses of Class
org.igniterealtime.jbosh.CMSessionParams
-
Uses of CMSessionParams in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as CMSessionParamsModifier and TypeFieldDescriptionprivate CMSessionParams
BOSHClient.cmParams
Connection Manager session parameters.Methods in org.igniterealtime.jbosh that return CMSessionParamsModifier and TypeMethodDescription(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 CMSessionParamsModifier and TypeMethodDescriptionApacheHTTPSender.send
(CMSessionParams params, AbstractBody body) Create aCallable
instance which can be used to send the request specified to the connection manager.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 CMSessionParamsModifierConstructorDescription(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.