Uses of Interface
org.igniterealtime.jbosh.HTTPResponse
-
-
Uses of HTTPResponse in org.igniterealtime.jbosh
Classes in org.igniterealtime.jbosh that implement HTTPResponse Modifier and Type Class Description (package private) classApacheHTTPResponseFields in org.igniterealtime.jbosh declared as HTTPResponse Modifier and Type Field Description private HTTPResponseHTTPExchange. responseHTTPResponse instance.Methods in org.igniterealtime.jbosh that return HTTPResponse Modifier and Type Method Description (package private) HTTPResponseHTTPExchange. getHTTPResponse()Get the HTTPResponse instance.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.Methods in org.igniterealtime.jbosh with parameters of type HTTPResponse Modifier and Type Method Description (package private) voidHTTPExchange. setHTTPResponse(HTTPResponse resp)Set the HTTPResponse instance.
-