Protocol
Server
protocol Server : Sendable
Topics
Instance Properties
Instance Methods
func shutdown()Shut the server down.func start() throwsStart the server with its default configuration, listening over a regular TCP socket.func start(address:)Start the server with the specified address.func start(hostname: String?, port: Int?) throwsStart the server with the specified hostname and port, if provided. If left blank, the server will be started with its default configuration.
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype