Java io.netty.handler.codec.http2 Http2Exception fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 Http2Exception fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 Http2Exception.

The text is from its open source code.

Field

Http2Errorerror
ShutdownHintshutdownHint

Constructor

Method

Http2ExceptionconnectionError(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.
Http2ExceptionstreamError(int id, Http2Error error, String fmt, Object... args)
Use if an error which can be isolated to a single stream has occurred.
intstreamId(Http2Exception e)
Get the stream id associated with an exception.