Structure
MySQLPacketDecoder
struct MySQLPacketDecoder
Topics
Initializers
Instance Properties
Instance Methods
func decode(context: ChannelHandlerContext, buffer: inout ByteBuffer) throws -> DecodingStateDecode from aByteBuffer.func decodeLast(context: ChannelHandlerContext, buffer: inout ByteBuffer, seenEOF: Bool) throws -> DecodingStateDecode from aByteBufferwhen no more data is incoming and theByteToMessageDecoderis about to leave the pipeline.
Type Aliases
typealias InboundOutThe type of the messages thisByteToMessageDecoderdecodes to.
Relationships
Conforms To
NIOCore.ByteToMessageDecoder