Uses of Class
org.apache.activemq.util.ByteArrayOutputStream
-
Packages that use ByteArrayOutputStream Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of ByteArrayOutputStream in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ByteArrayOutputStream Modifier and Type Field Description protected ByteArrayOutputStreamActiveMQBytesMessage. bytesOutprotected ByteArrayOutputStreamActiveMQStreamMessage. bytesOut -
Uses of ByteArrayOutputStream in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return ByteArrayOutputStream Modifier and Type Method Description protected ByteArrayOutputStreamCommandDatagramSocket. createByteArrayOutputStream()Methods in org.apache.activemq.transport.udp with parameters of type ByteArrayOutputStream Modifier and Type Method Description protected intCommandDatagramSocket. remaining(ByteArrayOutputStream buffer)protected voidCommandDatagramSocket. sendWriteBuffer(SocketAddress address, ByteArrayOutputStream writeBuffer, int commandId)
-