channelOption(_:value:)

    Specifies a ChannelOption to be applied to the SocketChannel.

    UniversalBootstrapSupport.swift:211
    func channelOption<Option>(_ option: Option, value: Option.Value) -> NIOClientTCPBootstrap where Option : ChannelOption

    Parameters

    option

    The option to be applied.

    value

    The value for the option.

    Other members in extension

    Type members

    Instance members