_EmittingChannelHandler

    ChannelHandler which will emit data by calling ChannelHandlerContext.write.

    TypeAssistedChannelHandler.swift:18
    protocol _EmittingChannelHandler
    Browse conforming types

    We strongly advice against implementing this protocol directly. Please implement ChannelInboundHandler or / and ChannelOutboundHandler.

    Requirements

    Type members

    • associatedtype OutboundOut

      The type of the outbound data which will be forwarded to the next ChannelOutboundHandler in the ChannelPipeline.

    Instance members

    Citizens in NIOCore

    Type members

    Instance members

    Subtypes