Interface ClientDataSink

    • Method Detail

      • getObjectOutputStream

         getObjectOutputStream()
        Provides the output stream to which data can be written.
        Returns:
        the stream
      • getClientData

         getClientData()
        Encoded the data written to the stream as a string that can be provided to the client. Implicitly closes the stream (if it has not already been closed).
        Returns:
        the encoded data as a string
        See Also:
        ClientDataEncoder.decodeClientData(String)