| Class and Description |
|---|
| 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.
|