|
|||||||||
| Home >> All >> org >> activemq >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.io.impl
Class WireFormatInfoReader

java.lang.Objectorg.activemq.io.impl.AbstractPacketReader
org.activemq.io.impl.WireFormatInfoReader
- All Implemented Interfaces:
- PacketReader
- public class WireFormatInfoReader
- extends AbstractPacketReader
Reads a ConnnectionInfo object from a Stream
- Version:
- $Revision: 1.1.1.1 $
| Field Summary | |
(package private) AbstractDefaultWireFormat |
wireFormat
|
| Fields inherited from class org.activemq.io.impl.AbstractPacketReader |
wireFormatVersion |
| Constructor Summary | |
(package private) |
WireFormatInfoReader()
|
(package private) |
WireFormatInfoReader(AbstractDefaultWireFormat format)
|
| Method Summary | |
void |
buildPacket(org.activemq.message.Packet packet,
java.io.DataInput dataIn)
build a Packet instance from the data input stream |
org.activemq.message.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 |
| Field Detail |
wireFormat
AbstractDefaultWireFormat wireFormat
| Constructor Detail |
WireFormatInfoReader
WireFormatInfoReader()
WireFormatInfoReader
WireFormatInfoReader(AbstractDefaultWireFormat format)
| Method Detail |
getPacketType
public int getPacketType()
- Return the type of Packet
createPacket
public org.activemq.message.Packet createPacket()
buildPacket
public void buildPacket(org.activemq.message.Packet packet, java.io.DataInput dataIn) throws java.io.IOException
- build a Packet instance from the data input stream
- Specified by:
buildPacketin interfacePacketReader- Overrides:
buildPacketin classAbstractPacketReader
|
|||||||||
| Home >> All >> org >> activemq >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC