| Package | Description |
|---|---|
| org.apache.activemq.transport.multicast |
A Multicast based Transport implementation.
|
| org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MulticastDatagramHeaderMarshaller |
| Modifier and Type | Method and Description |
|---|---|
protected DatagramHeaderMarshaller |
MulticastTransport.createDatagramHeaderMarshaller() |
| Modifier and Type | Field and Description |
|---|---|
protected DatagramHeaderMarshaller |
CommandChannelSupport.headerMarshaller |
| Modifier and Type | Method and Description |
|---|---|
protected DatagramHeaderMarshaller |
UdpTransport.createDatagramHeaderMarshaller() |
DatagramHeaderMarshaller |
CommandChannelSupport.getHeaderMarshaller() |
DatagramHeaderMarshaller |
CommandChannel.getHeaderMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandChannelSupport.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) |
void |
CommandChannel.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) |
| Constructor and Description |
|---|
CommandChannelSupport(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller) |
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
java.nio.channels.DatagramChannel channel,
ByteBufferPool bufferPool) |
CommandDatagramSocket(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
java.net.DatagramSocket channel) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.