Class RmiRemoteInputStreamServer

    • Constructor Detail

      • RmiRemoteInputStreamServer

        public RmiRemoteInputStreamServer​(java.io.InputStream inputStream)
    • Method Detail

      • start

        public java.lang.String start​(java.lang.String host,
                                      int port)
                               throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • obtain

        public static RemoteInputStreamServer obtain​(java.lang.String host,
                                                     int port,
                                                     java.lang.String name)
                                              throws java.rmi.RemoteException
        Utility method to lookup a remote stream peer over RMI.
        Throws:
        java.rmi.RemoteException