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
Modifier and Type | Field and Description |
---|---|
private byte[] |
debugData |
private long |
errorCode |
private int |
lastStreamId |
private static long |
serialVersionUID |
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
private static final long serialVersionUID
private final int lastStreamId
private final long errorCode
private final byte[] debugData