| 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.
|
| io.grpc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerBuilder<T extends ServerBuilder<T>>
A builder for
Server instances. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServerBuilder<?> |
ServerProvider.builderForPort(int port)
Creates a new builder with the given port.
|
static ServerBuilder<?> |
ServerBuilder.forPort(int port)
Static factory for creating a new ServerBuilder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InProcessServerBuilder
Builder for a server that services in-process requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
io.grpc.internal.AbstractServerImplBuilder<T extends io.grpc.internal.AbstractServerImplBuilder<T>> |