| 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 |
|---|---|
interface |
ExperimentalApi
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
interface |
Internal
Annotates a program element (class, method, package etc) which is internal to gRPC, not part of
the public API, and should not be used by users of gRPC.
|
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() |
protected boolean |
InProcessChannelBuilder.recordsStats() |