Interface ResponseHandler
-
public interface ResponseHandlerA ResponseHandler is used by the channel to handle async responses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResponse(Packet packet, Packet response)called by channel after an async response has been received.
-