Package dev.enola.chat.sshd
Class EnolaSshServer
java.lang.Object
dev.enola.chat.sshd.EnolaSshServer
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionEnolaSshServer
(int port, Path hostKeyStorePath) EnolaSshServer
(int port, Path hostKeyStorePath, org.apache.sshd.server.shell.ShellFactory shellFactory) -
Method Summary
-
Constructor Details
-
EnolaSshServer
- Throws:
IOException
-
EnolaSshServer
public EnolaSshServer(int port, Path hostKeyStorePath, org.apache.sshd.server.shell.ShellFactory shellFactory) throws IOException - Throws:
IOException
-
-
Method Details
-
port
public int port() -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-