Home
last modified time | relevance | path

Searched defs:PingFrame (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/tools/http2_interop/
Dping.go22 type PingFrame struct { struct
23 Header FrameHeader
24 Data []byte
31 func (f *PingFrame) GetHeader() *FrameHeader {
35 func (f *PingFrame) ParsePayload(r io.Reader) error {
43 func (f *PingFrame) UnmarshalPayload(raw []byte) error {
56 func (f *PingFrame) MarshalPayload() ([]byte, error) {
63 func (f *PingFrame) MarshalBinary() ([]byte, error) {
/third_party/node/test/common/
Dhttp2.js120 class PingFrame extends Frame { class
144 PingFrame, property