Class JettyHttpContext
java.lang.Object
com.sun.net.httpserver.HttpContext
org.eclipse.jetty.http.spi.JettyHttpContext
Jetty implementation of 
HttpContext- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJettyHttpContext(HttpServer server, String contextPath, HttpHandler handler)  - 
Method Summary
 
- 
Constructor Details
- 
JettyHttpContext
 
 - 
 - 
Method Details
- 
getJettyContextHandler
 - 
getHandler
- Specified by:
 getHandlerin classHttpContext
 - 
setHandler
- Specified by:
 setHandlerin classHttpContext
 - 
getPath
- Specified by:
 getPathin classHttpContext
 - 
getServer
- Specified by:
 getServerin classHttpContext
 - 
getAttributes
- Specified by:
 getAttributesin classHttpContext
 - 
getFilters
- Specified by:
 getFiltersin classHttpContext
 - 
setAuthenticator
- Specified by:
 setAuthenticatorin classHttpContext
 - 
getAuthenticator
- Specified by:
 getAuthenticatorin classHttpContext
 
 -