| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
HttpServer.getHttpHandler()
get http handler.
|
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
HttpBinder.bind(URL url,
HttpHandler handler)
bind the server.
|
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
JettyHttpBinder.bind(URL url,
HttpHandler handler) |
| Constructor and Description |
|---|
JettyHttpServer(URL url,
HttpHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DispatcherServlet.addHttpHandler(int port,
HttpHandler processor) |
HttpServer |
ServletHttpBinder.bind(URL url,
HttpHandler handler) |
| Constructor and Description |
|---|
ServletHttpServer(URL url,
HttpHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
AbstractHttpServer.getHttpHandler() |
| Constructor and Description |
|---|
AbstractHttpServer(URL url,
HttpHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
TomcatHttpBinder.bind(URL url,
HttpHandler handler) |
| Constructor and Description |
|---|
TomcatHttpServer(URL url,
HttpHandler handler) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.