Package org.eclipse.jetty.http
Class HttpTokens.Token
- java.lang.Object
-
- org.eclipse.jetty.http.HttpTokens.Token
-
- Enclosing class:
- HttpTokens
public static class HttpTokens.Token extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getByte()
char
getChar()
int
getHexDigit()
HttpTokens.Type
getType()
boolean
isHexDigit()
java.lang.String
toString()
-
-
-
Method Detail
-
getType
public HttpTokens.Type getType()
-
getByte
public byte getByte()
-
getChar
public char getChar()
-
isHexDigit
public boolean isHexDigit()
-
getHexDigit
public int getHexDigit()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-