Package | Description |
---|---|
org.apache.james.mime4j.dom | |
org.apache.james.mime4j.field | |
org.apache.james.mime4j.internal | |
org.apache.james.mime4j.message | |
org.apache.james.mime4j.stream |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
Multipart.getContentTypeParameters() |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.setContentType(String mimeType,
NameValuePair... parameters) |
Modifier and Type | Method and Description |
---|---|
static ContentTypeField |
Fields.contentType(String mimeType,
NameValuePair... parameters)
Creates a Content-Type field from the specified MIME type and
parameters.
|
Modifier and Type | Method and Description |
---|---|
static ContentDispositionField |
Fields.contentDisposition(String dispositionType,
Iterable<NameValuePair> parameters)
Creates a Content-Disposition field from the specified
disposition type and parameters.
|
static ContentTypeField |
Fields.contentType(String mimeType,
Iterable<NameValuePair> parameters)
Creates a Content-Type field from the specified MIME type and
parameters.
|
Modifier and Type | Method and Description |
---|---|
AbstractEntityBuilder |
AbstractEntityBuilder.setContentType(String mimeType,
NameValuePair... parameters)
Sets transfer encoding of this message.
|
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
AbstractMultipart.getContentTypeParameters() |
Modifier and Type | Method and Description |
---|---|
MultipartBuilder |
MultipartBuilder.addContentTypeParameter(NameValuePair parameter) |
Multipart |
DefaultMessageBuilder.newMultipart(String subType,
NameValuePair... contentTypeParameters) |
MessageBuilder |
MessageBuilder.setContentType(String mimeType,
NameValuePair... parameters)
Deprecated.
|
BodyPartBuilder |
BodyPartBuilder.setContentType(String mimeType,
NameValuePair... parameters) |
Constructor and Description |
---|
AbstractMultipart(String subType,
List<NameValuePair> contentTypeParameters)
Creates a new empty
Multipart instance. |
MultipartImpl(String subType,
List<NameValuePair> parameters)
Creates a new empty
Multipart instance. |
Modifier and Type | Method and Description |
---|---|
NameValuePair |
RawFieldParser.parseParameter(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing a field parameter delimited with semicolon into
NameValuePair . |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
RawBody.getParams() |
List<NameValuePair> |
RawFieldParser.parseParameters(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing field parameters delimited with semicolon into
a list of
NameValuePair s. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.