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

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

See Also: Inherited members from Java.Lang.Object

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.