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
TODO Add javadoc
-
Field Summary
Fields inherited from class org.apache.sshd.cli.server.SshServerCliSupport
DEFAULT_SHELL_FACTORY, SHELL_FACTORY_OPTIONFields inherited from class org.apache.sshd.cli.CliSupport
DEFAULT_IO_SERVICE_FACTORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprivate static org.apache.sshd.server.command.CommandFactorysetupCommandFactory(org.apache.sshd.server.SshServer sshd, Level level, PrintStream stdout, 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, setupServerForwardingMethods inherited from class org.apache.sshd.cli.CliSupport
createLoggingIoServiceEventListener, createLoggingSessionListener, printFieldsValues, resolveBuiltinIoServiceFactory, resolveIoServiceFactory, setupCiphers, setupCiphers, setupCompressions, setupCompressions, setupIoServiceFactory, setupMacs, setupMacs, setupUserAuthFactories, splitCommandLineArguments
-
Constructor Details
-
SshServerMain
public SshServerMain()
-
-
Method Details
-
main
- Throws:
Exception
-
setupCommandFactory
private static org.apache.sshd.server.command.CommandFactory setupCommandFactory(org.apache.sshd.server.SshServer sshd, Level level, PrintStream stdout, PrintStream stderr, org.apache.sshd.server.shell.ShellFactory shellFactory)
-