| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.mysql | |
| com.github.netty.protocol.mysql.client | |
| com.github.netty.protocol.mysql.listener | |
| com.github.netty.protocol.mysql.server |
| 限定符和类型 | 方法和说明 |
|---|---|
static Session |
Session.getSession(io.netty.channel.Channel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Session |
MysqlFrontendBusinessHandler.getSession() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MysqlFrontendBusinessHandler.setSession(Session session) |
| 构造器和说明 |
|---|
ClientCommandDecoder(Session session,
int maxPacketSize) |
ClientConnectionDecoder(Session session,
int maxPacketSize) |
ClientPacketEncoder(Session session) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WriterLogFilePacketListener.onMysqlPacket(MysqlPacket packet,
io.netty.channel.ChannelHandlerContext currentContext,
Session session,
String handlerType) |
void |
MysqlPacketListener.onMysqlPacket(MysqlPacket packet,
io.netty.channel.ChannelHandlerContext currentContext,
Session session,
String handlerType) |
| 构造器和说明 |
|---|
LogRecord(Session session,
MysqlPacket mysqlPacket,
String handlerType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Session |
MysqlBackendBusinessHandler.getSession() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MysqlBackendBusinessHandler.setSession(Session session) |
| 构造器和说明 |
|---|
ServerConnectionDecoder(Session session,
int maxPacketSize) |
ServerPacketEncoder(Session session) |
ServerResultsetDecoder(Session session,
int maxPacketSize) |
Copyright © 2021. All rights reserved.