|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.io.impl.AbstractPacketReader
org.activemq.io.impl.WireFormatInfoReader
Reads a ConnnectionInfo object from a Stream
Field Summary |
Fields inherited from class org.activemq.io.impl.AbstractPacketReader |
wireFormatVersion |
Method Summary | |
void |
buildPacket(Packet packet,
java.io.DataInput dataIn)
build a Packet instance from the data input stream |
Packet |
createPacket()
|
int |
getPacketType()
Return the type of Packet |
Methods inherited from class org.activemq.io.impl.AbstractPacketReader |
canRead, getWireFormatVersion, readObject, readPacketFromByteArray, readUTF, setWireFormatVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getPacketType()
public Packet createPacket()
public void buildPacket(Packet packet, java.io.DataInput dataIn) throws java.io.IOException
buildPacket
in interface PacketReader
buildPacket
in class AbstractPacketReader
packet
- A Packet objectdataIn
- the data input stream to build the packet from
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |