Public Member Functions | Private Attributes | List of all members
grpc::TransportOp Class Reference

A C++ wrapper for the grpc_transport_op struct. More...

#include <channel_filter.h>

Public Member Functions

grpc_error_handle disconnect_with_error () const
 
grpc_transport_opop () const
 
bool send_goaway () const
 
 TransportOp (grpc_transport_op *op)
 

Private Attributes

grpc_transport_opop_
 

Detailed Description

A C++ wrapper for the grpc_transport_op struct.

Definition at line 77 of file common/channel_filter.h.

Constructor & Destructor Documentation

◆ TransportOp()

grpc::TransportOp::TransportOp ( grpc_transport_op op)
inlineexplicit

Borrows a pointer to op, but does NOT take ownership. The caller must ensure that op continues to exist for as long as the TransportOp object does.

Definition at line 82 of file common/channel_filter.h.

Member Function Documentation

◆ disconnect_with_error()

grpc_error_handle grpc::TransportOp::disconnect_with_error ( ) const
inline

Definition at line 87 of file common/channel_filter.h.

◆ op()

grpc_transport_op* grpc::TransportOp::op ( ) const
inline

Definition at line 84 of file common/channel_filter.h.

◆ send_goaway()

bool grpc::TransportOp::send_goaway ( ) const
inline

Definition at line 90 of file common/channel_filter.h.

Member Data Documentation

◆ op_

grpc_transport_op* grpc::TransportOp::op_
private

Definition at line 95 of file common/channel_filter.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31