Org.Apache.Http.Message.BasicHeaderValueParser: Method Members

The methods of Org.Apache.Http.Message.BasicHeaderValueParser are listed below. For a list of all members, see the BasicHeaderValueParser Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ParseElements(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor) : Org.Apache.Http.IHeaderElement[]
Documentation for this section has not yet been entered.
static
ParseElements(string, IHeaderValueParser) : Org.Apache.Http.IHeaderElement[]
Documentation for this section has not yet been entered.
ParseHeaderElement(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor) : Org.Apache.Http.IHeaderElement
Documentation for this section has not yet been entered.
static
ParseHeaderElement(string, IHeaderValueParser) : Org.Apache.Http.IHeaderElement
Documentation for this section has not yet been entered.
ParseNameValuePair(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor) : Org.Apache.Http.INameValuePair
Documentation for this section has not yet been entered.
static
ParseNameValuePair(string, IHeaderValueParser) : Org.Apache.Http.INameValuePair
Documentation for this section has not yet been entered.
ParseNameValuePair(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor, char[]) : Org.Apache.Http.INameValuePair
Documentation for this section has not yet been entered.
ParseParameters(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor) : Org.Apache.Http.INameValuePair[]
Documentation for this section has not yet been entered.
static
ParseParameters(string, IHeaderValueParser) : Org.Apache.Http.INameValuePair[]
Documentation for this section has not yet been entered.

Protected Methods

CreateHeaderElement(string, string, Org.Apache.Http.INameValuePair[]) : Org.Apache.Http.IHeaderElement
Documentation for this section has not yet been entered.
CreateNameValuePair(string, string) : Org.Apache.Http.INameValuePair
Documentation for this section has not yet been entered.