withConnectedSocket(descriptor:)

    Use the existing connected socket file descriptor.

    Bootstrap.swift:1076

    This declaration has been renamed to ClientBootstrap.withConnectedSocket(_:).

    This declaration is deprecated.

    func withConnectedSocket(descriptor: CInt) -> EventLoopFuture<Channel>

    Parameters

    descriptor

    The Unix file descriptor representing the connected stream socket.

    Returns

    an EventLoopFuture<Channel> to deliver the Channel.

    Other members in extension

    Type members

    Instance members