Class SshProxyFactory
java.lang.Object
de.iip_ecosphere.platform.deviceMgt.ssh.SshProxyFactory
The SshProxyServer is able to create a proxy to the ssh server of the device of resourceId.
- Author:
- Dennis Pidun, University of Hildesheim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SshProxyServercreateProxy(String resourceId) Create a newSshProxyFactoryforresourceId.
-
Constructor Details
-
SshProxyFactory
public SshProxyFactory()
-
-
Method Details
-
createProxy
Create a newSshProxyFactoryforresourceId. Keep in mind, that this method won't care about old instances.- Parameters:
resourceId- the resource id of the device- Returns:
- a new SshProxyServer
-