|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpContext | |
|---|---|
| com.sun.net.httpserver | Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. |
| sun.net.httpserver | |
| Uses of HttpContext in com.sun.net.httpserver |
|---|
| Methods in com.sun.net.httpserver that return HttpContext | |
|---|---|
abstract HttpContext |
HttpServer.createContext(java.lang.String path)
Creates a HttpContext without initially specifying a handler. |
abstract HttpContext |
HttpServer.createContext(java.lang.String path,
HttpHandler handler)
Creates a HttpContext. |
abstract HttpContext |
HttpExchange.getHttpContext()
Get the HttpContext for this exchange |
| Methods in com.sun.net.httpserver with parameters of type HttpContext | |
|---|---|
abstract void |
HttpServer.removeContext(HttpContext context)
Removes the given context from the server. |
| Uses of HttpContext in sun.net.httpserver |
|---|
| Methods in sun.net.httpserver with parameters of type HttpContext | |
|---|---|
void |
HttpsServerImpl.removeContext(HttpContext context)
|
void |
HttpServerImpl.removeContext(HttpContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||