Package org.apache.felix.httplite.osgi

Interface Summary
ServiceRegistrationHandler Represents either a Resource or a Servlet that should be processed with a valid client connection provided by the server.
ServiceRegistrationResolver An interface to provide internal classes with access to client service registration state.
 

Class Summary
Activator Activator for org.apache.felix.http.lightweight HTTP Service implementation.
DefaultContextImpl This class was adapted from the Jetty HTTP Service: http://felix.apache.org/site/apache-felix-http-service.html.
HttpServiceFactoryImpl HttpServiceFactory creates a separate HttpService instance for every requester, so that the requester (client) bundle has access to it's own class loader for getting resources.
HttpServiceImpl The HTTP Service implementation that also implements RegistrationResolver to provide internal server classes with OSGi service registration data.
Logger This class mimics the standard OSGi LogService interface.
ServiceRegistration This class stores the state from a client that registered a Servlet or resource with the HTTP Service.
 



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