Class ServletContainerImpl

  • All Implemented Interfaces:
    ServletContainer

    public class ServletContainerImpl
    extends java.lang.Object
    implements ServletContainer
    Created by tommackenzie on 4/3/16.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletContainerImpl​(org.eclipse.jetty.server.Server server)  
    • Method Summary

      Modifier and Type Method Description
      java.net.URI getURI()  
      void join()  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • ServletContainerImpl

        public ServletContainerImpl​(org.eclipse.jetty.server.Server server)
    • Method Detail

      • start

        public void start()
                   throws java.lang.Exception
        Specified by:
        start in interface ServletContainer
        Throws:
        java.lang.Exception
      • stop

        public void stop()
                  throws java.lang.Exception
        Specified by:
        stop in interface ServletContainer
        Throws:
        java.lang.Exception
      • join

        public void join()
                  throws java.lang.Exception
        Specified by:
        join in interface ServletContainer
        Throws:
        java.lang.Exception