Class LocalStreamConnection.LocalServerStreamConnection

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes the connection, and frees resources.
      java.io.InputStream newInputStream()
      Returns the connections input stream.
      java.io.OutputStream newOutputStream()
      Returns the connections output stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalServerStreamConnection

        private LocalServerStreamConnection()