SynchronousOperations

    A view of a ChannelPipeline which may be used to invoke synchronous operations.

    ChannelPipeline.swift:1093
    struct SynchronousOperations

    All functions must be called from the pipeline’s event loop.

    Other members in extension

    View members

    Hide members

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

    Types

    • enum Position

      A Position within the ChannelPipeline used to insert handlers into the ChannelPipeline.

    Type members

    • init(channel: Channel)

      Create ChannelPipeline for a given Channel. This method should never be called by the end-user directly: it is only intended for use with custom Channel implementations. Users should always use channel.pipeline to access the ChannelPipeline for a Channel.

    Instance members

    Show obsolete interfaces (3)

    Hide obsolete interfaces

    Citizens in NIOCore

    Instance members

    Available in NIOHTTP1

    Instance members