eXo WS :: Commons Utils 2.3.5-GA

Uses of Class
org.exoplatform.common.http.client.Response

Packages that use Response
org.exoplatform.common.http.client   
 

Uses of Response in org.exoplatform.common.http.client
 

Methods in org.exoplatform.common.http.client with parameters of type Response
 void DefaultAuthHandler.handleAuthHeaders(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy)
          We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.
 void AuthorizationHandler.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).
 void DefaultAuthHandler.handleAuthTrailers(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy)
          We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.
 void AuthorizationHandler.handleAuthTrailers(Response resp, RoRequest req, AuthorizationInfo prev, AuthorizationInfo prxy)
          This method is similar to handleAuthHeaders except that it is called if any headers in the trailer were sent.
 int HTTPClientModule.requestHandler(Request request, Response[] response)
          This is invoked before the request is sent.
 int CookieModule.requestHandler(Request req, Response[] resp)
          Invoked by the HTTPClient.
 void HTTPClientModule.responsePhase1Handler(Response response, RoRequest request)
          The phase 1 response handler.
 void CookieModule.responsePhase1Handler(Response resp, RoRequest req)
          Invoked by the HTTPClient.
 int HTTPClientModule.responsePhase2Handler(Response response, Request request)
          The phase 2 response handler.
 int CookieModule.responsePhase2Handler(Response resp, Request req)
          Invoked by the HTTPClient.
 void HTTPClientModule.responsePhase3Handler(Response response, RoRequest request)
          The phase 3 response handler.
 void CookieModule.responsePhase3Handler(Response resp, RoRequest req)
          Invoked by the HTTPClient.
 void HTTPClientModule.trailerHandler(Response response, RoRequest request)
          The chunked transfer-encoding (and in future maybe others) can contain trailer fields at the end of the body.
 void CookieModule.trailerHandler(Response resp, RoRequest req)
          Invoked by the HTTPClient.
 


eXo WS :: Commons Utils 2.3.5-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.