Uses of Class
io.grpc.ServerInterceptors.InterceptCallHandler
-
Packages that use ServerInterceptors.InterceptCallHandler Package Description io.grpc The gRPC core public API. -
-
Uses of ServerInterceptors.InterceptCallHandler in io.grpc
Methods in io.grpc that return ServerInterceptors.InterceptCallHandler Modifier and Type Method Description static <ReqT,RespT>
ServerInterceptors.InterceptCallHandler<ReqT,RespT>ServerInterceptors.InterceptCallHandler. create(ServerInterceptor interceptor, ServerCallHandler<ReqT,RespT> callHandler)
-