Package | Description |
---|---|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods |
Classes implementing
org.apache.commons.httpclient.HttpMethod for the base HTTP methods. |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods.multipart |
Provides Multipart support classes for the
org.apache.commons.httpclient.methods.MultipartPostMethod . |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayRequestEntity
A RequestEntity that contains an array of bytes.
|
class |
FileRequestEntity
A RequestEntity that represents a File.
|
class |
InputStreamRequestEntity
A RequestEntity that contains an InputStream.
|
class |
StringRequestEntity
A RequestEntity that contains a String.
|
Modifier and Type | Method and Description |
---|---|
protected RequestEntity |
PostMethod.generateRequestEntity()
Generates a request entity from the post parameters, if present.
|
protected RequestEntity |
EntityEnclosingMethod.generateRequestEntity() |
RequestEntity |
EntityEnclosingMethod.getRequestEntity() |
Modifier and Type | Method and Description |
---|---|
void |
EntityEnclosingMethod.setRequestEntity(RequestEntity requestEntity) |
Modifier and Type | Class and Description |
---|---|
class |
MultipartRequestEntity
Implements a request entity suitable for an HTTP multipart POST method.
|
Copyright © 2016 Internet2. All rights reserved.