Interface ResponseHandler

    • Method Detail

      • handleResponse

        void handleResponse​(InetSocketAddress responseFrom,
                            Transport transport,
                            ByteBuffer[] response)
        Handle response.
        Parameters:
        responseFrom - remove address of the responder, null if unknown.
        transport - response source transport.
        response - array of response messages to handle. First buffer in array has to contain whole (extended) message header.