Interface ISynchConnection

    • Method Detail

      • sendSynch

        Object sendSynch​(ID receiver,
                         byte[] data)
                  throws IOException
        Send data synchronously, blocking until a result is received
        Parameters:
        receiver - the receiver to receive the synchronous request
        data - the data to send
        Returns:
        the data received. The return type will be specific to the provider implementation.
        Throws:
        IOException - thrown if sending cannot occur (e.g. not connected)