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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UdpTransport |
UdpTransportServer.getServerTransport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Transport |
UdpTransportFactory.configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport)
Deprecated.
|
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) |
ResponseRedirectInterceptor(Transport next,
UdpTransport transport) |
UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
Deprecated.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.