bind(unixDomainSocketPath:cleanupExistingSocketFile:)

    Bind the ServerSocketChannel to a UNIX Domain Socket.

    Bootstrap.swift:284
    func bind(unixDomainSocketPath: String, cleanupExistingSocketFile: Bool) -> EventLoopFuture<Channel>

    Parameters

    unixDomainSocketPath

    The path of the UNIX Domain Socket to bind on. TheunixDomainSocketPath must not exist, unless cleanupExistingSocketFileis set to true.

    cleanupExistingSocketFile

    Whether to cleanup an existing socket file at unixDomainSocketPath.

    Other members in extension

    Type members

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces