Required Instance Methodswift-nio 2.72.0NIOCore

    bind(to:promise:)

    Bind to a SocketAddress.

    ChannelInvoker.swift:30
    func bind(to: SocketAddress, promise: EventLoopPromise<Void>?)

    Parameters

    to

    the SocketAddress to which we should bind the Channel.

    promise

    the EventLoopPromise that will be notified once the operation completes, or nil if not interested in the outcome of the operation.

    Other requirements

    View members

    Hide members

    This section is hidden by default because it contains too many (9) members.

    Instance members

    Citizens in NIOCore

    Default implementations