Uses of Class
org.apache.james.mime4j.stream.NameValuePair
Packages that use NameValuePair
Package
Description
-
Uses of NameValuePair in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return types with arguments of type NameValuePairMethods in org.apache.james.mime4j.dom with parameters of type NameValuePairModifier and TypeMethodDescriptionMessage.Builder.setContentType(String mimeType, NameValuePair... parameters) -
Uses of NameValuePair in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field with parameters of type NameValuePairModifier and TypeMethodDescriptionstatic ContentTypeFieldFields.contentType(String mimeType, NameValuePair... parameters) Creates a Content-Type field from the specified MIME type and parameters.Method parameters in org.apache.james.mime4j.field with type arguments of type NameValuePairModifier and TypeMethodDescriptionstatic ContentDispositionFieldFields.contentDisposition(String dispositionType, Iterable<NameValuePair> parameters) Creates a Content-Disposition field from the specified disposition type and parameters.static ContentTypeFieldFields.contentType(String mimeType, Iterable<NameValuePair> parameters) Creates a Content-Type field from the specified MIME type and parameters. -
Uses of NameValuePair in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type NameValuePairModifier and TypeMethodDescriptionAbstractEntityBuilder.setContentType(String mimeType, NameValuePair... parameters) Sets transfer encoding of this message. -
Uses of NameValuePair in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message with type parameters of type NameValuePairModifier and TypeFieldDescriptionprivate final List<NameValuePair> AbstractMultipart.contentTypeParametersprivate List<NameValuePair> MultipartBuilder.parametersMethods in org.apache.james.mime4j.message that return types with arguments of type NameValuePairMethods in org.apache.james.mime4j.message with parameters of type NameValuePairModifier and TypeMethodDescriptionMultipartBuilder.addContentTypeParameter(NameValuePair parameter) DefaultMessageBuilder.newMultipart(String subType, NameValuePair... contentTypeParameters) BodyPartBuilder.setContentType(String mimeType, NameValuePair... parameters) MessageBuilder.setContentType(String mimeType, NameValuePair... parameters) Deprecated.Constructor parameters in org.apache.james.mime4j.message with type arguments of type NameValuePairModifierConstructorDescriptionAbstractMultipart(String subType, List<NameValuePair> contentTypeParameters) Creates a new emptyMultipartinstance.MultipartImpl(String subType, List<NameValuePair> parameters) Creates a new emptyMultipartinstance. -
Uses of NameValuePair in org.apache.james.mime4j.stream
Fields in org.apache.james.mime4j.stream with type parameters of type NameValuePairMethods in org.apache.james.mime4j.stream that return NameValuePairModifier and TypeMethodDescriptionRawFieldParser.parseParameter(ByteSequence buf, ParserCursor cursor) Parses the sequence of bytes containing a field parameter delimited with semicolon intoNameValuePair.Methods in org.apache.james.mime4j.stream that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionRawBody.getParams()RawFieldParser.parseParameters(ByteSequence buf, ParserCursor cursor) Parses the sequence of bytes containing field parameters delimited with semicolon into a list ofNameValuePairs.Constructor parameters in org.apache.james.mime4j.stream with type arguments of type NameValuePairModifierConstructorDescription(package private)RawBody(String value, List<NameValuePair> params)