Package io.netty.handler.codec.http2
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:
java.io.Serializable
- Enclosing class:
- StreamBufferingEncoder
public static final class StreamBufferingEncoder.Http2GoAwayException extends Http2Exception
Thrown byStreamBufferingEncoder
if buffered streams are terminated due to receipt of aGOAWAY
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.handler.codec.http2.Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
-
-
Constructor Summary
Constructors Constructor Description Http2GoAwayException(int lastStreamId, long errorCode, byte[] debugData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
debugData()
long
errorCode()
int
lastStreamId()
-
Methods inherited from class io.netty.handler.codec.http2.Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
-
-