Package | Description |
---|---|
io.envoyproxy.envoy.service.status.v3 | |
io.grpc |
The gRPC core public API.
|
io.grpc.channelz.v1 | |
io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC 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.
|
io.grpc.xds |
Library for gPRC proxyless service mesh using Envoy xDS protocol.
|
io.grpc.xds.orca |
Modifier and Type | Class and Description |
---|---|
static class |
io.envoyproxy.envoy.service.status.v3.ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase |
Modifier and Type | Method and Description |
---|---|
abstract T |
ServerBuilder.addService(BindableService bindableService)
Adds a service implementation to the handler registry.
|
T |
ForwardingServerBuilder.addService(BindableService bindableService) |
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 |
---|---|
BindableService |
HealthStatusManager.getHealthService()
Gets the health check service created in the constructor.
|
static BindableService |
ProtoReflectionService.newInstance()
Creates a instance of
ProtoReflectionService . |
Modifier and Type | Class and Description |
---|---|
static class |
io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionImplBase |
Modifier and Type | Class and Description |
---|---|
class |
ChannelzService
Deprecated.
Use
ChannelzService instead. |
Modifier and Type | Method and Description |
---|---|
BindableService |
HealthStatusManager.getHealthService()
Deprecated.
Gets the health check service created in the constructor.
|
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
MutableHandlerRegistry.addService(BindableService bindableService)
Registers a service.
|
Modifier and Type | Class and Description |
---|---|
class |
CsdsService
The CSDS service provides information about the status of a running xDS client.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcaServiceImpl
Implements a
BindableService that generates Out-Of-Band server metrics. |
Modifier and Type | Method and Description |
---|---|
static BindableService |
OrcaServiceImpl.createService(ScheduledExecutorService timeService,
MetricRecorder metricRecorder) |
static BindableService |
OrcaServiceImpl.createService(ScheduledExecutorService timeService,
MetricRecorder metricsRecorder,
long minInterval,
TimeUnit timeUnit)
Constructs a service to report server metrics.
|