A C D E F G H I M O S V W

A

addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
 

C

consumeContent() - Method in class org.apache.http.entity.mime.MultipartEntity
 
CONTENT_DISPOSITION - Static variable in class org.apache.http.entity.mime.MIME
 
CONTENT_TRANSFER_ENC - Static variable in class org.apache.http.entity.mime.MIME
 
CONTENT_TYPE - Static variable in class org.apache.http.entity.mime.MIME
 
ContentBody - Interface in org.apache.http.entity.mime.content
 

D

DEFAULT_CHARSET - Static variable in class org.apache.http.entity.mime.MIME
 

E

ENC_8BIT - Static variable in class org.apache.http.entity.mime.MIME
 
ENC_BINARY - Static variable in class org.apache.http.entity.mime.MIME
 

F

FileBody - Class in org.apache.http.entity.mime.content
 
FileBody(File) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FormBodyPart - Class in org.apache.http.entity.mime
An extension of the mime4j standard BodyPart class that automatically populates the header with standard fields based on the content description of the enclosed body.
FormBodyPart(String, ContentBody) - Constructor for class org.apache.http.entity.mime.FormBodyPart
 

G

generateContentDisp(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(ContentDescriptor) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
 
generateTransferEncoding(ContentDescriptor) - Method in class org.apache.http.entity.mime.FormBodyPart
 
getBoundary() - Method in class org.apache.http.entity.mime.HttpMultipart
 
getCharset() - Method in class org.apache.http.entity.mime.content.FileBody
 
getCharset() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getCharset() - Method in class org.apache.http.entity.mime.content.StringBody
 
getCharset() - Method in class org.apache.http.entity.mime.HttpMultipart
 
getContent() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentEncoding() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentLength() - Method in class org.apache.http.entity.mime.content.FileBody
 
getContentLength() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getContentLength() - Method in class org.apache.http.entity.mime.content.StringBody
 
getContentLength() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentType() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentTypeParameters() - Method in class org.apache.http.entity.mime.content.FileBody
 
getContentTypeParameters() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getContentTypeParameters() - Method in class org.apache.http.entity.mime.content.StringBody
 
getFile() - Method in class org.apache.http.entity.mime.content.FileBody
 
getFilename() - Method in interface org.apache.http.entity.mime.content.ContentBody
 
getFilename() - Method in class org.apache.http.entity.mime.content.FileBody
 
getFilename() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getFilename() - Method in class org.apache.http.entity.mime.content.StringBody
 
getInputStream() - Method in class org.apache.http.entity.mime.content.FileBody
 
getInputStream() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getMediaType() - Method in class org.apache.http.entity.mime.content.FileBody
 
getMediaType() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getMediaType() - Method in class org.apache.http.entity.mime.content.StringBody
 
getMimeType() - Method in class org.apache.http.entity.mime.content.FileBody
 
getMimeType() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getMimeType() - Method in class org.apache.http.entity.mime.content.StringBody
 
getMode() - Method in class org.apache.http.entity.mime.HttpMultipart
 
getName() - Method in class org.apache.http.entity.mime.FormBodyPart
 
getReader() - Method in class org.apache.http.entity.mime.content.StringBody
 
getSubType() - Method in class org.apache.http.entity.mime.content.FileBody
 
getSubType() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getSubType() - Method in class org.apache.http.entity.mime.content.StringBody
 
getTotalLength() - Method in class org.apache.http.entity.mime.HttpMultipart
Determines the total length of the multipart content (content length of individual parts plus that of extra elements required to delimit the parts from one another).
getTransferEncoding() - Method in class org.apache.http.entity.mime.content.FileBody
 
getTransferEncoding() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getTransferEncoding() - Method in class org.apache.http.entity.mime.content.StringBody
 

H

HttpMultipart - Class in org.apache.http.entity.mime
An extension of the mime4j standard Multipart class, which is capable of operating either in the strict (fully RFC 822, RFC 2045, RFC 2046 compliant) or the browser compatible modes.
HttpMultipart(String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
 
HttpMultipartMode - Enum in org.apache.http.entity.mime
 

I

InputStreamBody - Class in org.apache.http.entity.mime.content
 
InputStreamBody(InputStream, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
isChunked() - Method in class org.apache.http.entity.mime.MultipartEntity
 
isRepeatable() - Method in class org.apache.http.entity.mime.MultipartEntity
 
isStreaming() - Method in class org.apache.http.entity.mime.MultipartEntity
 

M

MIME - Class in org.apache.http.entity.mime
 
MIME() - Constructor for class org.apache.http.entity.mime.MIME
 
MultipartEntity - Class in org.apache.http.entity.mime
Multipart/form coded HTTP entity consisting of multiple body parts.
MultipartEntity(HttpMultipartMode, String, Charset) - Constructor for class org.apache.http.entity.mime.MultipartEntity
 
MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
 
MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
 

O

org.apache.http.entity.mime - package org.apache.http.entity.mime
 
org.apache.http.entity.mime.content - package org.apache.http.entity.mime.content
 

S

setMode(HttpMultipartMode) - Method in class org.apache.http.entity.mime.HttpMultipart
 
StringBody - Class in org.apache.http.entity.mime.content
 
StringBody(String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
 
StringBody(String) - Constructor for class org.apache.http.entity.mime.content.StringBody
 

V

valueOf(String) - Static method in enum org.apache.http.entity.mime.HttpMultipartMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.http.entity.mime.HttpMultipartMode
Returns an array containing the constants of this enum type, in the order they're declared.

W

writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.FileBody
 
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.StringBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.HttpMultipart
Writes out the content in the multipart/form encoding.
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.HttpMultipart
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.MultipartEntity
 

A C D E F G H I M O S V W

Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.