A C D G H I L O R S U

A

Activator - Class in org.glassfish.osgihttp
This is the entry point to our implementation of OSGi/HTTP service.
Activator() - Constructor for class org.glassfish.osgihttp.Activator
 
addValve(GlassFishValve) - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
allocate() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 

C

createDefaultHttpContext() - Method in class org.glassfish.osgihttp.HttpServiceWrapper
 

D

DefaultHttpContext - Class in org.glassfish.osgihttp
Default implementation of HttpContext.
DefaultHttpContext(Bundle) - Constructor for class org.glassfish.osgihttp.DefaultHttpContext
 

G

getAttribute(String) - Method in class org.glassfish.osgihttp.OSGiServletContext
 
getAttributeNames() - Method in class org.glassfish.osgihttp.OSGiServletContext
 
getInitParameter(String) - Method in class org.glassfish.osgihttp.OSGiServletConfig
 
getInitParameterNames() - Method in class org.glassfish.osgihttp.OSGiServletConfig
 
getInvocationContext() - Static method in class org.glassfish.osgihttp.InvocationContextMgr
 
getMimeType(String) - Method in class org.glassfish.osgihttp.DefaultHttpContext
 
getMimeType(String) - Method in class org.glassfish.osgihttp.OSGiServletContext
 
getResource(String) - Method in class org.glassfish.osgihttp.DefaultHttpContext
 
getResource(String) - Method in class org.glassfish.osgihttp.OSGiServletContext
 
getResourceAsStream(String) - Method in class org.glassfish.osgihttp.OSGiServletContext
 
getService(Bundle, ServiceRegistration) - Method in class org.glassfish.osgihttp.HttpServiceWrapper.HttpServiceFactory
 
getServlet() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
getServletContext() - Method in class org.glassfish.osgihttp.OSGiServletConfig
 
getServletContext() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
getServletName() - Method in class org.glassfish.osgihttp.OSGiServletConfig
 
getServletName() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
getWebModule() - Method in interface org.glassfish.osgihttp.InvocationContext
 
getWebModule() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
GlassFishHttpService - Class in org.glassfish.osgihttp
This contains most of the implementation of HttpService.
GlassFishHttpService(WebModule) - Constructor for class org.glassfish.osgihttp.GlassFishHttpService
 

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.osgihttp.DefaultHttpContext
 
HttpServiceWrapper - Class in org.glassfish.osgihttp
This is an implementation of HttpService per bundle.
HttpServiceWrapper(GlassFishHttpService, Bundle) - Constructor for class org.glassfish.osgihttp.HttpServiceWrapper
 
HttpServiceWrapper.HttpServiceFactory - Class in org.glassfish.osgihttp
This service factory is needed, because the spec requires the following: If the bundle which performed the registration is stopped or otherwise "unget"s the Http Service without calling unregister(java.lang.String) then Http Service must automatically unregister the registration.
HttpServiceWrapper.HttpServiceFactory(GlassFishHttpService) - Constructor for class org.glassfish.osgihttp.HttpServiceWrapper.HttpServiceFactory
 

I

InvocationContext - Interface in org.glassfish.osgihttp
 
InvocationContextMgr - Class in org.glassfish.osgihttp
 
InvocationContextMgr() - Constructor for class org.glassfish.osgihttp.InvocationContextMgr
 
invoke(Request, Response) - Method in class org.glassfish.osgihttp.OSGiHttpContextValve
 
invoke(Request, Response) - Method in class org.glassfish.osgihttp.OSGiSecurityValve
 

L

load() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 

O

org.glassfish.osgihttp - package org.glassfish.osgihttp
 
OSGiHttpContextValve - Class in org.glassfish.osgihttp
Since OSGi/HTTP service spec does not a notion of a unique path per http context, we register all the OSGi servlets with the same Context object.
OSGiHttpContextValve() - Constructor for class org.glassfish.osgihttp.OSGiHttpContextValve
 
OSGiResourceServlet - Class in org.glassfish.osgihttp
 
OSGiResourceServlet(String, String, HttpContext) - Constructor for class org.glassfish.osgihttp.OSGiResourceServlet
 
OSGiSecurityValve - Class in org.glassfish.osgihttp
This valve is used to implement security in OSGi/HTTP service.
OSGiSecurityValve(HttpContext) - Constructor for class org.glassfish.osgihttp.OSGiSecurityValve
 
OSGiServletConfig - Class in org.glassfish.osgihttp
 
OSGiServletConfig(String, ServletContext, Dictionary) - Constructor for class org.glassfish.osgihttp.OSGiServletConfig
 
OSGiServletContext - Class in org.glassfish.osgihttp
Unlike Java EE Web Application model, there is no notion of "context path" in OSGi HTTP service spec.
OSGiServletContext(WebModule, HttpContext) - Constructor for class org.glassfish.osgihttp.OSGiServletContext
 
OSGiServletWrapper - Class in org.glassfish.osgihttp
Unlike Java EE Web Application model, there is no notion of "context path" in OSGi HTTP service spec.
OSGiServletWrapper(String, Servlet, OSGiServletConfig, String, WebModule) - Constructor for class org.glassfish.osgihttp.OSGiServletWrapper
 

R

registerResources(String, String, HttpContext) - Method in class org.glassfish.osgihttp.GlassFishHttpService
 
registerResources(String, String, HttpContext) - Method in class org.glassfish.osgihttp.HttpServiceWrapper
 
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in class org.glassfish.osgihttp.GlassFishHttpService
This method behaves the same way as HttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary, org.osgi.service.http.HttpContext) except that it expects a non-null HttpContext object.
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in class org.glassfish.osgihttp.HttpServiceWrapper
 
removeAttribute(String) - Method in class org.glassfish.osgihttp.OSGiServletContext
 

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.osgihttp.OSGiResourceServlet
 
setAttribute(String, Object) - Method in class org.glassfish.osgihttp.OSGiServletContext
 
setWebModule(WebModule) - Method in interface org.glassfish.osgihttp.InvocationContext
 
start(BundleContext) - Method in class org.glassfish.osgihttp.Activator
 
stop(BundleContext) - Method in class org.glassfish.osgihttp.Activator
 

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class org.glassfish.osgihttp.HttpServiceWrapper.HttpServiceFactory
 
unload() - Method in class org.glassfish.osgihttp.OSGiServletWrapper
 
unregister(String, boolean) - Method in class org.glassfish.osgihttp.GlassFishHttpService
 
unregister(String) - Method in class org.glassfish.osgihttp.HttpServiceWrapper
 

A C D G H I L O R S U

Copyright © 2012 GlassFish Community. All Rights Reserved.