Package io.netty.handler.codec.http2
Class StreamBufferingEncoder.Http2ChannelClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty.handler.codec.http2.Http2Exception
-
- io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StreamBufferingEncoder
public static final class StreamBufferingEncoder.Http2ChannelClosedException extends Http2Exception
Thrown if buffered streams are terminated due to this encoder being closed.- 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Http2ChannelClosedException()
-
Method Summary
-
Methods inherited from class io.netty.handler.codec.http2.Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, newStatic, shutdownHint, streamError, streamError, streamId
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-