Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected RpcDispatcher.Marshaller |
RequestCorrelator.marshaller
Possibility for an external marshaller to marshal/unmarshal responses
|
protected RpcDispatcher.Marshaller |
RpcDispatcher.req_marshaller
Marshaller to marshall requests at the caller and unmarshal requests at the receiver(s)
|
protected RpcDispatcher.Marshaller |
RpcDispatcher.rsp_marshaller
Marshaller to marshal responses at the receiver(s) and unmarshal responses at the caller
|
Modifier and Type | Method and Description |
---|---|
RpcDispatcher.Marshaller |
RequestCorrelator.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) |
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.