Class HttpTokens.Token

java.lang.Object
org.eclipse.jetty.http.HttpTokens.Token
Enclosing class:
HttpTokens

public static class HttpTokens.Token extends Object
  • Field Details

    • _type

      private final HttpTokens.Type _type
    • _b

      private final byte _b
    • _c

      private final char _c
    • _x

      private final int _x
  • Constructor Details

  • Method Details

    • getType

      public HttpTokens.Type getType()
    • getByte

      public byte getByte()
    • getChar

      public char getChar()
    • isHexDigit

      public boolean isHexDigit()
    • getHexDigit

      public int getHexDigit()
    • toString

      public String toString()
      Overrides:
      toString in class Object