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 InProcessServerBuilder |
InProcessServerBuilder.forName(String name)
Create a server builder that will bind with the given name.
|
InProcessServerBuilder |
InProcessServerBuilder.useTransportSecurity(File certChain,
File privateKey) |