Interface ResponseHandler


  • public interface ResponseHandler
    A ResponseHandler is used by the channel to handle async responses.
    • Method Detail

      • handleResponse

        void handleResponse​(Packet packet,
                            Packet response)
        called by channel after an async response has been received.
        Parameters:
        packet - the packet confirmed