Org.Apache.Http.Message.BasicTokenIterator Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
HttpSeparatorsstring. The HTTP separator characters.

Public Properties

[read-only]
HasNextbool. Indicates whether there is another token in this iteration.

Protected Properties

CurrentHeaderstring. The value of the current header.
CurrentTokenstring. The token to be returned by the next call to BasicTokenIterator.CurrentToken.
HeaderItOrg.Apache.Http.IHeaderIterator. The iterator from which to obtain the next header.
SearchPosint. The position after BasicTokenIterator.CurrentToken in BasicTokenIterator.CurrentHeader.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Next() : Java.Lang.Object
Returns the next token.
NextToken() : string
Obtains the next token from this iteration.
Remove()
Removing tokens is not supported.

Protected Methods

CreateToken(string, int, int) : string
Creates a new token to be returned.
FindNext(int) : int
Determines the next token.
FindTokenEnd(int) : int
Determines the ending position of the current token.
FindTokenSeparator(int) : int
Determines the position of the next token separator.
FindTokenStart(int) : int
Determines the starting position of the next token.
IsHttpSeparator(char) : bool
Checks whether a character is an HTTP separator.
IsTokenChar(char) : bool
Checks whether a character is a valid token character.
IsTokenSeparator(char) : bool
Checks whether a character is a token separator.
IsWhitespace(char) : bool
Checks whether a character is a whitespace character.