Public Member Functions | List of all members
grpc::internal::ServerStreamingInterface Class Referenceabstract

Common interface for all synchronous server side streaming. More...

#include <sync_stream.h>

Inheritance diagram for grpc::internal::ServerStreamingInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void SendInitialMetadata ()=0
 
virtual ~ServerStreamingInterface ()
 

Detailed Description

Common interface for all synchronous server side streaming.

Definition at line 68 of file grpcpp/impl/codegen/sync_stream.h.

Constructor & Destructor Documentation

◆ ~ServerStreamingInterface()

virtual grpc::internal::ServerStreamingInterface::~ServerStreamingInterface ( )
inlinevirtual

Definition at line 70 of file grpcpp/impl/codegen/sync_stream.h.

Member Function Documentation

◆ SendInitialMetadata()

virtual void grpc::internal::ServerStreamingInterface::SendInitialMetadata ( )
pure virtual

Block to send initial metadata to client. This call is optional, but if it is used, it cannot be used concurrently with or after the Finish method.

The initial metadata that will be sent to the client will be taken from the ServerContext associated with the call.

Implemented in grpc::ServerSplitStreamer< RequestType, ResponseType >, grpc::ServerUnaryStreamer< RequestType, ResponseType >, and grpc::ServerReaderWriter< W, R >.


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


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