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. |