eXo WS :: Commons Utils 2.3.10-GA

Uses of Interface
org.exoplatform.common.http.client.RoResponse

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

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

Classes in org.exoplatform.common.http.client that implement RoResponse
 class Response
          This class represents an intermediate response.
 

Methods in org.exoplatform.common.http.client with parameters of type RoResponse
 boolean CookiePolicyHandler.acceptCookie(Cookie cookie, RoRequest req, RoResponse resp)
          This method is called for each cookie that a server tries to set via the Set-Cookie header.
 AuthorizationInfo DefaultAuthHandler.fixupAuthInfo(AuthorizationInfo info, RoRequest req, AuthorizationInfo challenge, RoResponse resp)
          For Digest authentication we need to set the uri, response and opaque parameters.
 AuthorizationInfo AuthorizationHandler.fixupAuthInfo(AuthorizationInfo info, RoRequest req, AuthorizationInfo challenge, RoResponse resp)
          This method is called whenever auth info is chosen from the list of known info in the AuthorizationInfo class to be sent with a request.
 AuthorizationInfo DefaultAuthHandler.getAuthorization(AuthorizationInfo challenge, RoRequest req, RoResponse resp)
          returns the requested authorization, or null if none was given.
 AuthorizationInfo AuthorizationHandler.getAuthorization(AuthorizationInfo challenge, RoRequest req, RoResponse resp)
          This method is called whenever a 401 or 407 response is received and no candidate info is found in the list of known auth info.
 


eXo WS :: Commons Utils 2.3.10-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.