Uses of Class
org.apache.felix.httplite.servlet.HttpServletRequestImpl

Packages that use HttpServletRequestImpl
org.apache.felix.httplite.osgi   
org.apache.felix.httplite.server   
 

Uses of HttpServletRequestImpl in org.apache.felix.httplite.osgi
 

Methods in org.apache.felix.httplite.osgi that return HttpServletRequestImpl
 HttpServletRequestImpl ServiceRegistrationResolver.getServletRequest(java.net.Socket socket)
          Given a socket connection return a HttpServletRequestImpl.
 HttpServletRequestImpl HttpServiceImpl.getServletRequest(java.net.Socket socket)
           
 

Methods in org.apache.felix.httplite.osgi with parameters of type HttpServletRequestImpl
 ServiceRegistrationHandler ServiceRegistrationResolver.getProcessor(HttpServletRequestImpl request, HttpServletResponseImpl response, java.lang.String requestPath)
          For a request, response, and requestPath, return a ServiceRegistrationHandler.
 ServiceRegistrationHandler HttpServiceImpl.getProcessor(HttpServletRequestImpl request, HttpServletResponseImpl response, java.lang.String requestPath)
           
 

Uses of HttpServletRequestImpl in org.apache.felix.httplite.server
 

Constructors in org.apache.felix.httplite.server with parameters of type HttpServletRequestImpl
ResourceHandler(HttpServletRequestImpl req, HttpServletResponseImpl res, ServiceRegistration resource, Logger logger)
           
ServletHandler(HttpServletRequestImpl request, HttpServletResponseImpl response, ServiceRegistration element, Logger m_logger)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.