Package org.apache.sshd.cli.server
Class SshServerMain
- java.lang.Object
-
- org.apache.sshd.cli.CliSupport
-
- org.apache.sshd.cli.server.SshServerCliSupport
-
- org.apache.sshd.cli.server.SshServerMain
-
public class SshServerMain extends SshServerCliSupport
TODO Add javadoc
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.cli.server.SshServerCliSupport
DEFAULT_SHELL_FACTORY, SHELL_FACTORY_OPTION
-
Fields inherited from class org.apache.sshd.cli.CliSupport
DEFAULT_IO_SERVICE_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SshServerMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
private static org.apache.sshd.server.command.CommandFactory
setupCommandFactory(org.apache.sshd.server.SshServer sshd, java.util.logging.Level level, java.io.PrintStream stdout, java.io.PrintStream stderr, org.apache.sshd.server.shell.ShellFactory shellFactory)
-
Methods inherited from class org.apache.sshd.cli.server.SshServerCliSupport
createScpCommandFactory, registerSubsystemFactoryListeners, resolveServerKeys, resolveServerSubsystems, resolveShellFactory, setupServerBanner, setupServerForwarding
-
Methods inherited from class org.apache.sshd.cli.CliSupport
createLoggingIoServiceEventListener, createLoggingSessionListener, printFieldsValues, resolveBuiltinIoServiceFactory, resolveIoServiceFactory, setupCiphers, setupCiphers, setupCompressions, setupCompressions, setupIoServiceFactory, setupMacs, setupMacs, setupUserAuthFactories, splitCommandLineArguments
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
setupCommandFactory
private static org.apache.sshd.server.command.CommandFactory setupCommandFactory(org.apache.sshd.server.SshServer sshd, java.util.logging.Level level, java.io.PrintStream stdout, java.io.PrintStream stderr, org.apache.sshd.server.shell.ShellFactory shellFactory)
-
-