Required Instance Methodswift-nio 2.72.0NIOCore

    _applyChannelConvenienceOptions(_:)

    Apply any understood convenience options to the bootstrap, removing them from the set of options if they are consumed. Method is optional to implement and should never be directly called by users.

    UniversalBootstrapSupport.swift:59
    func _applyChannelConvenienceOptions(_ options: inout ChannelOptions.TCPConvenienceOptions) -> Self

    Parameters

    options

    The options to try applying - the options applied should be consumed from here.

    Returns

    The updated bootstrap with and options applied.

    Other requirements

    Instance members

    Citizens in NIOCore

    Default implementations

    Show implementation details (1)

    Hide implementation details