class ExternalConnectionAcceptor

Defined at line 69 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_builder.h

EXPERIMENTAL API:

Interface for a grpc server to build transports with connections created out

of band.

See ServerBuilder's AddExternalConnectionAcceptor API.

Public Methods

void HandleNewConnection (NewConnectionParameters * p)

If called before grpc::Server is started or after it is shut down, the new

connection will be closed.

void ~ExternalConnectionAcceptor ()

Defined at line 76 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_builder.h

Records