|
Class Summary |
| Activator |
This is the entry point to our implementation of OSGi/HTTP service. |
| DefaultHttpContext |
Default implementation of HttpContext. |
| GlassFishHttpService |
This contains most of the implementation of HttpService. |
| HttpServiceWrapper |
This is an implementation of HttpService per bundle. |
| HttpServiceWrapper.HttpServiceFactory |
This service factory is needed, because the spec requires the following:
If the bundle which performed the registration is stopped or
otherwise "unget"s the Http Service without calling
unregister(java.lang.String) then Http Service must automatically
unregister the registration. |
| InvocationContextMgr |
|
| OSGiHttpContextValve |
Since OSGi/HTTP service spec does not a notion of a unique path per http context,
we register all the OSGi servlets with the same Context object. |
| OSGiResourceServlet |
|
| OSGiSecurityValve |
This valve is used to implement security in OSGi/HTTP service. |
| OSGiServletConfig |
|
| OSGiServletContext |
Unlike Java EE Web Application model, there is no notion of "context path"
in OSGi HTTP service spec. |
| OSGiServletWrapper |
Unlike Java EE Web Application model, there is no notion of "context path"
in OSGi HTTP service spec. |