Interface ResponseHandler
public interface ResponseHandler
A ResponseHandler is used by the channel to handle async responses.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResponse(Packet packet, Packet response) called by channel after an async response has been received.
-
Method Details
-
handleResponse
called by channel after an async response has been received.- Parameters:
packet- the packet confirmed
-