Required Instance Methodswift-nio 2.72.0NIOCore

    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<Channel>

    Parameters

    unixDomainSocketPath

    The Unix domain socket path to connect to.

    Returns

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

    Other requirements

    Instance members

    Show implementation details (1)

    Hide implementation details