@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/5066")
See: Description
| Class | Description |
|---|---|
| GrpcServlet |
A simple servlet backed by a gRPC server.
|
| ServletAdapter |
An adapter that transforms
HttpServletRequest into gRPC request and lets a gRPC server
process it, and transforms the gRPC response into HttpServletResponse. |
| ServletServerBuilder |
Builder to build a gRPC server that can run as a servlet.
|
The API is experimental. The authors would like to know more about the real usecases. Users are welcome to provide feedback by commenting on the tracking issue.