public class HttpServicePlugin
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
HttpServicePlugin(org.osgi.framework.BundleContext context,
org.osgi.service.http.runtime.HttpServiceRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
printConfiguration(PrintWriter pw) |
void |
register() |
void |
unregister() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic HttpServicePlugin(org.osgi.framework.BundleContext context,
org.osgi.service.http.runtime.HttpServiceRuntime runtime)
public void register()
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionpublic void printConfiguration(PrintWriter pw)
org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)public void unregister()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.