|
|||||||||
| 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 WireFormatInfoWriter

java.lang.Objectorg.activemq.io.impl.AbstractPacketWriter
org.activemq.io.impl.WireFormatInfoWriter
- All Implemented Interfaces:
- PacketWriter
- public class WireFormatInfoWriter
- extends AbstractPacketWriter
Writes a ConsumerInfo object to a Stream
| Field Summary |
| Fields inherited from class org.activemq.io.impl.AbstractPacketWriter |
wireFormatVersion |
| Constructor Summary | |
WireFormatInfoWriter()
|
|
| Method Summary | |
int |
getPacketType()
Return the type of Packet |
void |
writePacket(org.activemq.message.Packet packet,
java.io.DataOutput dataOut)
Write a Packet instance to data output stream |
| Methods inherited from class org.activemq.io.impl.AbstractPacketWriter |
canWrite, getWireFormatVersion, setWireFormatVersion, writeObject, writePacketToByteArray, writeUTF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
WireFormatInfoWriter
public WireFormatInfoWriter()
| Method Detail |
getPacketType
public int getPacketType()
- Return the type of Packet
writePacket
public void writePacket(org.activemq.message.Packet packet, java.io.DataOutput dataOut) throws java.io.IOException
- Write a Packet instance to data output stream
- Specified by:
writePacketin interfacePacketWriter- Overrides:
writePacketin classAbstractPacketWriter
|
|||||||||
| Home >> All >> org >> activemq >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC