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) class
ApacheHTTPResponse
Fields in org.igniterealtime.jbosh declared as HTTPResponse Modifier and Type Field Description private HTTPResponse
HTTPExchange. response
HTTPResponse instance.Methods in org.igniterealtime.jbosh that return HTTPResponse Modifier and Type Method Description (package private) HTTPResponse
HTTPExchange. getHTTPResponse()
Get the HTTPResponse instance.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.Methods in org.igniterealtime.jbosh with parameters of type HTTPResponse Modifier and Type Method Description (package private) void
HTTPExchange. setHTTPResponse(HTTPResponse resp)
Set the HTTPResponse instance.
-