Package com.gigaspaces.lrmi.nio
Class DefaultResponseHandler
java.lang.Object
com.gigaspaces.lrmi.nio.DefaultResponseHandler
- All Implemented Interfaces:
IResponseHandler
The default behavior that actually sends the response to the client.
- Since:
- 6.1
- Author:
- asy ronen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResponse(IResponseContext respContext, ReplyPacket respPacket)
-
Constructor Details
-
DefaultResponseHandler
public DefaultResponseHandler()
-
-
Method Details
-
handleResponse
- Specified by:
handleResponsein interfaceIResponseHandler
-