Uses of Class
io.netty.handler.codec.http3.Http3ErrorCode
-
Packages that use Http3ErrorCode Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3ErrorCode in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return Http3ErrorCode Modifier and Type Method Description Http3ErrorCode
Http3Exception. errorCode()
Returns the relatedHttp3ErrorCode
.static Http3ErrorCode
Http3ErrorCode. valueOf(java.lang.String name)
Returns 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 Http3ErrorCode Constructor Description Http3Exception(Http3ErrorCode errorCode, @Nullable java.lang.String message)
Create a new instance.Http3Exception(Http3ErrorCode errorCode, java.lang.String message, @Nullable java.lang.Throwable cause)
Create a new instance.
-