Uses of Interface
org.jgroups.blocks.RspFilter
Packages that use RspFilter
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RspFilter in org.jgroups.blocks
Fields in org.jgroups.blocks declared as RspFilterMethods in org.jgroups.blocks with parameters of type RspFilterModifier and TypeMethodDescriptionRpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout, boolean use_anycasting, RspFilter filter) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter) MessageDispatcher.castMessage
(Vector dests, Message msg, int mode, long timeout, boolean use_anycasting, RspFilter filter) void
GroupRequest.setResponseFilter
(RspFilter filter)