| Modifier and Type | Method and Description |
|---|---|
QuicError |
QuicException.error()
Returns the
QuicError which was the cause of the QuicException. |
static QuicError |
QuicError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuicError[] |
QuicError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020-2021 The Netty Project. All Rights Reserved.