Required Instance Methodswift-nio 2.72.0NIOCore

    fireChannelRead(_:)

    Called once there is some data read for a Channel that needs processing.

    ChannelInvoker.swift:213
    func fireChannelRead(_ data: NIOAny)

    Parameters

    data

    the data that was read and is ready to be processed.

    Other requirements

    Instance members