Uses of Enum
io.netty.handler.codec.http2.Http2Error
Packages that use Http2Error
-
Uses of Http2Error in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as Http2ErrorModifier and TypeFieldDescriptionprivate final Http2Error
Http2Exception.error
private final Http2Error
Http2FrameStreamException.error
private static final Http2Error[]
Http2Error.INT_TO_ENUM_MAP
Methods in io.netty.handler.codec.http2 that return Http2ErrorModifier and TypeMethodDescriptionHttp2Exception.error()
Http2FrameStreamException.error()
static Http2Error
Http2Error.valueOf
(long value) Returns the enum constant of this type with the specified name.static Http2Error
Returns the enum constant of this type with the specified name.static Http2Error[]
Http2Error.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.http2 with parameters of type Http2ErrorModifier and TypeMethodDescription(package private) void
DefaultHttp2RemoteFlowController.FlowState.cancel
(Http2Error error, Throwable cause) Clears the pending queue and writes errors for each remaining frame.(package private) void
AbstractHttp2StreamChannel.Http2ChannelUnsafe.close
(ChannelPromise promise, Http2Error error) static Http2Exception
Http2Exception.closedStreamError
(Http2Error error, String fmt, Object... args) Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.(package private) final void
AbstractHttp2StreamChannel.closeWithError
(Http2Error error) static Http2Exception
Http2Exception.connectionError
(Http2Error error, String fmt, Object... args) Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.static Http2Exception
Http2Exception.connectionError
(Http2Error error, Throwable cause, String fmt, Object... args) Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.static Http2Exception
Http2Exception.headerListSizeError
(int id, Http2Error error, boolean onDecode, String fmt, Object... args) A specific stream error resulting from failing to decode headers that exceeds the max header size list.(package private) static Http2Exception
Http2Exception.newStatic
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, Class<?> clazz, String method) static Http2Exception
Http2Exception.streamError
(int id, Http2Error error, String fmt, Object... args) Use if an error which can be isolated to a single stream has occurred.static Http2Exception
Http2Exception.streamError
(int id, Http2Error error, Throwable cause, String fmt, Object... args) Use if an error which can be isolated to a single stream has occurred.Constructors in io.netty.handler.codec.http2 with parameters of type Http2ErrorModifierConstructorDescriptionClosedStreamCreationException
(Http2Error error, String message) ClosedStreamCreationException
(Http2Error error, String message, Throwable cause) CompositeStreamException
(Http2Error error, int initialCapacity) Equivalent tonew DefaultHttp2GoAwayFrame(error.code())
.DefaultHttp2GoAwayFrame
(Http2Error error, ByteBuf content) DefaultHttp2ResetFrame
(Http2Error error) Construct a reset message.(package private)
HeaderListSizeException
(int streamId, Http2Error error, String message, boolean decode) Http2Exception
(Http2Error error) Http2Exception
(Http2Error error, Http2Exception.ShutdownHint shutdownHint) Http2Exception
(Http2Error error, String message) Http2Exception
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) private
Http2Exception
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared) Http2Exception
(Http2Error error, String message, Throwable cause) Http2Exception
(Http2Error error, String message, Throwable cause, Http2Exception.ShutdownHint shutdownHint) Http2FrameStreamException
(Http2FrameStream stream, Http2Error error, Throwable cause) (package private)
StacklessHttp2Exception
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) (package private)
StacklessHttp2Exception
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared) (package private)
StreamException
(int streamId, Http2Error error, String message) (package private)
StreamException
(int streamId, Http2Error error, String message, Throwable cause)