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
Next()Returns the next token. | ||
NextToken()Obtains the next token from this iteration. | ||
Remove()Removing tokens is not supported. | ||
CreateToken(string, int, int)Creates a new token to be returned. | ||
FindNext(int)Determines the next token. | ||
FindTokenEnd(int)Determines the ending position of the current token. | ||
FindTokenSeparator(int)Determines the position of the next token separator. | ||
FindTokenStart(int)Determines the starting position of the next token. | ||
IsHttpSeparator(char)Checks whether a character is an HTTP separator. | ||
IsTokenChar(char)Checks whether a character is a valid token character. | ||
IsTokenSeparator(char)Checks whether a character is a token separator. | ||
IsWhitespace(char)Checks whether a character is a whitespace character. | ||