| Package | Description |
|---|---|
| org.tio.http.common | |
| org.tio.http.server | |
| org.tio.http.server.handler |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestHandler |
HttpConfig.getHttpRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConfig.setHttpRequestHandler(HttpRequestHandler httpRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestHandler |
HttpServerStarter.getHttpRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerStarter.setHttpRequestHandler(HttpRequestHandler requestHandler) |
| Constructor and Description |
|---|
HttpServerAioHandler(HttpConfig httpConfig,
HttpRequestHandler requestHandler) |
HttpServerStarter(HttpConfig httpConfig,
HttpRequestHandler requestHandler) |
HttpServerStarter(HttpConfig httpConfig,
HttpRequestHandler requestHandler,
SynThreadPoolExecutor tioExecutor,
ThreadPoolExecutor groupExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequestHandler |
class |
DispatcheHttpRequestHandler |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpRequestHandler |
DispatcheHttpRequestHandler.getHttpRequestHandler(HttpRequest request) |
Copyright © 2021. All rights reserved.