Interface ServerStreamConnection

    • Method Detail

      • newInputStream

        java.io.InputStream newInputStream()
                                    throws java.io.IOException
        Returns the connections input stream.
        Throws:
        java.io.IOException
      • newOutputStream

        java.io.OutputStream newOutputStream()
                                      throws java.io.IOException
        Returns the connections output stream.
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Closes the connection, and frees resources.
        Throws:
        java.io.IOException