Index

A B C D E F G H I M O R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractContentBody - Class in org.apache.http.entity.mime.content
 
AbstractContentBody(String) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
Deprecated.
AbstractContentBody(ContentType) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
 
addBinaryBody(String, byte[]) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, File) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, File, ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBodyPart(FormBodyPart) - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
addField(String, String) - Method in class org.apache.http.entity.mime.FormBodyPart
 
addField(String, String) - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
addField(MinimalField) - Method in class org.apache.http.entity.mime.Header
 
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addPart(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
addPart(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addTextBody(String, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addTextBody(String, String, ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 

B

BROWSER_COMPATIBLE - Enum constant in enum org.apache.http.entity.mime.HttpMultipartMode
browser-compatible mode, i.e.
build() - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
build() - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
ByteArrayBody - Class in org.apache.http.entity.mime.content
Binary body part backed by a byte array.
ByteArrayBody(byte[], String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
Creates a new ByteArrayBody.
ByteArrayBody(byte[], String, String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
ByteArrayBody(byte[], ContentType, String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
 

C

consumeContent() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
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
 
ContentDescriptor - Interface in org.apache.http.entity.mime.content
Represents common content properties.
create() - Static method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
create() - Static method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
create(String) - Static method in class org.apache.http.entity.mime.content.StringBody
create(String, String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
create(String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
create(String, ContentBody) - Static method in class org.apache.http.entity.mime.FormBodyPartBuilder
 

D

DEFAULT_CHARSET - Static variable in class org.apache.http.entity.mime.MIME
The default character set to be used, i.e.

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
Binary body part backed by a file.
FileBody(File) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
FileBody(File, String, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
FileBody(File, String, String, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
FileBody(File, ContentType) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File, ContentType, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
formatMultipartHeader(FormBodyPart, OutputStream) - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
FormBodyPart - Class in org.apache.http.entity.mime
FormBodyPart class represents a content body that can be used as a part of multipart encoded entities.
FormBodyPart(String, ContentBody) - Constructor for class org.apache.http.entity.mime.FormBodyPart
Deprecated.
FormBodyPartBuilder - Class in org.apache.http.entity.mime
Builder for individual FormBodyParts.

G

generateBoundary() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
generateContentDisp(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
Deprecated.
generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
generateContentType(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
Deprecated.
generateTransferEncoding(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
Deprecated.
getBody() - Method in class org.apache.http.entity.mime.FormBodyPart
 
getBody() - Method in class org.apache.http.entity.mime.MinimalField
 
getBodyParts() - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
getBoundary() - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
getCharset() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getCharset() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
 
getCharset() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
The body descriptors character set, defaulted appropriately for the MIME type.
getCharset() - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
getContent() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
getContentEncoding() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
getContentLength() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
 
getContentLength() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
Returns the body descriptors content-length.
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
Deprecated.
 
getContentType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getContentType() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
getField(String) - Method in class org.apache.http.entity.mime.Header
 
getFields() - Method in class org.apache.http.entity.mime.Header
 
getFields(String) - Method in class org.apache.http.entity.mime.Header
 
getFile() - Method in class org.apache.http.entity.mime.content.FileBody
 
getFilename() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
 
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
 
getHeader() - Method in class org.apache.http.entity.mime.FormBodyPart
 
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.AbstractContentBody
 
getMediaType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
Gets the defaulted MIME media type for this content.
getMimeType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getMimeType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
Returns the body descriptors MIME type.
getMode() - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
getName() - Method in class org.apache.http.entity.mime.FormBodyPart
 
getName() - Method in class org.apache.http.entity.mime.MinimalField
 
getReader() - Method in class org.apache.http.entity.mime.content.StringBody
 
getSubType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getSubType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
Gets the defaulted MIME sub type for this content.
getSubType() - Method in class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
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.ByteArrayBody
 
getTransferEncoding() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
Returns the body descriptors transfer encoding.
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

Header - Class in org.apache.http.entity.mime
The header of an entity (see RFC 2045).
Header() - Constructor for class org.apache.http.entity.mime.Header
 
HttpMultipart - Class in org.apache.http.entity.mime
Deprecated.
HttpMultipart(String, String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated.
 
HttpMultipart(String, Charset, String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated.
Creates an instance with the specified settings.
HttpMultipart(String, Charset, String, HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated.
Creates an instance with the specified settings.
HttpMultipartMode - Enum in org.apache.http.entity.mime
 

I

InputStreamBody - Class in org.apache.http.entity.mime.content
Binary body part backed by an input stream.
InputStreamBody(InputStream, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, String, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
isChunked() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
isRepeatable() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
isStreaming() - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
iterator() - Method in class org.apache.http.entity.mime.Header
 

M

MIME - Class in org.apache.http.entity.mime
 
MIME() - Constructor for class org.apache.http.entity.mime.MIME
 
MinimalField - Class in org.apache.http.entity.mime
Minimal MIME field.
MinimalField(String, String) - Constructor for class org.apache.http.entity.mime.MinimalField
 
MultipartEntity - Class in org.apache.http.entity.mime
Deprecated.
MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated.
Creates an instance using mode HttpMultipartMode.STRICT
MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated.
Creates an instance using the specified HttpMultipartMode mode.
MultipartEntity(HttpMultipartMode, String, Charset) - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated.
Creates an instance using the specified parameters
MultipartEntityBuilder - Class in org.apache.http.entity.mime
Builder for multipart HttpEntitys.

O

org.apache.http.entity.mime - package org.apache.http.entity.mime
MIME coded HTTP entity implementations.
org.apache.http.entity.mime.content - package org.apache.http.entity.mime.content
MIME body part implementations.

R

removeFields(String) - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
removeFields(String) - Method in class org.apache.http.entity.mime.Header
 
RFC6532 - Enum constant in enum org.apache.http.entity.mime.HttpMultipartMode
RFC 6532 compliant

S

seContentType(ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
setBody(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
setBoundary(String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setCharset(Charset) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setContentType(ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setField(String, String) - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
setField(MinimalField) - Method in class org.apache.http.entity.mime.Header
 
setLaxMode() - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setMimeSubtype(String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setMode(HttpMultipartMode) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
setName(String) - Method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
setStrictMode() - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
STRICT - Enum constant in enum org.apache.http.entity.mime.HttpMultipartMode
RFC 822, RFC 2045, RFC 2046 compliant
StringBody - Class in org.apache.http.entity.mime.content
Text body part backed by a byte array.
StringBody(String) - Constructor for class org.apache.http.entity.mime.content.StringBody
StringBody(String, String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
StringBody(String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
StringBody(String, ContentType) - Constructor for class org.apache.http.entity.mime.content.StringBody
 

T

toString() - Method in class org.apache.http.entity.mime.Header
 
toString() - Method in class org.apache.http.entity.mime.MinimalField
 

U

UTF8_CHARSET - Static variable in class org.apache.http.entity.mime.MIME
UTF-8 is used for RFC6532

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 are declared.

W

writeField(MinimalField, OutputStream) - Static method in class org.apache.http.entity.mime.HttpMultipart
 
writeField(MinimalField, Charset, OutputStream) - Static method in class org.apache.http.entity.mime.HttpMultipart
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.HttpMultipart
Writes out the content in the multipart/form encoding.
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.ByteArrayBody
 
writeTo(OutputStream) - Method in interface org.apache.http.entity.mime.content.ContentBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.FileBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.StringBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.
 
A B C D E F G H I M O R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values