Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
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 | Method and Description |
---|---|
ServerServiceDefinition |
MutableHandlerRegistry.addService(BindableService bindableService)
Registers a service.
|