Uses of Interface
org.jgroups.protocols.COUNTER.Response
-
Packages that use COUNTER.Response Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of COUNTER.Response in org.jgroups.protocols
Classes in org.jgroups.protocols that implement COUNTER.Response Modifier and Type Class 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 dataprotected static class
COUNTER.ValueResponse
Methods in org.jgroups.protocols that return COUNTER.Response Modifier and Type Method Description protected static COUNTER.Response
COUNTER. createResponse(COUNTER.ResponseType type)
protected static COUNTER.Response
COUNTER. responseFromBuffer(byte[] buf, int offset, int length)
Methods in org.jgroups.protocols with parameters of type COUNTER.Response Modifier and Type Method 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)
-