A B C D E F G H I M O R S T U V W

A

AbstractContentBody - Class in org.apache.http.entity.mime.content
 
AbstractContentBody(ContentType) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
 
AbstractContentBody(String) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
Deprecated. (4.3) use AbstractContentBody.AbstractContentBody(ContentType)
addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, byte[]) - 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, File) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream) - 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(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.  
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.  
addPart(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addTextBody(String, String, ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 
addTextBody(String, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
 

B

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, String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
Deprecated. (4.3) use ByteArrayBody.ByteArrayBody(byte[], ContentType, String) or MultipartEntityBuilder
ByteArrayBody(byte[], ContentType, String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
 
ByteArrayBody(byte[], String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
Creates a new 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(String, String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
create(String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
create(String) - Static method in class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
create(String, ContentBody) - Static method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
create() - Static method in class org.apache.http.entity.mime.FormBodyPartBuilder
 
create() - Static method in class org.apache.http.entity.mime.MultipartEntityBuilder
 

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, String, String, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
Deprecated. (4.3) use FileBody.FileBody(File, ContentType, String) or MultipartEntityBuilder
FileBody(File, String, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
Deprecated. (4.3) use FileBody.FileBody(File, ContentType) or MultipartEntityBuilder
FileBody(File, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
Deprecated. (4.3) use FileBody.FileBody(File, ContentType) or MultipartEntityBuilder
FileBody(File) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File, ContentType, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File, ContentType) - 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. (4.4) use FormBodyPartBuilder.
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. (4.4) use FormBodyPartBuilder.
generateContentType(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
Deprecated. (4.4) use FormBodyPartBuilder.
generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
Deprecated.  
generateTransferEncoding(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
Deprecated. (4.4) use FormBodyPartBuilder.
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.  
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. (4.3) Use MultipartEntityBuilder.
HttpMultipart(String, Charset, String, HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated. Creates an instance with the specified settings.
HttpMultipart(String, Charset, String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated. Creates an instance with the specified settings.
HttpMultipart(String, String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Deprecated.  
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, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
Deprecated. (4.3) use InputStreamBody.InputStreamBody(InputStream, ContentType, String) or MultipartEntityBuilder
InputStreamBody(InputStream, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, ContentType) - 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. 4.3 Use MultipartEntityBuilder.
MultipartEntity(HttpMultipartMode, String, Charset) - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated. Creates an instance using the specified parameters
MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated. Creates an instance using the specified HttpMultipartMode mode.
MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
Deprecated. Creates an instance using mode HttpMultipartMode.STRICT
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
 

S

seContentType(ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
Deprecated. (4.5) Use MultipartEntityBuilder.setContentType(org.apache.http.entity.ContentType).
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
 
StringBody - Class in org.apache.http.entity.mime.content
Text body part backed by a byte array.
StringBody(String, String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
StringBody(String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
StringBody(String) - Constructor for class org.apache.http.entity.mime.content.StringBody
Deprecated. (4.3) use StringBody.StringBody(String, ContentType) or MultipartEntityBuilder
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

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

Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.