Uses of Interface
HTTPClient.RoResponse

Packages that use RoResponse
HTTPClient This package provides a complete http client library. 
wttools.protocols.extend.http   
 

Uses of RoResponse in HTTPClient
 

Classes in HTTPClient that implement RoResponse
 class Response
          This class represents an intermediate response.
 

Methods in HTTPClient with parameters of type RoResponse
 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 DefaultAuthHandler.getAuthorization(AuthorizationInfo challenge, RoRequest req, RoResponse resp)
          returns the requested authorization, or null if none was given.
 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 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.
 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.
 

Uses of RoResponse in wttools.protocols.extend.http
 

Methods in wttools.protocols.extend.http with parameters of type RoResponse
 boolean CookiePolicyHandlerImpl.acceptCookie(Cookie param1, RoRequest param2, RoResponse param3)
           
 



Copyright © GNU, wttools developers Team.