ChannelInvoker

    A protocol that signals that outbound and inbound events are triggered by this invoker.

    ChannelInvoker.swift:245
    protocol ChannelInvoker : ChannelInboundInvoker, ChannelOutboundInvoker
    Browse conforming types

    See also

    • protocol ChannelCore

      The core Channel methods that are for internal use of the Channel implementation only.

    • protocol ChannelInboundInvoker

      Fire inbound events related to a Channel through the ChannelPipeline until its end is reached or it’s consumed by a ChannelHandler.

    • protocol ChannelOutboundInvoker

      Allows users to invoke an “outbound” operation related to a Channel that will flow through the ChannelPipeline until it will finally be executed by the the ChannelCore implementation.