Uses of Class
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpMethodBase

Packages that use HttpMethodBase
edu.internet2.middleware.grouperClient.util   
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. 
 

Uses of HttpMethodBase in edu.internet2.middleware.grouperClient.util
 

Methods in edu.internet2.middleware.grouperClient.util with parameters of type HttpMethodBase
static String GrouperClientCommonUtils.responseBodyAsString(HttpMethodBase method)
          for testing, get the response body as a string
 

Uses of HttpMethodBase in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 

Subclasses of HttpMethodBase in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 class ConnectMethod
          Establishes a tunneled HTTP connection via the CONNECT method.
 

Uses of HttpMethodBase in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods
 

Subclasses of HttpMethodBase in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods
 class DeleteMethod
          Implements the HTTP DELETE method.
 class EntityEnclosingMethod
          This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests
 class ExpectContinueMethod
           This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake.
 class GetMethod
          Implements the HTTP GET method.
 class HeadMethod
          Implements the HTTP HEAD method.
 class MultipartPostMethod
          Deprecated. Use MultipartRequestEntity in conjunction with PostMethod instead.
 class OptionsMethod
          Implements the HTTP OPTIONS method.
 class PostMethod
          Implements the HTTP POST method.
 class PutMethod
          Implements the HTTP PUT method.
 class TraceMethod
          Implements the HTTP TRACE method.
 



Copyright © 2012 Internet2. All Rights Reserved.