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 SshServerCliSupport
DEFAULT_SHELL_FACTORY, SHELL_FACTORY_OPTIONFields inherited from class CliSupport
DEFAULT_IO_SERVICE_FACTORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void///////////////////////////////////////////////////////////////////////private 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 SshServerCliSupport
createScpCommandFactory, registerSubsystemFactoryListeners, resolveServerKeys, resolveServerSubsystems, resolveShellFactory, setupServerBanner, setupServerForwardingMethods inherited from class CliSupport
createLoggingIoServiceEventListener, createLoggingSessionListener, printFieldsValues, resolveBuiltinIoServiceFactory, resolveIoServiceFactory, setupCiphers, setupCiphers, setupCompressions, setupCompressions, setupIoServiceFactory, setupMacs, setupMacs, setupUserAuthFactories, splitCommandLineArguments
-
Constructor Details
-
SshServerMain
public SshServerMain()
-
-
Method Details
-
main
-
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)
-