public final class MySQLFrontendHandler extends FrontendHandler
| Constructor and Description |
|---|
MySQLFrontendHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
auth(ChannelHandlerContext context,
ByteBuf message) |
protected void |
executeCommand(ChannelHandlerContext context,
ByteBuf message) |
protected void |
handshake(ChannelHandlerContext context) |
channelActive, channelReadprotected void handshake(ChannelHandlerContext context)
handshake in class FrontendHandlerprotected void auth(ChannelHandlerContext context,
ByteBuf message)
auth in class FrontendHandlerprotected void executeCommand(ChannelHandlerContext context,
ByteBuf message)
executeCommand in class FrontendHandlerCopyright © 2018. All rights reserved.