Uses of Enum
io.netty.handler.codec.http3.Http3ErrorCode
Packages that use Http3ErrorCode
-
Uses of Http3ErrorCode in io.netty.handler.codec.http3
Subclasses with type arguments of type Http3ErrorCode in io.netty.handler.codec.http3Methods in io.netty.handler.codec.http3 that return Http3ErrorCodeModifier and TypeMethodDescriptionHttp3Exception.errorCode()Returns the relatedHttp3ErrorCode.static Http3ErrorCodeReturns the enum constant of this type with the specified name.static Http3ErrorCode[]Http3ErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.http3 with parameters of type Http3ErrorCodeModifierConstructorDescriptionHttp3Exception(Http3ErrorCode errorCode, @Nullable String message) Create a new instance.Http3Exception(Http3ErrorCode errorCode, String message, @Nullable Throwable cause) Create a new instance.