软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2GoAwayFrame
默认的 Http2GoAwayFrame 实现。
|
Modifier and Type | Method and Description |
---|---|
Http2GoAwayFrame |
Http2GoAwayFrame.copy() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.copy() |
Http2GoAwayFrame |
Http2GoAwayFrame.duplicate() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.duplicate() |
Http2GoAwayFrame |
Http2GoAwayFrame.replace(ByteBuf content) |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.replace(ByteBuf content) |
Http2GoAwayFrame |
Http2GoAwayFrame.retain() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retain() |
Http2GoAwayFrame |
Http2GoAwayFrame.retain(int increment) |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retain(int increment) |
Http2GoAwayFrame |
Http2GoAwayFrame.retainedDuplicate() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.retainedDuplicate() |
Http2GoAwayFrame |
Http2GoAwayFrame.setExtraStreamIds(int extraStreamIds)
设置接收器在GOAWAY传输过程中使用的ID的数量。
|
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.setExtraStreamIds(int extraStreamIds) |
Http2GoAwayFrame |
Http2GoAwayFrame.touch() |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.touch() |
Http2GoAwayFrame |
Http2GoAwayFrame.touch(java.lang.Object hint) |
Http2GoAwayFrame |
DefaultHttp2GoAwayFrame.touch(java.lang.Object hint) |
Copyright © 2008–2018 The Netty Project. All rights reserved.