Package org.eclipse.jetty.http
Class HttpTokens.Token
- java.lang.Object
-
- org.eclipse.jetty.http.HttpTokens.Token
-
- Enclosing class:
- HttpTokens
@Deprecated(since="2021-05-27") public static class HttpTokens.Token extends java.lang.ObjectDeprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description bytegetByte()Deprecated.chargetChar()Deprecated.intgetHexDigit()Deprecated.HttpTokens.TypegetType()Deprecated.booleanisHexDigit()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
getType
public HttpTokens.Type getType()
Deprecated.
-
getByte
public byte getByte()
Deprecated.
-
getChar
public char getChar()
Deprecated.
-
isHexDigit
public boolean isHexDigit()
Deprecated.
-
getHexDigit
public int getHexDigit()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-