Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.mux |
Modifier and Type | Method and Description |
---|---|
RspFilter |
RequestOptions.getRspFilter() |
Modifier and Type | Method and Description |
---|---|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
Class[] types,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout,
boolean use_anycasting,
boolean oob,
RspFilter filter)
Deprecated.
|
RspList |
MessageDispatcher.castMessage(Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
NotifyingFuture<RspList> |
MessageDispatcher.castMessageWithFuture(Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
void |
Request.setResponseFilter(RspFilter filter) |
RequestOptions |
RequestOptions.setRspFilter(RspFilter rsp_filter) |
Constructor and Description |
---|
Request(Message request,
RequestCorrelator corr,
Transport transport,
RspFilter filter,
int mode,
long timeout)
Deprecated.
|
RequestOptions(int mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter) |
RequestOptions(int mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
byte flags) |
Modifier and Type | Class and Description |
---|---|
class |
NoMuxHandlerRspFilter
Response filter that reject any
NoMuxHandler responses. |
Modifier and Type | Method and Description |
---|---|
static RspFilter |
NoMuxHandlerRspFilter.createInstance(RspFilter filter) |
RspFilter |
NoMuxHandlerRspFilter.getFilter() |
Modifier and Type | Method and Description |
---|---|
static RspFilter |
NoMuxHandlerRspFilter.createInstance(RspFilter filter) |
Constructor and Description |
---|
NoMuxHandlerRspFilter(RspFilter filter) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.