| Package | Description |
|---|---|
| io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
| Modifier and Type | Method and Description |
|---|---|
static InProcessChannelBuilder |
InProcessChannelBuilder.forName(String name)
Create a channel builder that will connect to the server with the given name.
|
InProcessChannelBuilder |
InProcessChannelBuilder.maxInboundMessageSize(int max) |
InProcessChannelBuilder |
InProcessChannelBuilder.usePlaintext(boolean skipNegotiation)
Does nothing.
|