Class ByteStreamSession

    • Method Detail

      • getOutputStream

        public abstract OutputStream getOutputStream()
                                              throws IOException
        Gets the output stream.
        Returns:
        The output stream.
        Throws:
        IOException - If an I/O error occurs when creating the output stream or the session is closed.
      • getInputStream

        public abstract InputStream getInputStream()
                                            throws IOException
        Gets the input stream.
        Returns:
        The input stream.
        Throws:
        IOException - If an I/O error occurs when creating the input stream or the session is closed.
      • getSessionId

        public final String getSessionId()
        Gets the session id for this byte stream session.
        Returns:
        The session id.