ChannelCore

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

    Channel.swift:22
    protocol ChannelCore : AnyObject
    Browse conforming types

    Requirements

    Instance members

    See also

    • protocol ChannelInvoker

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

    • 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.

    Citizens in NIOCore

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces