|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drizzle.jdbc.internal.common.packet.RawPacket
public final class RawPacket
Class to represent a raw packet as transferred over the wire. First we got 3 bytes specifying the actual length, then one byte packet sequence number and then n bytes with user data.
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getByteBuffer()
Get the byte buffer backing this packet |
int |
getPacketSeq()
Get the package sequence number |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.nio.ByteBuffer getByteBuffer()
public int getPacketSeq()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||