Home
last modified time | relevance | path

Searched refs:GoAwayFrame (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/tools/http2_interop/
Dgoaway.go9 type GoAwayFrame struct { struct
18 func (f *GoAwayFrame) GetHeader() *FrameHeader { argument
22 func (f *GoAwayFrame) ParsePayload(r io.Reader) error { argument
30 func (f *GoAwayFrame) UnmarshalPayload(raw []byte) error { argument
37 *f = GoAwayFrame{
47 func (f *GoAwayFrame) MarshalPayload() ([]byte, error) { argument
56 func (f *GoAwayFrame) MarshalBinary() ([]byte, error) { argument
Dhttp2interop.go301 func expectGoAway(conn net.Conn) (*GoAwayFrame, error) {
306 if gf, ok := f.(*GoAwayFrame); !ok {
316 func expectGoAwaySoon(conn net.Conn) (*GoAwayFrame, error) {
322 if gf, ok := f.(*GoAwayFrame); !ok {
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dgoaway.go23 type GoAwayFrame struct { struct
32 func (f *GoAwayFrame) GetHeader() *FrameHeader { argument
36 func (f *GoAwayFrame) ParsePayload(r io.Reader) error { argument
44 func (f *GoAwayFrame) UnmarshalPayload(raw []byte) error { argument
51 *f = GoAwayFrame{
61 func (f *GoAwayFrame) MarshalPayload() ([]byte, error) { argument
70 func (f *GoAwayFrame) MarshalBinary() ([]byte, error) { argument
Dhttp2interop.go315 func expectGoAway(conn net.Conn) (*GoAwayFrame, error) {
320 if gf, ok := f.(*GoAwayFrame); !ok {
330 func expectGoAwaySoon(conn net.Conn) (*GoAwayFrame, error) {
336 if gf, ok := f.(*GoAwayFrame); !ok {