Package org.rossonet.sshd
Class MinaSshServer
- java.lang.Object
-
- org.rossonet.sshd.MinaSshServer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,BaseSshServer
public class MinaSshServer extends java.lang.Object implements BaseSshServer
-
-
Constructor Summary
Constructors Constructor Description MinaSshServer(SshServerConfiguration configuration, RpcEngine rpcEngine)MinaSshServer(SshServerConfiguration configuration, RpcEngine rpcEngine, SshServerStatus serverStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()SshServerConfigurationgetConfiguration()java.util.Set<PasswordAuthenticationProvider>getPasswordAuthenticationProviders()PortForwarderManagergetPortForwarderManager()RpcEnginegetRpcEngine()SshServerStatusgetStatus()voidstart()voidstop()
-
-
-
Constructor Detail
-
MinaSshServer
public MinaSshServer(SshServerConfiguration configuration, RpcEngine rpcEngine)
-
MinaSshServer
public MinaSshServer(SshServerConfiguration configuration, RpcEngine rpcEngine, SshServerStatus serverStatus)
-
-
Method Detail
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getConfiguration
public SshServerConfiguration getConfiguration()
- Specified by:
getConfigurationin interfaceBaseSshServer
-
getPasswordAuthenticationProviders
public java.util.Set<PasswordAuthenticationProvider> getPasswordAuthenticationProviders()
-
getPortForwarderManager
public PortForwarderManager getPortForwarderManager()
- Specified by:
getPortForwarderManagerin interfaceBaseSshServer
-
getRpcEngine
public RpcEngine getRpcEngine()
-
getStatus
public SshServerStatus getStatus()
- Specified by:
getStatusin interfaceBaseSshServer
-
start
public void start()
- Specified by:
startin interfaceBaseSshServer
-
stop
public void stop()
- Specified by:
stopin interfaceBaseSshServer
-
-