| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedChannelProvider
Provider of managed channels for transport agnostic consumption.
|
class |
ServerProvider
Provider of servers for transport agnostic consumption.
|
| Modifier and Type | Method and Description |
|---|---|
ServerMethodDefinition<?,?> |
ServerServiceDefinition.getMethod(String methodName)
Look up a method by its fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected io.grpc.internal.ClientTransportFactory |
InProcessChannelBuilder.buildTransportFactory() |