Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2GoAwayFrame
The default
Http2GoAwayFrame implementation. |
Modifier and Type | Method and Description |
---|---|
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.copy() |
Http2GoAwayFrame |
Http2GoAwayFrame.copy() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.duplicate() |
Http2GoAwayFrame |
Http2GoAwayFrame.duplicate() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.replace(ByteBuf content) |
Http2GoAwayFrame |
Http2GoAwayFrame.replace(ByteBuf content) |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retain() |
Http2GoAwayFrame |
Http2GoAwayFrame.retain() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retain(int increment) |
Http2GoAwayFrame |
Http2GoAwayFrame.retain(int increment) |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retainedDuplicate() |
Http2GoAwayFrame |
Http2GoAwayFrame.retainedDuplicate() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.setExtraStreamIds(int extraStreamIds) |
Http2GoAwayFrame |
Http2GoAwayFrame.setExtraStreamIds(int extraStreamIds)
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
|
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.touch() |
Http2GoAwayFrame |
Http2GoAwayFrame.touch() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.touch(Object hint) |
Http2GoAwayFrame |
Http2GoAwayFrame.touch(Object hint) |
Copyright © 2008–2024 The Netty Project. All rights reserved.