Class | Description |
---|---|
BasicHttpContext |
A HttpContext implementation with an extension to MIME type mapping and resources
received from a specified bundle, which is usually injected using blueprint.
|
DefaultHttpContext |
A default HTTP context, which my be shared among bundles using
the static instance returned by
DefaultHttpContext.getInstance() . |
ExceptionShadowingServlet |
A servlet, which hides stack traces from the the servlet container
and avoid the exposure of full stack traces to clients.
|
HttpServiceRegistrationListener |
This class acts as a registration listener for the OSGi HttpServer and is used to
export resources and servlets on the supplied http service.
|
Copyright © 2018 Clazzes.org. All rights reserved.