|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplayStrategy | |
---|---|
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. |
Uses of ReplayStrategy in org.apache.activemq.transport.reliable |
---|
Classes in org.apache.activemq.transport.reliable that implement ReplayStrategy | |
---|---|
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. |
Methods in org.apache.activemq.transport.reliable that return ReplayStrategy | |
---|---|
ReplayStrategy |
ReliableTransport.getReplayStrategy()
|
Methods in org.apache.activemq.transport.reliable with parameters of type ReplayStrategy | |
---|---|
void |
ReliableTransport.setReplayStrategy(ReplayStrategy replayStrategy)
|
Constructors in org.apache.activemq.transport.reliable with parameters of type ReplayStrategy | |
---|---|
ReliableTransport(Transport next,
ReplayStrategy replayStrategy)
|
Uses of ReplayStrategy in org.apache.activemq.transport.udp |
---|
Methods in org.apache.activemq.transport.udp that return ReplayStrategy | |
---|---|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy()
|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy(Replayer replayer)
|
ReplayStrategy |
UdpTransport.getReplayStrategy()
|
Methods in org.apache.activemq.transport.udp with parameters of type ReplayStrategy | |
---|---|
void |
UdpTransport.setReplayStrategy(ReplayStrategy replayStrategy)
Sets the strategy used to replay missed datagrams |
Constructors in org.apache.activemq.transport.udp with parameters of type ReplayStrategy | |
---|---|
UdpTransportServer(java.net.URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |