Uses of Class
org.apache.james.mime4j.stream.NameValuePair

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 NameValuePairs.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.