Type Aliasswift-nio 2.86.1NIOCore
InboundOut
Codec.swift:390typealias InboundOut = Decoder.InboundOuttypealias InboundOut = Decoder.InboundOutimport NIOCoreThe core abstractions that make up SwiftNIO.
final class ByteToMessageHandler<Decoder> where Decoder : ByteToMessageDecoderA handler which turns a given ByteToMessageDecoder into a ChannelInboundHandler that can then be added to a ChannelPipeline.
associatedtype InboundOutThe type of the messages this ByteToMessageDecoder decodes to.
convenience init(_ decoder: Decoder) init(_ decoder: Decoder, maximumBufferSize: Int? = nil) Initialize a ByteToMessageHandler.
typealias InboundIn = ByteBuffer