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 ErrorCodeErrorCode.AEAD_LIMIT_REACHEDstatic final ErrorCodeErrorCode.APPLICATION_ERRORstatic final ErrorCodeErrorCode.CONNECTION_ID_LIMIT_ERRORstatic final ErrorCodeErrorCode.CONNECTION_REFUSED_ERRORstatic final ErrorCodeErrorCode.CRYPTO_BUFFER_EXCEEDED_ERRORstatic final ErrorCodeErrorCode.FINAL_SIZE_ERRORstatic final ErrorCodeErrorCode.FLOW_CONTROL_ERRORstatic final ErrorCodeErrorCode.FRAME_ENCODING_ERRORstatic final ErrorCodeErrorCode.INTERNAL_ERRORstatic final ErrorCodeErrorCode.INVALID_TOKEN_ERRORstatic final ErrorCodeErrorCode.KEY_UPDATE_ERRORstatic final ErrorCodeErrorCode.NO_ERRORstatic final ErrorCodeErrorCode.PROTOCOL_VIOLATION_ERRORstatic final ErrorCodeErrorCode.STREAM_LIMIT_ERRORstatic final ErrorCodeErrorCode.STREAM_STATE_ERRORstatic final ErrorCodeErrorCode.TRANSPORT_PARAMETER_ERRORMethods in org.eclipse.jetty.quic.util that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeErrorCode.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.