Modifier and Type | Method | Description |
---|---|---|
abstract T |
ServerBuilder.addService(BindableService bindableService) |
Adds a service implementation to the handler registry.
|
static ServerServiceDefinition |
ServerInterceptors.intercept(BindableService bindableService,
ServerInterceptor... interceptors) |
|
static ServerServiceDefinition |
ServerInterceptors.intercept(BindableService bindableService,
java.util.List<? extends ServerInterceptor> interceptors) |
|
static ServerServiceDefinition |
ServerInterceptors.interceptForward(BindableService bindableService,
ServerInterceptor... interceptors) |
|
static ServerServiceDefinition |
ServerInterceptors.interceptForward(BindableService bindableService,
java.util.List<? extends ServerInterceptor> interceptors) |