com.github.mauricio.async.db.mysql.codec
Type members
Classlikes
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 MySQLOneToOneEncoder(charset: Charset, charsetMapper: CharsetMapper) extends MessageToMessageEncoder[ClientMessage]
- Companion
- object