Package | Description |
---|---|
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 |
DefaultReplayStrategy
Throws an exception if packets are dropped causing the transport to be
closed.
|
class |
ExceptionIfDroppedReplayStrategy
Throws an exception if packets are dropped causing the transport to be
closed.
|
Modifier and Type | Method and Description |
---|---|
ReplayStrategy |
ReliableTransport.getReplayStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ReliableTransport.setReplayStrategy(ReplayStrategy replayStrategy)
Deprecated.
|
Constructor and Description |
---|
ReliableTransport(Transport next,
ReplayStrategy replayStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy()
Deprecated.
|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy(Replayer replayer)
Deprecated.
|
ReplayStrategy |
UdpTransport.getReplayStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
UdpTransport.setReplayStrategy(ReplayStrategy replayStrategy)
Sets the strategy used to replay missed datagrams
|
Constructor and Description |
---|
UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
Deprecated.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.