| Package | Description |
|---|---|
| io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
protected ClientTransportFactory |
InProcessChannelBuilder.buildTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClientTransportFactory |
AbstractManagedChannelImplBuilder.buildTransportFactory()
Subclasses should override this method to provide the
ClientTransportFactory
appropriate for this channel. |
| Modifier and Type | Method and Description |
|---|---|
protected ClientTransportFactory |
NettyChannelBuilder.buildTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ClientTransportFactory |
OkHttpChannelBuilder.buildTransportFactory() |