Interface SocketIOAck

    • Method Detail

      • isAcknowledged

        boolean isAcknowledged()
        Checks if this ack is already handled.
        Returns:
        true if ack was sent, false otherwise.
      • send

        void send​(@Nonnull
                  Object... arguments)
           throws IOException
        Sends the ack data back to the client.
        Parameters:
        arguments - ack data.
        Throws:
        IOException - if an error occurs