|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Replayer | |
|---|---|
| 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 Replayer in org.apache.activemq.transport.reliable |
|---|
| Methods in org.apache.activemq.transport.reliable that return Replayer | |
|---|---|
Replayer |
ReliableTransport.getReplayer()
Deprecated. |
| Methods in org.apache.activemq.transport.reliable with parameters of type Replayer | |
|---|---|
void |
ReplayBuffer.replayMessages(int fromCommandId,
int toCommandId,
Replayer replayer)
|
void |
DefaultReplayBuffer.replayMessages(int fromCommandId,
int toCommandId,
Replayer replayer)
|
void |
ReliableTransport.setReplayer(Replayer replayer)
Deprecated. |
| Uses of Replayer in org.apache.activemq.transport.udp |
|---|
| Subinterfaces of Replayer in org.apache.activemq.transport.udp | |
|---|---|
interface |
CommandChannel
|
| Classes in org.apache.activemq.transport.udp that implement Replayer | |
|---|---|
class |
CommandChannelSupport
|
class |
CommandDatagramChannel
A strategy for reading datagrams and de-fragmenting them together. |
class |
CommandDatagramSocket
A strategy for reading datagrams and de-fragmenting them together. |
| Methods in org.apache.activemq.transport.udp that return Replayer | |
|---|---|
Replayer |
UdpTransport.createReplayer()
Creates a replayer for working with the reliable transport |
| Methods in org.apache.activemq.transport.udp with parameters of type Replayer | |
|---|---|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy(Replayer replayer)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||