Class OSGiServletHandler

java.lang.Object
org.glassfish.grizzly.http.server.HttpHandler
org.glassfish.grizzly.servlet.ServletHandler
org.glassfish.grizzly.osgi.httpservice.OSGiServletHandler
All Implemented Interfaces:
OSGiHandler

public class OSGiServletHandler extends org.glassfish.grizzly.servlet.ServletHandler implements OSGiHandler
OSGi customized ServletHandler.
Author:
Hubert Iwaniuk
  • Field Summary

    Fields inherited from class org.glassfish.grizzly.servlet.ServletHandler

    classLoader, expectationHandler, filterChainFactory, initialize, properties, servletClass, servletClassName, servletInstance
  • Constructor Summary

    Constructors
    Constructor
    Description
    OSGiServletHandler(javax.servlet.Servlet servlet, org.osgi.service.http.HttpContext httpContext, OSGiServletContext servletContext, HashMap<String,String> servletInitParams, Logger logger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.osgi.service.http.HttpContext
     
    Processing lock.
    Removal lock.
    protected String
     
    newServletHandler(javax.servlet.Servlet servlet)
     
    protected void
    setFilterChainFactory(org.glassfish.grizzly.servlet.FilterChainFactory filterChainFactory)
     
    protected void
     
    void
    Starts Servlet instance of this OSGiServletHandler.

    Methods inherited from class org.glassfish.grizzly.servlet.ServletHandler

    configureServletEnv, customizeErrorPage, destroy, doServletService, getClassLoader, getContextPath, getExpectationHandler, getFilterChain, getName, getServletConfig, getServletCtx, getServletInstance, getSessionCookieName, getSessionManager, loadServlet, sendAcknowledgment, service, setClassLoader, setContextPath, setDispatcherHelper, setExpectationHandler, setPathData, setServletClass, setServletClassName, setServletInstance, setSessionManager, start

    Methods inherited from class org.glassfish.grizzly.http.server.HttpHandler

    getErrorPageGenerator, getRequestExecutorProvider, getRequestURIEncoding, isAllowCustomStatusMessage, isAllowEncodedSlash, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setRequestURIEncoding, setRequestURIEncoding, updatePaths

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait