|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestCorrelator | |
---|---|
org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
org.jgroups.blocks.mux |
Uses of RequestCorrelator in org.jgroups.blocks |
---|
Fields in org.jgroups.blocks declared as RequestCorrelator | |
---|---|
protected RequestCorrelator |
MessageDispatcher.corr
|
protected RequestCorrelator |
Request.corr
|
Methods in org.jgroups.blocks that return RequestCorrelator | |
---|---|
protected RequestCorrelator |
MessageDispatcher.createRequestCorrelator(Protocol transport,
RequestHandler handler,
Address local_addr)
|
Constructors in org.jgroups.blocks with parameters of type RequestCorrelator | |
---|---|
GroupRequest(Message msg,
RequestCorrelator corr,
Address target,
RequestOptions options)
|
|
GroupRequest(Message msg,
RequestCorrelator corr,
java.util.Collection<Address> targets,
RequestOptions options)
|
|
Request(Message request,
RequestCorrelator corr,
RequestOptions options)
|
|
UnicastRequest(Message msg,
RequestCorrelator corr,
Address target,
RequestOptions options)
|
Uses of RequestCorrelator in org.jgroups.blocks.mux |
---|
Subclasses of RequestCorrelator in org.jgroups.blocks.mux | |
---|---|
class |
MuxRequestCorrelator
A request correlator that adds a mux header to incoming and outgoing messages. |
Methods in org.jgroups.blocks.mux that return RequestCorrelator | |
---|---|
protected RequestCorrelator |
MuxMessageDispatcher.createRequestCorrelator(Protocol transport,
RequestHandler handler,
Address localAddr)
|
protected RequestCorrelator |
MuxRpcDispatcher.createRequestCorrelator(Protocol transport,
RequestHandler handler,
Address localAddr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |