Searched refs:PingFrame (Results 1 – 8 of 8) sorted by relevance
8 type PingFrame struct { struct17 func (f *PingFrame) GetHeader() *FrameHeader { argument21 func (f *PingFrame) ParsePayload(r io.Reader) error { argument29 func (f *PingFrame) UnmarshalPayload(raw []byte) error { argument42 func (f *PingFrame) MarshalPayload() ([]byte, error) { argument49 func (f *PingFrame) MarshalBinary() ([]byte, error) { argument
45 f = &PingFrame{166 pf := &PingFrame{180 if npf, ok := frame.(*PingFrame); !ok {
793 type PingFrame struct { struct798 func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) } argument807 f := &PingFrame{FrameHeader: fh}1570 case *PingFrame:
134 type writePingAck struct{ pf *PingFrame }
1533 case *PingFrame:2115 func (rl *clientConnReadLoop) processPing(f *PingFrame) error {
1350 case *PingFrame:1370 func (sc *serverConn) processPing(f *PingFrame) error {
474 case *http2.PingFrame:636 func (t *http2Server) handlePing(f *http2.PingFrame) {
954 func (t *http2Client) handlePing(f *http2.PingFrame) {1167 case *http2.PingFrame: