| 限定符和类型 | 方法和说明 |
|---|---|
HttpHandler |
HttpServer.getHttpHandler()
get http handler.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServer |
HttpBinder.bind(URL url,
HttpHandler handler)
bind the server.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServer |
JettyHttpBinder.bind(URL url,
HttpHandler handler) |
| 构造器和说明 |
|---|
JettyHttpServer(URL url,
HttpHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DispatcherServlet.addHttpHandler(int port,
HttpHandler processor) |
HttpServer |
ServletHttpBinder.bind(URL url,
HttpHandler handler) |
| 构造器和说明 |
|---|
ServletHttpServer(URL url,
HttpHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpHandler |
AbstractHttpServer.getHttpHandler() |
| 构造器和说明 |
|---|
AbstractHttpServer(URL url,
HttpHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServer |
TomcatHttpBinder.bind(URL url,
HttpHandler handler) |
| 构造器和说明 |
|---|
TomcatHttpServer(URL url,
HttpHandler handler) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.