GRPC C++  1.30.0
Namespaces | Typedefs
async_stream.h File Reference
#include <grpcpp/impl/codegen/async_stream_impl.h>

Go to the source code of this file.

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::internal
 Models a gRPC server.
 

Typedefs

typedef ::grpc_impl::internal::ClientAsyncStreamingInterface grpc::internal::ClientAsyncStreamingInterface
 
template<class R >
using grpc::internal::AsyncReaderInterface = ::grpc_impl::internal::AsyncReaderInterface< R >
 
template<class W >
using grpc::internal::AsyncWriterInterface = ::grpc_impl::internal::AsyncWriterInterface< W >
 
template<class R >
using grpc::ClientAsyncReaderInterface = ::grpc_impl::ClientAsyncReaderInterface< R >
 
template<class R >
using grpc::ClientAsyncReader = ::grpc_impl::ClientAsyncReader< R >
 
template<class W >
using grpc::ClientAsyncWriterInterface = ::grpc_impl::ClientAsyncWriterInterface< W >
 
template<class W >
using grpc::ClientAsyncWriter = ::grpc_impl::ClientAsyncWriter< W >
 
template<class W , class R >
using grpc::ClientAsyncReaderWriterInterface = ::grpc_impl::ClientAsyncReaderWriterInterface< W, R >
 
template<class W , class R >
using grpc::ClientAsyncReaderWriter = ::grpc_impl::ClientAsyncReaderWriter< W, R >
 
template<class W , class R >
using grpc::ServerAsyncReaderInterface = ::grpc_impl::ServerAsyncReaderInterface< W, R >
 
template<class W , class R >
using grpc::ServerAsyncReader = ::grpc_impl::ServerAsyncReader< W, R >
 
template<class W >
using grpc::ServerAsyncWriterInterface = ::grpc_impl::ServerAsyncWriterInterface< W >
 
template<class W >
using grpc::ServerAsyncWriter = ::grpc_impl::ServerAsyncWriter< W >
 
template<class W , class R >
using grpc::ServerAsyncReaderWriterInterface = ::grpc_impl::ServerAsyncReaderWriterInterface< W, R >
 
template<class W , class R >
using grpc::ServerAsyncReaderWriter = ::grpc_impl::ServerAsyncReaderWriter< W, R >
 
template<class R >
using grpc::internal::ClientAsyncReaderFactory = ::grpc_impl::internal::ClientAsyncReaderFactory< R >
 
template<class W >
using grpc::internal::ClientAsyncWriterFactory = ::grpc_impl::internal::ClientAsyncWriterFactory< W >
 
template<class W , class R >
using grpc::internal::ClientAsyncReaderWriterFactory = ::grpc_impl::internal::ClientAsyncReaderWriterFactory< W, R >