Class JettyServer

java.lang.Object
net.odoframework.jetty.runtime.JettyServer
All Implemented Interfaces:
Runnable

public class JettyServer
extends Object
implements Runnable
  • Constructor Summary

    Constructors
    Constructor Description
    JettyServer​(jakarta.inject.Provider<jakarta.servlet.Servlet> routerServlet, int port, org.eclipse.jetty.util.thread.ThreadPool threadPool, Optional<org.eclipse.jetty.util.ssl.SslContextFactory.Server> ssl)  
  • Method Summary

    Modifier and Type Method Description
    static void main​(String[] args)  
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JettyServer

      public JettyServer​(jakarta.inject.Provider<jakarta.servlet.Servlet> routerServlet, int port, org.eclipse.jetty.util.thread.ThreadPool threadPool, Optional<org.eclipse.jetty.util.ssl.SslContextFactory.Server> ssl)
  • Method Details

    • main

      public static void main​(String[] args) throws Exception
      Throws:
      Exception
    • start

      public void start()
    • run

      public void run()
      Specified by:
      run in interface Runnable