Uses of Class
org.apache.james.mime4j.stream.NameValuePair
-
Packages that use NameValuePair 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 -
-
Uses of NameValuePair in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return types with arguments of type NameValuePair Modifier and Type Method Description java.util.List<NameValuePair>Multipart. getContentTypeParameters()Methods in org.apache.james.mime4j.dom with parameters of type NameValuePair Modifier and Type Method Description Message.BuilderMessage.Builder. setContentType(java.lang.String mimeType, NameValuePair... parameters) -
Uses of NameValuePair in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field with parameters of type NameValuePair Modifier and Type Method Description static ContentTypeFieldFields. contentType(java.lang.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 NameValuePair Modifier and Type Method Description static ContentDispositionFieldFields. contentDisposition(java.lang.String dispositionType, java.lang.Iterable<NameValuePair> parameters)Creates a Content-Disposition field from the specified disposition type and parameters.static ContentTypeFieldFields. contentType(java.lang.String mimeType, java.lang.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 NameValuePair Modifier and Type Method Description AbstractEntityBuilderAbstractEntityBuilder. setContentType(java.lang.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 NameValuePair Modifier and Type Field Description private java.util.List<NameValuePair>AbstractMultipart. contentTypeParametersprivate java.util.List<NameValuePair>MultipartBuilder. parametersMethods in org.apache.james.mime4j.message that return types with arguments of type NameValuePair Modifier and Type Method Description java.util.List<NameValuePair>AbstractMultipart. getContentTypeParameters()Methods in org.apache.james.mime4j.message with parameters of type NameValuePair Modifier and Type Method Description MultipartBuilderMultipartBuilder. addContentTypeParameter(NameValuePair parameter)MultipartDefaultMessageBuilder. newMultipart(java.lang.String subType, NameValuePair... contentTypeParameters)BodyPartBuilderBodyPartBuilder. setContentType(java.lang.String mimeType, NameValuePair... parameters)MessageBuilderMessageBuilder. setContentType(java.lang.String mimeType, NameValuePair... parameters)Deprecated.Constructor parameters in org.apache.james.mime4j.message with type arguments of type NameValuePair Constructor Description AbstractMultipart(java.lang.String subType, java.util.List<NameValuePair> contentTypeParameters)Creates a new emptyMultipartinstance.MultipartImpl(java.lang.String subType, java.util.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 NameValuePair Modifier and Type Field Description private java.util.List<NameValuePair>RawBody. paramsMethods in org.apache.james.mime4j.stream that return NameValuePair Modifier and Type Method Description NameValuePairRawFieldParser. 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 NameValuePair Modifier and Type Method Description java.util.List<NameValuePair>RawBody. getParams()java.util.List<NameValuePair>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 NameValuePair Constructor Description RawBody(java.lang.String value, java.util.List<NameValuePair> params)
-