Uses of Enum Class
org.eclipse.jetty.http3.HTTP3ErrorCode
Packages that use HTTP3ErrorCode
-
Uses of HTTP3ErrorCode in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return HTTP3ErrorCodeModifier and TypeMethodDescriptionstatic HTTP3ErrorCodeReturns the enum constant of this class with the specified name.static HTTP3ErrorCode[]HTTP3ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.http3 with parameters of type HTTP3ErrorCodeModifierConstructorDescriptionSessionException(HTTP3ErrorCode errorCode, String message) StreamException(HTTP3ErrorCode errorCode, String message)