Package | Description |
---|---|
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 |
ByteArrayPartSource
A PartSource that reads from a byte array.
|
class |
FilePartSource
A PartSource that reads from a File.
|
Modifier and Type | Method and Description |
---|---|
protected PartSource |
FilePart.getSource()
Returns the source of the file part.
|
Constructor and Description |
---|
FilePart(String name,
PartSource partSource)
FilePart Constructor.
|
FilePart(String name,
PartSource partSource,
String contentType,
String charset)
FilePart Constructor.
|
Copyright © 2021 Internet2. All rights reserved.