Package | Description |
---|---|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods |
Classes implementing
org.apache.commons.httpclient.HttpMethod for the base HTTP methods. |
Modifier and Type | Class and Description |
---|---|
class |
EntityEnclosingMethod
This abstract class serves as a foundation for all HTTP methods
that can enclose an entity within requests
|
class |
MultipartPostMethod
Deprecated.
Use
MultipartRequestEntity
in conjunction with PostMethod instead. |
class |
PostMethod
Implements the HTTP POST method.
|
class |
PutMethod
Implements the HTTP PUT method.
|
Copyright © 2020 Internet2. All rights reserved.