程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 类和说明 |
---|---|
protected static class |
COUNTER.BooleanResponse |
protected static class |
COUNTER.ExceptionResponse |
protected static class |
COUNTER.GetOrCreateResponse |
protected static class |
COUNTER.ReconcileResponse |
protected static class |
COUNTER.SimpleResponse
Response without data
|
protected static class |
COUNTER.ValueResponse |
限定符和类型 | 方法和说明 |
---|---|
protected static COUNTER.Response |
COUNTER.createResponse(COUNTER.ResponseType type) |
protected static COUNTER.Response |
COUNTER.responseFromBuffer(byte[] buf,
int offset,
int length) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
COUNTER.handleResponse(COUNTER.Response rsp,
Address sender) |
protected static Buffer |
COUNTER.responseToBuffer(COUNTER.Response rsp) |
protected static COUNTER.ResponseType |
COUNTER.responseToResponseType(COUNTER.Response rsp) |
protected void |
COUNTER.sendResponse(Address dest,
COUNTER.Response rsp) |