Class ClientDataSinkImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClientData()
      Encoded the data written to the stream as a string that can be provided to the client.
      java.lang.String getEncodedClientData()
      Returns the client data encoded (for inclusion in a URL) via URLEncoder.
      java.io.ObjectOutputStream getObjectOutputStream()
      Provides the output stream to which data can be written.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait