Uses of Interface
org.osgi.service.http.HttpContext
Packages that use HttpContext
-
Uses of HttpContext in org.osgi.service.http
Methods in org.osgi.service.http that return HttpContextModifier and TypeMethodDescriptionHttpService.createDefaultHttpContext()Creates a defaultHttpContextfor registering servlets or resources with the HttpService, a newHttpContextobject is created each time this method is called.Methods in org.osgi.service.http with parameters of type HttpContextModifier and TypeMethodDescriptionvoidHttpService.registerResources(String alias, String name, HttpContext context) Registers resources into the URI namespace.voidHttpService.registerServlet(String alias, javax.servlet.Servlet servlet, Dictionary<?, ?> initparams, HttpContext context) Registers a servlet into the URI namespace.