Uses of Interface
org.igniterealtime.jbosh.HTTPResponse
-
Uses of HTTPResponse in org.igniterealtime.jbosh
Classes in org.igniterealtime.jbosh that implement HTTPResponseFields in org.igniterealtime.jbosh declared as HTTPResponseModifier and TypeFieldDescriptionprivate HTTPResponse
HTTPExchange.response
HTTPResponse instance.Methods in org.igniterealtime.jbosh that return HTTPResponseModifier and TypeMethodDescription(package private) HTTPResponse
HTTPExchange.getHTTPResponse()
Get the HTTPResponse instance.ApacheHTTPSender.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.Methods in org.igniterealtime.jbosh with parameters of type HTTPResponseModifier and TypeMethodDescription(package private) void
HTTPExchange.setHTTPResponse
(HTTPResponse resp) Set the HTTPResponse instance.