|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> methods >> [ multipart overview ] | PREV NEXT | ||||||||
B
- BOUNDARY - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Deprecated. use HttpMethodParams.MULTIPART_BOUNDARY>
HttpMethodParams.MULTIPART_BOUNDARY55 - BOUNDARY_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Deprecated.
- ByteArrayPartSource - class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource.
- A PartSource that reads from a byte array.
- ByteArrayPartSource(String, byte[]) - Constructor for class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- Constructor for ByteArrayPartSource.
- boundaryBytes - Variable in class org.apache.commons.httpclient.methods.multipart.Part
- The ASCII bytes to use as the multipart boundary.
- bytes - Variable in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- Byte array of the source file.
C
- CHARSET - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content charset
- CHARSET_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content charset as a byte array
- CONTENT_DISPOSITION - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content dispostion characters
- CONTENT_DISPOSITION_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content dispostion as a byte array
- CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content type header
- CONTENT_TRANSFER_ENCODING_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content type header as a byte array
- CONTENT_TYPE - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content type header
- CONTENT_TYPE_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content type header as a byte array
- CRLF - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Carriage return/linefeed
- CRLF_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Carriage return/linefeed as a byte array
- charSet - Variable in class org.apache.commons.httpclient.methods.multipart.PartBase
- Content encoding of the file part.
- content - Variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- Contents of this StringPart.
- contentType - Variable in class org.apache.commons.httpclient.methods.multipart.PartBase
- Content type of the file part.
- createInputStream() - Method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- createInputStream() - Method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
- Return a new java.io.FileInputStream for the current filename.
- createInputStream() - Method in interface org.apache.commons.httpclient.methods.multipart.PartSource
- Gets a new InputStream for reading this source.
D
- DEFAULT_BOUNDARY_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- The default boundary to be used if {@link #setBoundaryBytes(byte[])) has not been called.
- DEFAULT_CHARSET - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Default charset of file attachments.
- DEFAULT_CHARSET - Static variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- Default charset of string parameters
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Default content encoding of file attachments.
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- Default content encoding of string parameters.
- DEFAULT_TRANSFER_ENCODING - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Default transfer encoding of file attachments.
- DEFAULT_TRANSFER_ENCODING - Static variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- Default transfer encoding of string parameters
E
- EXTRA - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Extra characters
- EXTRA_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Extra characters as a byte array
F
- FILE_NAME - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Attachment's file name
- FILE_NAME_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Attachment's file name as a byte array
- FilePart - class org.apache.commons.httpclient.methods.multipart.FilePart.
- This class implements a part of a Multipart post object that consists of a file.
- FilePart(String, PartSource, String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePart(String, PartSource) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePart(String, File) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePart(String, File, String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePart(String, String, File) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePart(String, String, File, String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
- FilePart Constructor.
- FilePartSource - class org.apache.commons.httpclient.methods.multipart.FilePartSource.
- A PartSource that reads from a File.
- FilePartSource(File) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePartSource
- Constructor for FilePartSource.
- FilePartSource(String, File) - Constructor for class org.apache.commons.httpclient.methods.multipart.FilePartSource
- Constructor for FilePartSource.
- file - Variable in class org.apache.commons.httpclient.methods.multipart.FilePartSource
- File part file.
- fileName - Variable in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- Name of the source file.
- fileName - Variable in class org.apache.commons.httpclient.methods.multipart.FilePartSource
- File part file name.
G
- generateMultipartBoundary() - Static method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- Generates a random multipart boundary string.
- getBoundary() - Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Deprecated.
- getCharSet() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the character encoding of this part.
- getCharSet() - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Return the character encoding of this part.
- getContent() - Method in class org.apache.commons.httpclient.methods.multipart.StringPart
- Gets the content in bytes.
- getContentLength() - Method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- getContentType() - Method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- getContentType() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Returns the content type of this part.
- getContentType() - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Returns the content type of this part.
- getFileName() - Method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- getFileName() - Method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
- Return the current filename
- getFileName() - Method in interface org.apache.commons.httpclient.methods.multipart.PartSource
- Gets the name of the file this source represents.
- getLength() - Method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
- getLength() - Method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
- Return the length of the file
- getLength() - Method in interface org.apache.commons.httpclient.methods.multipart.PartSource
- Gets the number of bytes contained in this source.
- getLengthOfParts(Part[]) - Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the total sum of all parts and that of the last boundary
- getLengthOfParts(Part[], byte[]) - Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Gets the length of the multipart message including the given parts.
- getMultipartBoundary() - Method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- getName() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the name of this part.
- getName() - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Returns the name.
- getPartBoundary() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Gets the part boundary to be used.
- getSource() - Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Returns the source of the file part.
- getTransferEncoding() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the transfer encoding of this part.
- getTransferEncoding() - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Returns the transfer encoding of this part.
I
- isRepeatable() - Method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- Returns
trueif all parts are repeatable,falseotherwise. - isRepeatable() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Tests if this part can be sent more than once.
L
- LOG - Static variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Log object for this class.
- LOG - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Log object for this class.
- LOG - Static variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- Log object for this class.
- length() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the full length of all the data.
- lengthOfData() - Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Return the length of the data.
- lengthOfData() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return the length of the main content
- lengthOfData() - Method in class org.apache.commons.httpclient.methods.multipart.StringPart
- Return the length of the data.
- log - Static variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
M
- MULTIPART_CHARS - Static variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- The pool of ASCII chars to be used for generating a multipart boundary.
- MULTIPART_FORM_CONTENT_TYPE - Static variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- The Content-Type for multipart/form-data.
- MultipartRequestEntity - class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity.
- Implements a request entity suitable for an HTTP multipart POST method.
- MultipartRequestEntity(Part[], HttpMethodParams) - Constructor for class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- Creates a new multipart entity containing the given parts.
- multipartBoundary - Variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
N
- name - Variable in class org.apache.commons.httpclient.methods.multipart.PartBase
- Name of the file part.
O
- org.apache.commons.httpclient.methods.multipart - package org.apache.commons.httpclient.methods.multipart
- Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods.
P
- Part - class org.apache.commons.httpclient.methods.multipart.Part.
- Abstract class for one Part of a multipart post object.
- Part() - Constructor for class org.apache.commons.httpclient.methods.multipart.Part
- PartBase - class org.apache.commons.httpclient.methods.multipart.PartBase.
- Provides setters and getters for the basic Part properties.
- PartBase(String, String, String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.PartBase
- Constructor.
- PartSource - interface org.apache.commons.httpclient.methods.multipart.PartSource.
- An interface for providing access to data when posting MultiPart messages.
- params - Variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
- parts - Variable in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Q
- QUOTE - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content dispostion characters
- QUOTE_BYTES - Static variable in class org.apache.commons.httpclient.methods.multipart.Part
- Content dispostion as a byte array
S
- StringPart - class org.apache.commons.httpclient.methods.multipart.StringPart.
- Simple string parameter for a multipart post
- StringPart(String, String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
- Constructor.
- StringPart(String, String) - Constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
- Constructor.
- send(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write all the data to the output stream.
- sendContentTypeHeader(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content type header to the specified output stream
- sendData(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Write the data in "source" to the specified stream.
- sendData(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the data to the specified output stream
- sendData(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.StringPart
- Writes the data to the given OutputStream.
- sendDispositionHeader(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Write the disposition header to the output stream
- sendDispositionHeader(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content disposition header to the specified output stream
- sendEnd(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the end data to the output stream.
- sendEndOfHeader(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the end of the header to the output stream
- sendParts(OutputStream, Part[]) - Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Write all parts and the last boundary to the specified output stream.
- sendParts(OutputStream, Part[], byte[]) - Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Write all parts and the last boundary to the specified output stream.
- sendStart(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the start to the specified output stream
- sendTransferEncodingHeader(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content transfer encoding header to the specified output stream
- setCharSet(String) - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Sets the character encoding.
- setCharSet(String) - Method in class org.apache.commons.httpclient.methods.multipart.StringPart
- setContentType(String) - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Sets the content type.
- setName(String) - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Sets the part name.
- setPartBoundary(byte[]) - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Sets the part boundary.
- setTransferEncoding(String) - Method in class org.apache.commons.httpclient.methods.multipart.PartBase
- Sets the transfer encoding.
- source - Variable in class org.apache.commons.httpclient.methods.multipart.FilePart
- Source of the file part.
T
- toString() - Method in class org.apache.commons.httpclient.methods.multipart.Part
- Return a string representation of this object.
- transferEncoding - Variable in class org.apache.commons.httpclient.methods.multipart.PartBase
- The transfer encoding.
V
- value - Variable in class org.apache.commons.httpclient.methods.multipart.StringPart
- The String value of this part.
W
- writeRequest(OutputStream) - Method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
B C D E F G I L M N O P Q S T V W
|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> methods >> [ multipart overview ] | PREV NEXT | ||||||||