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 Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetByte()chargetChar()intgetHexDigit()HttpTokens.TypegetType()booleanisHexDigit()StringtoString()
-
-
-
Method Detail
-
getType
public HttpTokens.Type getType()
-
getByte
public byte getByte()
-
getChar
public char getChar()
-
isHexDigit
public boolean isHexDigit()
-
getHexDigit
public int getHexDigit()
-
-