Uses of Class
org.eclipse.jetty.quic.util.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in org.eclipse.jetty.quic.util
Fields in org.eclipse.jetty.quic.util declared as ErrorCodeModifier and TypeFieldDescriptionstatic final ErrorCode
ErrorCode.AEAD_LIMIT_REACHED
static final ErrorCode
ErrorCode.APPLICATION_ERROR
static final ErrorCode
ErrorCode.CONNECTION_ID_LIMIT_ERROR
static final ErrorCode
ErrorCode.CONNECTION_REFUSED_ERROR
static final ErrorCode
ErrorCode.CRYPTO_BUFFER_EXCEEDED_ERROR
static final ErrorCode
ErrorCode.FINAL_SIZE_ERROR
static final ErrorCode
ErrorCode.FLOW_CONTROL_ERROR
static final ErrorCode
ErrorCode.FRAME_ENCODING_ERROR
static final ErrorCode
ErrorCode.INTERNAL_ERROR
static final ErrorCode
ErrorCode.INVALID_TOKEN_ERROR
static final ErrorCode
ErrorCode.KEY_UPDATE_ERROR
static final ErrorCode
ErrorCode.NO_ERROR
static final ErrorCode
ErrorCode.PROTOCOL_VIOLATION_ERROR
static final ErrorCode
ErrorCode.STREAM_LIMIT_ERROR
static final ErrorCode
ErrorCode.STREAM_STATE_ERROR
static final ErrorCode
ErrorCode.TRANSPORT_PARAMETER_ERROR
Methods in org.eclipse.jetty.quic.util that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCode
ErrorCode.from
(long code) QuicException.getErrorCode()
Constructors in org.eclipse.jetty.quic.util with parameters of type ErrorCodeModifierConstructorDescriptionQuicException
(ErrorCode code, String reason) Creates a new instance with the given error code and reason, and frame type0x00
.QuicException
(ErrorCode code, String reason, long frameType) Creates a new instance with the given error code, reason, and frame type.QuicException
(ErrorCode code, String reason, long frameType, Throwable cause) Creates a new instance with the given error code, reason, frame type and nested cause.