Package io.netty.handler.codec.http2
Interface Http2PingFrame
-
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2PingFrame
public interface Http2PingFrame extends Http2Frame
HTTP/2 PING Frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanack()Whentrue, indicates that this ping is a ping response.longcontent()Returns the eight byte opaque data.-
Methods inherited from interface io.netty.handler.codec.http2.Http2Frame
name
-
-