public static final class StreamBufferingEncoder.Http2GoAwayException extends Http2Exception
StreamBufferingEncoder
if buffered streams are terminated due to
receipt of a GOAWAY
.Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
Constructor and Description |
---|
Http2GoAwayException(int lastStreamId,
long errorCode,
byte[] debugData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
debugData() |
long |
errorCode() |
int |
lastStreamId() |
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2024 The Netty Project. All rights reserved.