Uses of Class
org.exoplatform.common.http.client.Response
Packages that use Response
-
Uses of Response in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client with parameters of type ResponseModifier and TypeMethodDescriptionvoidAuthorizationHandler.handleAuthHeaders(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy) Sometimes even non-401 responses will contain headers pertaining to authorization (such as the "Authentication-Info" header).voidDefaultAuthHandler.handleAuthHeaders(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy) We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.voidAuthorizationHandler.handleAuthTrailers(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy) This method is similar tohandleAuthHeadersexcept that it is called if any headers in the trailer were sent.voidDefaultAuthHandler.handleAuthTrailers(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy) We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.intCookieModule.requestHandler(Request req, Response[] resp) Invoked by the HTTPClient.intHTTPClientModule.requestHandler(Request request, Response[] response) This is invoked before the request is sent.voidCookieModule.responsePhase1Handler(Response resp, RoRequest req) Invoked by the HTTPClient.voidHTTPClientModule.responsePhase1Handler(Response response, RoRequest request) The phase 1 response handler.intCookieModule.responsePhase2Handler(Response resp, Request req) Invoked by the HTTPClient.intHTTPClientModule.responsePhase2Handler(Response response, Request request) The phase 2 response handler.voidCookieModule.responsePhase3Handler(Response resp, RoRequest req) Invoked by the HTTPClient.voidHTTPClientModule.responsePhase3Handler(Response response, RoRequest request) The phase 3 response handler.voidCookieModule.trailerHandler(Response resp, RoRequest req) Invoked by the HTTPClient.voidHTTPClientModule.trailerHandler(Response response, RoRequest request) The chunked transfer-encoding (and in future maybe others) can contain trailer fields at the end of the body.