Interface ServletContainer

  • All Known Implementing Classes:
    ServletContainerImpl

    public interface ServletContainer
    Created by tommackenzie on 4/3/16.
    • Method Summary

      Modifier and Type Method Description
      java.net.URI getURI()  
      void join()  
      void start()  
      void stop()  
    • Method Detail

      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stop

        void stop()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • join

        void join()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getURI

        java.net.URI getURI()