com.github.mauricio.async.db.mysql.codec

Type members

Classlikes

class DecoderRegistry(charset: Charset)
class LittleEndianByteBufAllocator extends ByteBufAllocator

Allocates ByteBuf which have LITTLE_ENDIAN order.

Allocates ByteBuf which have LITTLE_ENDIAN order.

Companion
object
class MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext, connectionId: String) extends SimpleChannelInboundHandler[Object]
class MySQLFrameDecoder(charset: Charset, connectionId: String) extends ByteToMessageDecoder
Companion
class
class MySQLOneToOneEncoder(charset: Charset, charsetMapper: CharsetMapper) extends MessageToMessageEncoder[ClientMessage]
Companion
object
case
class PreparedStatement(statement: String, values: Seq[Any])
class PreparedStatementHolder(val statement: String, val message: PreparedStatementPrepareResponse)
Companion
class
class SendLongDataEncoder extends MessageToMessageEncoder[SendLongDataMessage]
Companion
object