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.
|
Modifier and Type | Class and Description |
---|---|
class |
InProcessServerBuilder
Builder for a server that services in-process requests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerImplBuilder<T extends AbstractServerImplBuilder<T>>
The base class for server builders.
|
Copyright © 2019. All rights reserved.