ServerInterface
interface ServerInterface
Constants
| SERVER_HTTP |
|
| SERVER_WEBSOCKET |
|
| SERVER_BASE |
|
Methods
Details
at line 20
ServerInterface
init(ServerConfig $config)
Initialize the server with the given configuration.
at line 25
void
start()
Start the server.
at line 30
Server
getServer()
Get the underlying Swoole server instance.