Package org.eclipse.jetty.http.spi
Class JettyHttpContext
java.lang.Object
com.sun.net.httpserver.HttpContext
org.eclipse.jetty.http.spi.JettyHttpContext
Jetty implementation of
HttpContext
-
Constructor Summary
ModifierConstructorDescriptionprotected
JettyHttpContext
(HttpServer server, String contextPath, HttpHandler handler) -
Method Summary
-
Constructor Details
-
JettyHttpContext
-
-
Method Details
-
getJettyContextHandler
-
getHandler
- Specified by:
getHandler
in classHttpContext
-
setHandler
- Specified by:
setHandler
in classHttpContext
-
getPath
- Specified by:
getPath
in classHttpContext
-
getServer
- Specified by:
getServer
in classHttpContext
-
getAttributes
- Specified by:
getAttributes
in classHttpContext
-
getFilters
- Specified by:
getFilters
in classHttpContext
-
setAuthenticator
- Specified by:
setAuthenticator
in classHttpContext
-
getAuthenticator
- Specified by:
getAuthenticator
in classHttpContext
-