|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpHandler | |
|---|---|
| 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 HttpHandler in com.sun.net.httpserver |
|---|
| Methods in com.sun.net.httpserver that return HttpHandler | |
|---|---|
abstract HttpHandler |
HttpContext.getHandler()
returns the handler for this context |
| Methods in com.sun.net.httpserver with parameters of type HttpHandler | |
|---|---|
abstract HttpContext |
HttpServer.createContext(java.lang.String path,
HttpHandler handler)
Creates a HttpContext. |
abstract void |
HttpContext.setHandler(HttpHandler h)
Sets the handler for this context, if not already set. |
| Constructors in com.sun.net.httpserver with parameters of type HttpHandler | |
|---|---|
Filter.Chain(java.util.List<Filter> filters,
HttpHandler handler)
|
|
| Uses of HttpHandler in sun.net.httpserver |
|---|
| Methods in sun.net.httpserver with parameters of type HttpHandler | |
|---|---|
sun.net.httpserver.HttpContextImpl |
HttpsServerImpl.createContext(java.lang.String path,
HttpHandler handler)
|
sun.net.httpserver.HttpContextImpl |
HttpServerImpl.createContext(java.lang.String path,
HttpHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||