Class EnolaSshServer

java.lang.Object
dev.enola.chat.sshd.EnolaSshServer
All Implemented Interfaces:
AutoCloseable

public class EnolaSshServer extends Object implements AutoCloseable
  • Constructor Details

    • EnolaSshServer

      public EnolaSshServer(int port, Path hostKeyStorePath) throws IOException
      Throws:
      IOException
    • EnolaSshServer

      public EnolaSshServer(int port, Path hostKeyStorePath, org.apache.sshd.server.shell.ShellFactory shellFactory) throws IOException
      Throws:
      IOException
  • Method Details