Skip navigation links
OSGi® org.osgi.service.http.whiteboard
Version 1.1.1
A B C D E F G H I L M N O P R S T 

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.osgi.service.http.context.ServletContextHelper
Handles security for the specified request.
HTTP_SERVICE_CONTEXT_FILTER - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
If a servlet filter, error page or listener wants to be registered with the Http Context(s) managed by the Http Service, they can select the contexts having the HttpWhiteboardConstants.HTTP_SERVICE_CONTEXT_PROPERTY property using this filter.
HTTP_SERVICE_CONTEXT_PROPERTY - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
If a servlet filter, error page or listener wants to be registered with the Http Context(s) managed by the Http Service, they can select the contexts having this property.
HTTP_SERVICE_ENDPOINT - Static variable in class org.osgi.service.http.runtime.HttpServiceRuntimeConstants
Http Runtime Service service property specifying the endpoints upon which the Http Whiteboard implementation is listening.
HTTP_SERVICE_ID - Static variable in class org.osgi.service.http.runtime.HttpServiceRuntimeConstants
Http Runtime Service service property to associate the Http Runtime Service with one or more HttpService services.
HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property prefix referencing a ServletContextHelper service.
HTTP_WHITEBOARD_CONTEXT_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the name of an ServletContextHelper service.
HTTP_WHITEBOARD_CONTEXT_PATH - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the path of an ServletContextHelper service.
HTTP_WHITEBOARD_CONTEXT_SELECT - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property referencing a ServletContextHelper service.
HTTP_WHITEBOARD_DEFAULT_CONTEXT_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
The name of the default ServletContextHelper.
HTTP_WHITEBOARD_FILTER_ASYNC_SUPPORTED - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying whether a servlet Filter service supports asynchronous processing.
HTTP_WHITEBOARD_FILTER_DISPATCHER - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the dispatcher handling of a servlet Filter.
HTTP_WHITEBOARD_FILTER_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property prefix referencing a Filter service.
HTTP_WHITEBOARD_FILTER_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the servlet filter name of a Filter service.
HTTP_WHITEBOARD_FILTER_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the request mappings for a Filter service.
HTTP_WHITEBOARD_FILTER_REGEX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the request mappings for a servlet Filter service.
HTTP_WHITEBOARD_FILTER_SERVLET - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the servlet names for a servlet Filter service.
HTTP_WHITEBOARD_IMPLEMENTATION - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
The name of the implementation capability for the Http Whiteboard specification
HTTP_WHITEBOARD_LISTENER - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property to mark a Listener service as a Whiteboard service.
HTTP_WHITEBOARD_PREPROCESSOR_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property prefix referencing a Preprocessor service.
HTTP_WHITEBOARD_RESOURCE_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the request mappings for resources.
HTTP_WHITEBOARD_RESOURCE_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the resource entry prefix for a resource service.
HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying whether a Servlet service supports asynchronous processing.
HTTP_WHITEBOARD_SERVLET_ERROR_PAGE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying whether a Servlet service acts as an error page.
HTTP_WHITEBOARD_SERVLET_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property prefix referencing a Servlet service.
HTTP_WHITEBOARD_SERVLET_MULTIPART_ENABLED - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying whether a Servlet service has enabled multipart request processing.
HTTP_WHITEBOARD_SERVLET_MULTIPART_FILESIZETHRESHOLD - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the size threshold after which the file will be written to disk.
HTTP_WHITEBOARD_SERVLET_MULTIPART_LOCATION - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the location where the files can be stored on disk.
HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXFILESIZE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the maximum size of a file being uploaded.
HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXREQUESTSIZE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the maximum request size.
HTTP_WHITEBOARD_SERVLET_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the servlet name of a Servlet service.
HTTP_WHITEBOARD_SERVLET_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the request mappings for a Servlet service.
HTTP_WHITEBOARD_SPECIFICATION_VERSION - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
The version of the implementation capability for the Http Whiteboard specification
HTTP_WHITEBOARD_TARGET - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
Service property specifying the target filter to select the Http Whiteboard implementation to process the service.
HttpServiceRuntime - Interface in org.osgi.service.http.runtime
The HttpServiceRuntime service represents the runtime information of an Http Whiteboard implementation.
HttpServiceRuntimeConstants - Class in org.osgi.service.http.runtime
Defines standard names for Http Runtime Service constants.
HttpWhiteboardConstants - Class in org.osgi.service.http.whiteboard
Defines standard constants for the Http Whiteboard services.
HttpWhiteboardContext - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.context.name and osgi.http.whiteboard.context.path service properties.
HttpWhiteboardContextSelect - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.context.select service property.
HttpWhiteboardFilterAsyncSupported - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.asyncSupported service property.
HttpWhiteboardFilterDispatcher - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.dispatcher service property.
HttpWhiteboardFilterName - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.name service property.
HttpWhiteboardFilterPattern - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.pattern service property.
HttpWhiteboardFilterRegex - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.regex service property.
HttpWhiteboardFilterServlet - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.filter.servlet service property.
HttpWhiteboardListener - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.listener service property.
HttpWhiteboardResource - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.resource.pattern and osgi.http.whiteboard.resource.prefix service properties.
HttpWhiteboardServletAsyncSupported - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.servlet.asyncSupported service property.
HttpWhiteboardServletErrorPage - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.servlet.errorPage service property.
HttpWhiteboardServletMultipart - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.servlet.multipart.enabled, osgi.http.whiteboard.servlet.multipart.fileSizeThreshold, osgi.http.whiteboard.servlet.multipart.location, osgi.http.whiteboard.servlet.multipart.maxFileSize, and osgi.http.whiteboard.servlet.multipart.maxRequestSize service properties.
HttpWhiteboardServletName - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.servlet.name service property.
HttpWhiteboardServletPattern - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.servlet.pattern service property.
HttpWhiteboardTarget - Annotation Type in org.osgi.service.http.whiteboard.propertytypes
Component Property Type for the osgi.http.whiteboard.target service property.
A B C D E F G H I L M N O P R S T 
Skip navigation links
OSGi® org.osgi.service.http.whiteboard
Version 1.1.1

Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0