Apache HttpClient Mime 4.2.6.redhat-3
A B C D E F G H I M O R S T V W 

A

AbstractContentBody - Class in org.apache.http.entity.mime.content
 
AbstractContentBody(String) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
 
addBodyPart(FormBodyPart) - Method in class org.apache.http.entity.mime.HttpMultipart
 
addField(String, String) - Method in class org.apache.http.entity.mime.FormBodyPart
 
addField(MinimalField) - Method in class org.apache.http.entity.mime.Header
 
addPart(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntity
 
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
 

B

ByteArrayBody - Class in org.apache.http.entity.mime.content
Body part that is built using a byte array containing a file.
ByteArrayBody(byte[], String, String) - Constructor for class org.apache.http.entity.mime.content.ByteArrayBody
Creates a new 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
 
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
 
create(String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
 
create(String) - Static method in class org.apache.http.entity.mime.content.StringBody
 

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
 
FileBody(File, String, String, 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) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
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
 

G

generateBoundary() - Method in class org.apache.http.entity.mime.MultipartEntity
 
generateContentDisp(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
 
generateTransferEncoding(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
 
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
 
getBoundary() - Method in class org.apache.http.entity.mime.HttpMultipart
 
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.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.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
 
getContentType() - Method in class org.apache.http.entity.mime.MultipartEntity
 
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
 
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
 
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
HttpMultipart represents a collection of MIME multipart encoded content bodies.
HttpMultipart(String, Charset, String, HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Creates an instance with the specified settings.
HttpMultipart(String, Charset, String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
Creates an instance with the specified settings.
HttpMultipart(String, 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, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
 
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
 
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.
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
Creates an instance using the specified parameters
MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
Creates an instance using the specified HttpMultipartMode mode.
MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
Creates an instance using mode HttpMultipartMode.STRICT

O

org.apache.http.entity.mime - package org.apache.http.entity.mime
Support for MIME multipart encoded entities
org.apache.http.entity.mime.content - package org.apache.http.entity.mime.content
MIME Multipart content body parts.

R

removeFields(String) - Method in class org.apache.http.entity.mime.Header
 

S

setField(MinimalField) - Method in class org.apache.http.entity.mime.Header
 
StringBody - Class in org.apache.http.entity.mime.content
 
StringBody(String, String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
Create a StringBody from the specified text, mime type and character set.
StringBody(String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
Create a StringBody from the specified text and character set.
StringBody(String) - Constructor for class org.apache.http.entity.mime.content.StringBody
Create a StringBody from the specified text.

T

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

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.HttpMultipart
Writes out the content in the multipart/form encoding.
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.MultipartEntity
 
A B C D E F G H I M O R S T V W 
Apache HttpClient Mime 4.2.6.redhat-3

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