type golang.org/x/net/http2.PingFrame
13 uses
golang.org/x/net/http2 (current package)
frame.go#L828: type PingFrame struct {
frame.go#L833: func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) }
frame.go#L842: f := &PingFrame{FrameHeader: fh}
frame.go#L1605: case *PingFrame:
server.go#L1415: case *PingFrame:
server.go#L1435: func (sc *serverConn) processPing(f *PingFrame) error {
transport.go#L1871: case *PingFrame:
transport.go#L2474: func (rl *clientConnReadLoop) processPing(f *PingFrame) error {
write.go#L134: type writePingAck struct{ pf *PingFrame }
google.golang.org/grpc/internal/transport
http2_client.go#L1083: func (t *http2Client) handlePing(f *http2.PingFrame) {
http2_client.go#L1328: case *http2.PingFrame:
http2_server.go#L503: case *http2.PingFrame:
http2_server.go#L693: func (t *http2Server) handlePing(f *http2.PingFrame) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |