Required Instance Methodswift-nio 2.72.0NIOCore

    encode(data:out:)

    Called once there is data to encode.

    Codec.swift:745
    func encode(data: OutboundIn, out: inout ByteBuffer) throws

    Parameters

    data

    The data to encode into a ByteBuffer.

    out

    The ByteBuffer into which we want to encode.

    Other requirements

    Type members