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 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 ByteArrayOutputStream Modifier and Type Method Description protected ByteArrayOutputStream
CommandDatagramSocket. createByteArrayOutputStream()
Methods in org.apache.activemq.transport.udp with parameters of type ByteArrayOutputStream Modifier and Type Method Description protected int
CommandDatagramSocket. remaining(ByteArrayOutputStream buffer)
protected void
CommandDatagramSocket. sendWriteBuffer(SocketAddress address, ByteArrayOutputStream writeBuffer, int commandId)
-