Org.Apache.Http.Message.BasicHeaderValueParser Members

The members of Org.Apache.Http.Message.BasicHeaderValueParser are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
DefaultBasicHeaderValueParser. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. Documentation for this section has not yet been entered.
[read-only]
override
ThresholdTypeType. Documentation for this section has not yet been entered.

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.