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.Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte
getByte()
Deprecated.char
getChar()
Deprecated.int
getHexDigit()
Deprecated.HttpTokens.Type
getType()
Deprecated.boolean
isHexDigit()
Deprecated.java.lang.String
toString()
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:
toString
in classjava.lang.Object
-
-