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 ByteArrayOutputStreamActiveMQBytesMessage.bytesOutprotected ByteArrayOutputStreamActiveMQStreamMessage.bytesOut -
Uses of ByteArrayOutputStream in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return ByteArrayOutputStreamModifier and TypeMethodDescriptionprotected ByteArrayOutputStreamCommandDatagramSocket.createByteArrayOutputStream()Methods in org.apache.activemq.transport.udp with parameters of type ByteArrayOutputStreamModifier and TypeMethodDescriptionprotected intCommandDatagramSocket.remaining(ByteArrayOutputStream buffer) protected voidCommandDatagramSocket.sendWriteBuffer(SocketAddress address, ByteArrayOutputStream writeBuffer, int commandId)