@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.
|
name
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch
refCnt, release, release
boolean ack()
true
, indicates that this ping is a ping response.ByteBuf content()
content
in interface ByteBufHolder
Copyright © 2008–2017 The Netty Project. All rights reserved.