GRPC Core  0.10.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
frame_rst_stream.h File Reference
#include <grpc/support/slice.h>
#include "src/core/transport/chttp2/frame.h"

Go to the source code of this file.

Data Structures

struct  grpc_chttp2_rst_stream_parser
 

Functions

gpr_slice grpc_chttp2_rst_stream_create (gpr_uint32 stream_id, gpr_uint32 code)
 
grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_begin_frame (grpc_chttp2_rst_stream_parser *parser, gpr_uint32 length, gpr_uint8 flags)
 
grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_parse (void *parser, grpc_chttp2_transport_parsing *transport_parsing, grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last)
 

Function Documentation

gpr_slice grpc_chttp2_rst_stream_create ( gpr_uint32  stream_id,
gpr_uint32  code 
)
grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_begin_frame ( grpc_chttp2_rst_stream_parser parser,
gpr_uint32  length,
gpr_uint8  flags 
)
grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_parse ( void *  parser,
grpc_chttp2_transport_parsing transport_parsing,
grpc_chttp2_stream_parsing stream_parsing,
gpr_slice  slice,
int  is_last 
)