class ReadArgs
Defined at line 192 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
A struct representing optional arguments that may be provided to an
EventEngine Endpoint Read API call.
Passed as argument to an Endpoint
Public Methods
void ReadArgs ()
Defined at line 194 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
void ReadArgs (const ReadArgs & )
Defined at line 195 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
ReadArgs & operator= (const ReadArgs & )
Defined at line 196 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
void ReadArgs (ReadArgs && )
Defined at line 197 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
ReadArgs & operator= (ReadArgs && )
Defined at line 198 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
void set_read_hint_bytes (int64_t read_hint_bytes)
A suggestion to the endpoint implementation to read at-least the
specified number of bytes over the network connection before marking
the endpoint read operation as complete. gRPC may use this argument
to minimize the number of endpoint read API calls over the lifetime
of a connection.
Defined at line 205 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
int64_t read_hint_bytes ()
Defined at line 208 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h