The members of Org.Apache.Http.Message.BasicTokenIterator are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new instance of Org.Apache.Http.Message.BasicTokenIterator. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | HttpSeparators | string. The HTTP separator characters. |
| CurrentHeader | string. The value of the current header. | |
| CurrentToken | string. The token to be returned by the next call to BasicTokenIterator.CurrentToken. | |
| HeaderIt | Org.Apache.Http.IHeaderIterator. The iterator from which to obtain the next header. | |
| SearchPos | int. The position after BasicTokenIterator.CurrentToken in BasicTokenIterator.CurrentHeader. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | ||