Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected static COUNTER.Response |
COUNTER.createResponse(COUNTER.ResponseType type) |
protected static COUNTER.Response |
COUNTER.responseFromBuffer(byte[] buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.