Enum Class HTTP3ErrorCode

java.lang.Object
java.lang.Enum<HTTP3ErrorCode>
org.eclipse.jetty.http3.HTTP3ErrorCode
All Implemented Interfaces:
Serializable, Comparable<HTTP3ErrorCode>, Constable

public enum HTTP3ErrorCode extends Enum<HTTP3ErrorCode>
  • Enum Constant Details

    • NO_ERROR

      public static final HTTP3ErrorCode NO_ERROR
    • PROTOCOL_ERROR

      public static final HTTP3ErrorCode PROTOCOL_ERROR
    • INTERNAL_ERROR

      public static final HTTP3ErrorCode INTERNAL_ERROR
    • STREAM_CREATION_ERROR

      public static final HTTP3ErrorCode STREAM_CREATION_ERROR
    • CLOSED_CRITICAL_STREAM_ERROR

      public static final HTTP3ErrorCode CLOSED_CRITICAL_STREAM_ERROR
    • FRAME_UNEXPECTED_ERROR

      public static final HTTP3ErrorCode FRAME_UNEXPECTED_ERROR
    • FRAME_ERROR

      public static final HTTP3ErrorCode FRAME_ERROR
    • EXCESSIVE_LOAD_ERROR

      public static final HTTP3ErrorCode EXCESSIVE_LOAD_ERROR
    • ID_ERROR

      public static final HTTP3ErrorCode ID_ERROR
    • SETTINGS_ERROR

      public static final HTTP3ErrorCode SETTINGS_ERROR
    • MISSING_SETTINGS_ERROR

      public static final HTTP3ErrorCode MISSING_SETTINGS_ERROR
    • REQUEST_REJECTED_ERROR

      public static final HTTP3ErrorCode REQUEST_REJECTED_ERROR
    • REQUEST_CANCELLED_ERROR

      public static final HTTP3ErrorCode REQUEST_CANCELLED_ERROR
    • REQUEST_INCOMPLETE_ERROR

      public static final HTTP3ErrorCode REQUEST_INCOMPLETE_ERROR
    • HTTP_MESSAGE_ERROR

      public static final HTTP3ErrorCode HTTP_MESSAGE_ERROR
    • HTTP_CONNECT_ERROR

      public static final HTTP3ErrorCode HTTP_CONNECT_ERROR
    • VERSION_FALLBACK_ERROR

      public static final HTTP3ErrorCode VERSION_FALLBACK_ERROR
  • Method Details

    • values

      public static HTTP3ErrorCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HTTP3ErrorCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • randomReservedCode

      public static long randomReservedCode()
    • code

      public long code()