OSGi Service Platform
Release 4 (draft)

Uses of Interface
org.osgi.service.http.HttpContext

Packages that use HttpContext
org.osgi.service.http The OSGi Http Service Package. 
 

Uses of HttpContext in org.osgi.service.http
 

Methods in org.osgi.service.http that return HttpContext
 HttpContext HttpService.createDefaultHttpContext()
          Creates a default HttpContext for registering servlets or resources with the HttpService, a new HttpContext object is created each time this method is called.
 

Methods in org.osgi.service.http with parameters of type HttpContext
 void HttpService.registerServlet(java.lang.String alias, Servlet servlet, java.util.Dictionary initparams, HttpContext context)
          Registers a servlet into the URI namespace.
 void HttpService.registerResources(java.lang.String alias, java.lang.String name, HttpContext context)
          Registers resources into the URI namespace.
 


OSGi Service Platform
Release 4 (draft)

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.