Uses of Package
org.apache.felix.httplite.servlet

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

Classes in org.apache.felix.httplite.servlet used by org.apache.felix.httplite.osgi
HttpServletRequestImpl
          This class represents an HTTP request, which is parses from a given input stream, and implements HttpServletRequest for servlet processing.
HttpServletResponseImpl
          This class represents an HTTP response and handles sending properly formatted responses to HTTP requests.
 

Classes in org.apache.felix.httplite.servlet used by org.apache.felix.httplite.server
HttpServletRequestImpl
          This class represents an HTTP request, which is parses from a given input stream, and implements HttpServletRequest for servlet processing.
HttpServletResponseImpl
          This class represents an HTTP response and handles sending properly formatted responses to HTTP requests.
 

Classes in org.apache.felix.httplite.servlet used by org.apache.felix.httplite.servlet
ConcreteServletInputStream
          Simple utility input stream class that provides a method for reading a line of characters, where a "line" is leniently defined as anything ending in '\n' or '\r\n'.
 



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