Class StreamBufferingEncoder.Http2GoAwayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2Exception
io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- All Implemented Interfaces:
Serializable
- Enclosing class:
StreamBufferingEncoder
Thrown by
StreamBufferingEncoder if buffered streams are terminated due to
receipt of a GOAWAY.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamIdMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Http2GoAwayException
public Http2GoAwayException(int lastStreamId, long errorCode, byte[] debugData)
-
-
Method Details
-
lastStreamId
public int lastStreamId() -
errorCode
public long errorCode() -
debugData
public byte[] debugData()
-