Skip to content

Instance Method

start(address:)

A default implementation that throws ServerStartError.unsupportedAddress for .unixDomainSocket(path:) if start(address:) is not implemented by the conforming type, or calls the deprecated .start(hostname:port:) method for other cases.
func start(address: BindAddress?) throws