@UnstableApi public interface Http2PingFrame extends Http2Frame, ByteBufHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
ack()
When
true, indicates that this ping is a ping response. |
ByteBuf |
content()
Returns the eight byte opaque data.
|
namecopy, duplicate, replace, retain, retain, retainedDuplicate, touch, touchrefCnt, release, releaseboolean ack()
true, indicates that this ping is a ping response.ByteBuf content()
content in interface ByteBufHolderCopyright © 2008–2017 The Netty Project. All rights reserved.