Class SshProxyFactory

java.lang.Object
de.iip_ecosphere.platform.deviceMgt.ssh.SshProxyFactory

public class SshProxyFactory extends Object
The SshProxyServer is able to create a proxy to the ssh server of the device of resourceId.
Author:
Dennis Pidun, University of Hildesheim
  • Constructor Details

    • SshProxyFactory

      public SshProxyFactory()
  • Method Details

    • createProxy

      public static SshProxyServer createProxy(String resourceId)
      Create a new SshProxyFactory for resourceId. Keep in mind, that this method won't care about old instances.
      Parameters:
      resourceId - the resource id of the device
      Returns:
      a new SshProxyServer