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

java.lang.Objectorg.activemq.io.impl.AbstractPacketReader
org.activemq.io.impl.KeepAliveReader
- All Implemented Interfaces:
- PacketReader
- public class KeepAliveReader
- extends AbstractPacketReader
Reads a KeepAlive packet from a stream
| Field Summary |
| Fields inherited from class org.activemq.io.impl.AbstractPacketReader |
wireFormatVersion |
| Constructor Summary | |
KeepAliveReader()
|
|
| 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 |
| Constructor Detail |
KeepAliveReader
public KeepAliveReader()
| 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