public static class HttpTokens.Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
_b |
private char |
_c |
private HttpTokens.Type |
_type |
private int |
_x |
| Modifier | Constructor and Description |
|---|---|
private |
Token(byte b,
HttpTokens.Type type) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte() |
char |
getChar() |
int |
getHexDigit() |
HttpTokens.Type |
getType() |
boolean |
isHexDigit() |
java.lang.String |
toString() |
private final HttpTokens.Type _type
private final byte _b
private final char _c
private final int _x
private Token(byte b,
HttpTokens.Type type)
public HttpTokens.Type getType()
public byte getByte()
public char getChar()
public boolean isHexDigit()
public int getHexDigit()
public java.lang.String toString()
toString in class java.lang.Object