Package | Description |
---|---|
org.apache.activemq.transport.multicast |
A Multicast based Transport implementation.
|
org.apache.activemq.transport.reliable |
The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Constructor and Description |
---|
ReliableTransport(Transport next,
UdpTransport udpTransport) |
Modifier and Type | Method and Description |
---|---|
UdpTransport |
UdpTransportServer.getServerTransport() |
Modifier and Type | Method and Description |
---|---|
protected Transport |
UdpTransportFactory.configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport) |
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) |
ResponseRedirectInterceptor(Transport next,
UdpTransport transport) |
UdpTransportServer(java.net.URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy) |
Copyright © 2005-2012. All Rights Reserved.