org.eclipse.jetty.osgi.nested
Class NestedConnectorServletDelegate

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.jetty.osgi.nested.NestedConnectorServletDelegate
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class NestedConnectorServletDelegate
extends HttpServlet

Wraps a NestedConnector into a servlet that can be plugged into BridgeServlet#registerServletDelegate

See Also:
Serialized Form

Constructor Summary
NestedConnectorServletDelegate(NestedConnector nestedConnector)
           
 
Method Summary
 void service(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedConnectorServletDelegate

public NestedConnectorServletDelegate(NestedConnector nestedConnector)
Method Detail

service

public void service(ServletRequest req,
                    ServletResponse res)
             throws ServletException,
                    IOException
Specified by:
service in interface Servlet
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.