Interface ContainerServiceEE8

All Superinterfaces:
ContainerService

public interface ContainerServiceEE8 extends ContainerService
Provides the backing servlet container support for the DevAppServer, as discovered via
invalid reference
ServiceProvider
.

More specifically, this interface encapsulates the interactions between the DevAppServer and the underlying servlet container, which by default uses Jetty.

  • Method Details

    • forwardToServer

      void forwardToServer(javax.servlet.http.HttpServletRequest hrequest, javax.servlet.http.HttpServletResponse hresponse) throws IOException, javax.servlet.ServletException
      Forwards an HttpRequest request to this container.
      Throws:
      IOException
      javax.servlet.ServletException