Uses of Interface
org.jgroups.blocks.RequestHandler
Packages that use RequestHandler
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RequestHandler in org.jgroups.blocks
Classes in org.jgroups.blocks that implement RequestHandlerModifier and TypeClassDescriptionclassProvides synchronous and asynchronous message sending with request-response correlation; i.e., matching responses with the original request.classThis class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).Fields in org.jgroups.blocks declared as RequestHandlerModifier and TypeFieldDescriptionprotected RequestHandlerMessageDispatcher.req_handlerprotected RequestHandlerRequestCorrelator.request_handlerThe handler for the incoming requests.Methods in org.jgroups.blocks with parameters of type RequestHandlerModifier and TypeMethodDescriptionprotected static RequestCorrelatorMessageDispatcher.createRequestCorrelator(Protocol transport, RequestHandler handler, Address local_addr) <X extends MessageDispatcher>
XMessageDispatcher.setRequestHandler(RequestHandler rh) voidRequestCorrelator.setRequestHandler(RequestHandler handler) Constructors in org.jgroups.blocks with parameters of type RequestHandlerModifierConstructorDescriptionMessageDispatcher(JChannel channel, RequestHandler req_handler) RequestCorrelator(Protocol down_prot, RequestHandler handler, Address local_addr) Constructor. -
Uses of RequestHandler in org.jgroups.tests
Classes in org.jgroups.tests that implement RequestHandler