Instance Property (Default implementation)swift-nio 2.72.0NIOCore

    syncOptions

    Default implementation: NIOSynchronousChannelOptions are not supported.

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

    Implements

    • var syncOptions: NIOSynchronousChannelOptions?

      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.

    Other members in extension

    Instance members