Server
class Server implements OnRequestInterface, BootstrapsForServer
| internal |
Serve the isolated gRPC router on its dedicated HTTP/2 listener.
Methods
void
bootstrapForServer(string $serverName)
Bootstrap the application and compile the isolated route collection.
void
onRequest(Request $swooleRequest, Response $swooleResponse)
Handle one request on the dedicated gRPC listener.
Details
at line 50
__construct(Container $container)
No description
at line 57
void
bootstrapForServer(string $serverName)
Bootstrap the application and compile the isolated route collection.
at line 78
void
onRequest(Request $swooleRequest, Response $swooleResponse)
Handle one request on the dedicated gRPC listener.