GRPC PHP
1.36.1
|
Public Member Functions | |
handle ($service) | |
Add a service to this server. More... | |
run () | |
![]() | |
__construct ($args_array) | |
Constructs a new instance of the Server class. More... | |
requestCall () | |
Request a call on a server. More... | |
addHttp2Port ($addr) | |
Add a http2 over tcp listener. More... | |
addSecureHttp2Port ($addr) | |
Add a secure http2 over tcp listener. More... | |
start () | |
Start a server - tells all listeners to start listening. More... | |
Protected Member Functions | |
sendOkResponse ($response) | |
Protected Attributes | |
$call | |
$paths_map | |
Grpc\RpcServer::handle | ( | $service | ) |
Add a service to this server.
Object | $service | The service to be added |
Grpc\RpcServer::run | ( | ) |
|
protected |
|
protected |
|
protected |