Package com.gigaspaces.lrmi.nio
Interface IResponseHandler
- All Known Implementing Classes:
DefaultResponseHandler
public interface IResponseHandler
determines ther behaviour of sending a callback to the client.
- Since:
- 6.1
- Author:
- asy ronen
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResponse(IResponseContext responseContext, ReplyPacket<?> respPacket)
-
Method Details
-
handleResponse
-