Required Instance Propertyswift-nio 2.72.0NIOCore

    syncOptions

    Returns a view of the Channel exposing synchronous versions of setOption and getOption. The default implementation returns nil, and Channel implementations must opt in to support this behavior.

    Channel.swift:147
    var syncOptions: NIOSynchronousChannelOptions? { get }

    Other requirements

    View members

    Hide members

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

    Instance members

    Show implementation details (1)

    Hide implementation details

    Citizens in NIOCore

    Default implementations