Interface ResponseHandler


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

    Modifier and Type
    Method
    Description
    void
    handleResponse(Packet packet, Packet response)
    called by channel after an async response has been received.
  • Method Details

    • handleResponse

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