@UnstableApi public interface Http2PingFrame extends Http2Frame, io.netty.buffer.ByteBufHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
ack()
When
true, indicates that this ping is a ping response. |
io.netty.buffer.ByteBuf |
content()
Returns the eight byte opaque data.
|
nameCopyright © 2008–2017 The Netty Project. All rights reserved.