Uses of Class
org.eclipse.webdav.http.client.Request

Packages that use Request
org.eclipse.webdav.http.client Provides support for the HTTP protocol. 
org.eclipse.webdav.internal.authentication   
 

Uses of Request in org.eclipse.webdav.http.client
 

Methods in org.eclipse.webdav.http.client with parameters of type Request
 Response HttpClient.invoke(Request request)
          Sends the given request to the server and returns the server's response.
 

Uses of Request in org.eclipse.webdav.internal.authentication
 

Methods in org.eclipse.webdav.internal.authentication with parameters of type Request
 boolean AuthorizationAuthority.authorize(Request request, IResponse response, IContext context, URL proxyServerUrl, boolean isProxyAuthorization)
          Authorizes the given request by setting its authorization credentials in the given context.
 boolean AuthorizationAuthority.confirm(Request request, IResponse response, URL proxyServerUrl)
          Confirms whether the given response is valid by proving the server knows the client's authentication secret (password).
protected  boolean DigestAuthority.confirmResponse(Request request, IResponse response, URL proxyServerUrl)
           
protected  boolean AuthorizationAuthority.confirmResponse(Request request, IResponse response, URL proxyServerUrl)
          Confirms whether the given response is valid by proving the server knows the client's authentication secret (password).
protected  String DigestAuthority.getAuthorization(Request request, Map info, URL serverUrl, URL protectionSpaceUrl, URL proxyServerUrl)
           
protected  String AuthorizationAuthority.getAuthorization(Request request, Map info, URL serverUrl, URL protectionSpaceUrl, URL proxyServerUrl)
          Returns the authorization credentials for the given request.
protected  String BasicAuthority.getAuthorization(Request request, Map info, URL serverUrl, URL protectionSpaceUrl, URL proxyServerUrl)
           
protected  String AuthorizationAuthority.md5(Request request)
          Computes the MD5 hash value of the body of the given request and returns the result as a HEX String.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.