Class HttpContextImpl
java.lang.Object
org.glassfish.grizzly.osgi.httpservice.HttpContextImpl
- All Implemented Interfaces:
org.osgi.service.http.HttpContext
Grizzly OSGi
HttpServices HttpContext implementation.- Since:
- Jan 21, 2009
- Author:
- Hubert Iwaniuk
-
Field Summary
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleSecurity(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Constructor Details
-
HttpContextImpl
public HttpContextImpl(org.osgi.framework.Bundle bundle)
-
-
Method Details
-
handleSecurity
public boolean handleSecurity(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
handleSecurityin interfaceorg.osgi.service.http.HttpContext- Throws:
IOException
-
getResource
- Specified by:
getResourcein interfaceorg.osgi.service.http.HttpContext
-
getMimeType
- Specified by:
getMimeTypein interfaceorg.osgi.service.http.HttpContext
-