Skip navigation links

grpc-all 1.6.0 API

Packages 
Package Description
io.grpc
The gRPC core public API.
io.grpc.auth
Implementations of CallCredentials and authentication related API.
io.grpc.inprocess
The in-process transport which is for when a server is in the same process as the client.
io.grpc.netty
The main transport implementation based on Netty, for both the client and the server.
io.grpc.okhttp
A lightweight transport based on OkHttp, mainly for use on Android (client-only).
io.grpc.protobuf
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages.
io.grpc.protobuf.lite
API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime library.
io.grpc.protobuf.nano
API for gRPC over Protocol Buffers with proto message classes generated by the JavaNano compiler.
io.grpc.stub
API for the Stub layer.
io.grpc.util
Utilities with advanced features in the core layer that user can optionally use.
Skip navigation links