Uses of Class
org.exoplatform.common.http.client.Request
Packages that use Request
-
Uses of Request in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client with parameters of type RequestModifier and TypeMethodDescriptionvoidCopy all the fields from other to this request.intCookieModule.requestHandler(Request req, Response[] resp) Invoked by the HTTPClient.intHTTPClientModule.requestHandler(Request request, Response[] response) This is invoked before the request is sent.intCookieModule.responsePhase2Handler(Response resp, Request req) Invoked by the HTTPClient.intHTTPClientModule.responsePhase2Handler(Response response, Request request) The phase 2 response handler.