Package org.serviceconnector.net.res
Interface IResponderCallback
- All Known Implementing Classes:
NettyResponderRequestHandlerTask
public interface IResponderCallback
The Interface IResponderCallback. Interface should be implemented by responders they wants to support asynchronous commands.
- Author:
- JTraber
-
Method Summary
Modifier and TypeMethodDescriptionvoidresponseCallback(IRequest request, IResponse response) Response callback.
-
Method Details
-
responseCallback
Response callback.- Parameters:
request- the requestresponse- the response
-