Interface Http2GoAwayFrame

All Superinterfaces:
ByteBufHolder, Http2Frame, ReferenceCounted
All Known Implementing Classes:
DefaultHttp2GoAwayFrame

@UnstableApi public interface Http2GoAwayFrame extends Http2Frame, ByteBufHolder
HTTP/2 GOAWAY frame.

The last stream identifier must not be set by the application, but instead the relative extraStreamIds() should be used. The lastStreamId() will only be set for incoming GOAWAY frames by the HTTP/2 codec.

Graceful shutdown as described in the HTTP/2 spec can be accomplished by calling #setExtraStreamIds(Integer.MAX_VALUE).