|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MySQLPacket | |
|---|---|
| com.continuent.tungsten.common.mysql | |
| Uses of MySQLPacket in com.continuent.tungsten.common.mysql |
|---|
| Subclasses of MySQLPacket in com.continuent.tungsten.common.mysql | |
|---|---|
class |
MySQLAuthPacket
Defines the authentication packet, the one that goes out after a MySQLGreetingPacket |
class |
MySQLQueryPacket
|
| Methods in com.continuent.tungsten.common.mysql that return MySQLPacket | |
|---|---|
static MySQLPacket |
MySQLPacket.mysqlReadPacket(java.io.InputStream in,
boolean dropLargePackets)
|
static MySQLPacket |
MySQLPacket.readPacket(java.io.InputStream in)
Reads a MySQL packet from the input stream using a default partial read timeout of 5 seconds. |
static MySQLPacket |
MySQLPacket.readPacket(java.io.InputStream in,
boolean dropLargePackets)
Reads a MySQL packet from the input stream. |
static MySQLPacket |
MySQLPacket.readPacket(java.io.InputStream in,
long timeoutMillis)
Reads a MySQL packet from the input stream. |
| Methods in com.continuent.tungsten.common.mysql with parameters of type MySQLPacket | |
|---|---|
static byte[] |
MySQLGreetingPacket.getSeed(MySQLPacket p)
Extracts the seed encoded in this packet. The seed is the concatenation of two arrays of bytes found in this packet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||