| Home >> All >> org >> activemq >> io >> [ impl Javadoc ] |
org.activemq.io.impl: Javadoc index of package org.activemq.io.impl.
Package Samples:
org.activemq.io.impl
Classes:
DefaultWireFormat: This is a stateful AbstractDefaultWireFormat which implements value caching. Not optimal for use by many concurrent threads. One DefaultWireFormat is typically allocated per client connection.
StatelessDefaultWireFormat: Provides a stateless implementation of AbstractDefaultWireFormat. Safe for use by multiple threads and incurs no locking overhead.
ActiveMQMessageReaderTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
ConsumerInfoReaderTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
MessageAckReaderTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
ProducerInfoReaderTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
ReceiptReaderTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
AbstractDefaultWireFormat: Default implementation used for Java-Java protocols. When talking to non-Java nodes we may use a different wire format.
AbstractPacketWriter: Allows instances implementing Packet interface to be serailized/deserailized
PacketReader: Allows instances implementing Packet to read from a DataOutputStream
AbstractPacketReader: Allows instances implementing Packet interface to be deserailized
PacketWriter: Allows instances implementing Packet to written to a DataOutput
CapacityInfoRequestReader: Reads a CapacityInfoRequest object from a Stream
BrokerAdminCommandReader: Reads a BrokerAdminCommand object from a Stream
CapacityInfoRequestWriter: Writes a CapacityInfoRequest object to a Stream
DurableUnsubscribeReader: Reads a DurableUnsubscribe object from a Stream
BrokerAdminCommandWriter: Writes a BrokerAdminCommand object to a Stream
DurableUnsubscribeWriter: Writes a DurableUnsubscribe object to a Stream
ConnectionInfoReader: Reads a ConnnectionInfo object from a Stream
TransactionInfoReader: Reads a TransactionInfo object from a Stream
WireFormatInfoReader: Reads a ConnnectionInfo object from a Stream
XATransactionInfoReader: Reads a TransactionInfo object from a Stream
ActiveMQMessageWriter: Writes a ActiveMQMessage packet to a Stream
TransactionInfoWriter: Writes a TransactionInfo object to a Stream
XATransactionInfoWriter: Writes a TransactionInfo object to a Stream
| Home | Contact Us | Privacy Policy | Terms of Service |