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 bytegetByte()chargetChar()intgetHexDigit()HttpTokens.TypegetType()booleanisHexDigit()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-