|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameValuePair | |
---|---|
org.apache.james.mime4j.stream |
Uses of NameValuePair in org.apache.james.mime4j.stream |
---|
Methods in org.apache.james.mime4j.stream that return NameValuePair | |
---|---|
NameValuePair |
RawFieldParser.parseParameter(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing a field parameter delimited with semicolon into NameValuePair . |
Methods in org.apache.james.mime4j.stream that return types with arguments of type NameValuePair | |
---|---|
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 of NameValuePair s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |