| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a | |
| com.mysql.cj.protocol.x |
| Modifier and Type | Field and Description |
|---|---|
protected FullReadInputStream |
AbstractSocketConnection.mysqlInput |
| Modifier and Type | Method and Description |
|---|---|
FullReadInputStream |
SocketConnection.getMysqlInput() |
FullReadInputStream |
AbstractSocketConnection.getMysqlInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnection.setMysqlInput(FullReadInputStream mysqlInput) |
void |
AbstractSocketConnection.setMysqlInput(FullReadInputStream mysqlInput) |
| Modifier and Type | Field and Description |
|---|---|
(package private) FullReadInputStream |
SimplePacketReaderTest.FixedBufferSocketConnection.is |
| Modifier and Type | Method and Description |
|---|---|
FullReadInputStream |
SimplePacketReaderTest.FixedBufferSocketConnection.getMysqlInput() |
FullReadInputStream |
SimplePacketReaderTest.MockSocketConnection.getMysqlInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePacketReaderTest.MockSocketConnection.setMysqlInput(FullReadInputStream mysqlInput) |
| Modifier and Type | Field and Description |
|---|---|
private FullReadInputStream |
SyncMessageReader.inputStream
Stream as a source of messages.
|
| Constructor and Description |
|---|
SyncMessageReader(FullReadInputStream inputStream,
Protocol.ProtocolEventHandler protocolEventHandler) |