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 classCOUNTER.BooleanResponseprotected static classCOUNTER.ExceptionResponseprotected static classCOUNTER.GetOrCreateResponseprotected static classCOUNTER.ReconcileResponseprotected static classCOUNTER.SimpleResponseResponse without dataprotected static classCOUNTER.ValueResponseMethods in org.jgroups.protocols that return COUNTER.Response Modifier and Type Method Description protected static COUNTER.ResponseCOUNTER. createResponse(COUNTER.ResponseType type)protected static COUNTER.ResponseCOUNTER. responseFromBuffer(byte[] buf, int offset, int length)Methods in org.jgroups.protocols with parameters of type COUNTER.Response Modifier and Type Method Description protected voidCOUNTER. handleResponse(COUNTER.Response rsp, Address sender)protected static BufferCOUNTER. responseToBuffer(COUNTER.Response rsp)protected static COUNTER.ResponseTypeCOUNTER. responseToResponseType(COUNTER.Response rsp)protected voidCOUNTER. sendResponse(Address dest, COUNTER.Response rsp)
-