| Modifier and Type | Method and Description |
|---|---|
Http3ErrorCode |
Http3Exception.errorCode()
Returns the related
Http3ErrorCode. |
static Http3ErrorCode |
Http3ErrorCode.valueOf(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.
|
| Constructor and Description |
|---|
Http3Exception(Http3ErrorCode errorCode,
@Nullable String message)
Create a new instance.
|
Http3Exception(Http3ErrorCode errorCode,
String message,
@Nullable Throwable cause)
Create a new instance.
|
Copyright © 2020–2024 The Netty Project. All rights reserved.