Uses of Class
org.apache.activemq.util.ByteArrayOutputStream
Packages that use ByteArrayOutputStream
Package
Description
Command objects used via the Command Pattern to communicate among nodes
UDP based Transport implementation.
-
Uses of ByteArrayOutputStream in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ByteArrayOutputStreamModifier and TypeFieldDescriptionprotected ByteArrayOutputStream
ActiveMQBytesMessage.bytesOut
protected ByteArrayOutputStream
ActiveMQStreamMessage.bytesOut
-
Uses of ByteArrayOutputStream in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return ByteArrayOutputStreamModifier and TypeMethodDescriptionprotected ByteArrayOutputStream
CommandDatagramSocket.createByteArrayOutputStream()
Methods in org.apache.activemq.transport.udp with parameters of type ByteArrayOutputStreamModifier and TypeMethodDescriptionprotected int
CommandDatagramSocket.remaining
(ByteArrayOutputStream buffer) protected void
CommandDatagramSocket.sendWriteBuffer
(SocketAddress address, ByteArrayOutputStream writeBuffer, int commandId)