withBoundSocket(descriptor:)

Use the existing bound socket file descriptor.

Bootstrap.swift:332

This declaration has been renamed to ServerBootstrap.withBoundSocket(_:).

This declaration is deprecated.

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

Parameters

descriptor

The Unix file descriptor representing the bound stream socket.