Package org.osgi.service.http.runtime.dto
@Version("1.1.0")
package org.osgi.service.http.runtime.dto
Http Runtime DTO Package Version 1.1.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.http.runtime.dto; version="[1.1,2.0)"
Example import for providers implementing the API in this package:
Import-Package: org.osgi.service.http.runtime.dto; version="[1.1,1.2)"
-
ClassesClassDescriptionRepresents common information about a
javax.servlet.Servlet
service.Defines standard constants for the DTOs.Represents ajavax.servlet.Servlet
for handling errors and currently being used by a servlet context.Represents ajavax.servlet.Servlet
service registered as an error page but currently not being used by a servlet context due to a problem.Represents a servletFilter
service which is currently not being used by a servlet context due to a problem.Represents a listener service which is currently not being used by a servlet context due to a problem.Represents a preprocessor service which is currently not being used due to a problem.Represents a resource definition which is currently not being used by a servlet context due to a problem.Represents a servlet context that is currently not used due to some problem.Represents ajavax.servlet.Servlet
service which is currently not being used by a servlet context due to a problem.Represents a servletjavax.servlet.Filter
service currently being used for by a servlet context.Represents a listener currently being used by a servlet context.Represents a preprocessororg.osgi.service.http.whiteboard.Preprocessor
service currently being used during request processing.Represents the services used to process a specific request.Represents a resource definition currently being used by a servlet context.Represents the state of a Http Service Runtime.Represents ajavax.servlet.ServletContext
created for servlets, resources, servlet Filters, and listeners associated with that servlet context.Represents ajavax.servlet.Servlet
currently being used by a servlet context.