Server
constructor(serverInfo: Implementation, options: ServerOptions, onCloseCallback: () -> Unit? = null)(source)
Parameters
server Info
Information about this server implementation (name, version).
options
Configuration options for the server.
on Close Callback
A callback invoked when the server connection closes.