Interface ContainerServiceEE8
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoidforwardToServer(javax.servlet.http.HttpServletRequest hrequest, javax.servlet.http.HttpServletResponse hresponse) Forwards an HttpRequest request to this container.Methods inherited from interface com.google.appengine.tools.development.ContainerService
configure, createConnection, getAddress, getAppContext, getAppEngineWebXmlConfig, getHostName, getPort, getServiceProperties, setApiProxyDelegate, shutdown, startup
-
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:
IOExceptionjavax.servlet.ServletException
-