Package org.eclipse.equinox.http.servlet
Class HttpServiceServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet
org.eclipse.equinox.http.servlet.HttpServiceServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class HttpServiceServlet
extends org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet
The HttpServiceServlet is the "public" side of a Servlet that when registered
(and init() called) in a servlet container will in-turn register and provide
an OSGi Http Service implementation. This class is not meant for extending or
even using directly and is purely meant for registering in a servlet
container.
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet
destroy, dispatch, init, preprocess, service, sessionDestroyed, sessionIdChanged, setHttpServiceRuntimeImpl
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
HttpServiceServlet
public HttpServiceServlet()
-