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 |
CommandChannel.getHeaderMarshaller() |
DatagramHeaderMarshaller |
CommandChannelSupport.getHeaderMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
CommandChannel.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) |
void |
CommandChannelSupport.setHeaderMarshaller(DatagramHeaderMarshaller headerMarshaller) |
Constructor and Description |
---|
CommandChannelSupport(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller) |
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
DatagramChannel channel,
ByteBufferPool bufferPool) |
CommandDatagramSocket(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
DatagramSocket channel) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.