Required Instance Methodswift-nio 2.86.1NIOCore

connect(unixDomainSocketPath:)

Specify the unixDomainSocket path to connect to for the UDS Channel that will be established.

UniversalBootstrapSupport.swift:85
func connect(unixDomainSocketPath: String) -> EventLoopFuture<any Channel>

Parameters

unixDomainSocketPath

The Unix domain socket path to connect to.

Returns

An EventLoopFuture<Channel> to deliver the Channel when connected.