Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.channelz.v1 | |
io.grpc.protobuf.services | |
io.grpc.reflection.v1alpha | |
io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
ServerBuilder.addService(BindableService bindableService)
Adds a service implementation to the handler registry.
|
static ServerServiceDefinition |
ServerInterceptors.intercept(BindableService bindableService,
List<? extends ServerInterceptor> interceptors) |
static ServerServiceDefinition |
ServerInterceptors.intercept(BindableService bindableService,
ServerInterceptor... interceptors) |
static ServerServiceDefinition |
ServerInterceptors.interceptForward(BindableService bindableService,
List<? extends ServerInterceptor> interceptors) |
static ServerServiceDefinition |
ServerInterceptors.interceptForward(BindableService bindableService,
ServerInterceptor... interceptors) |
Modifier and Type | Class and Description |
---|---|
static class |
io.grpc.channelz.v1.ChannelzGrpc.ChannelzImplBase |
Modifier and Type | Class and Description |
---|---|
class |
ProtoReflectionService
Provides a reflection service for Protobuf services (including the reflection service itself).
|
Modifier and Type | Method and Description |
---|---|
static BindableService |
ProtoReflectionService.newInstance() |
Modifier and Type | Class and Description |
---|---|
static class |
io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionImplBase |
Modifier and Type | Class and Description |
---|---|
class |
ChannelzService
The channelz service provides stats about a running gRPC process.
|
Modifier and Type | Method and Description |
---|---|
BindableService |
HealthStatusManager.getHealthService()
Gets the health check service created in the constructor.
|
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
MutableHandlerRegistry.addService(BindableService bindableService)
Registers a service.
|