public abstract class DispatcheHttpRequestHandler extends Object implements org.tio.http.common.handler.HttpRequestHandler
| 构造器和说明 |
|---|
DispatcheHttpRequestHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.tio.http.common.HttpConfig |
getHttpConfig(org.tio.http.common.HttpRequest request) |
abstract org.tio.http.common.handler.HttpRequestHandler |
getHttpRequestHandler(org.tio.http.common.HttpRequest request) |
org.tio.http.common.HttpResponse |
handler(org.tio.http.common.HttpRequest request) |
org.tio.http.common.HttpResponse |
resp404(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine) |
org.tio.http.common.HttpResponse |
resp500(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine,
Throwable throwable) |
public org.tio.http.common.HttpResponse handler(org.tio.http.common.HttpRequest request)
throws Exception
handler 在接口中 org.tio.http.common.handler.HttpRequestHandlerExceptionpublic org.tio.http.common.HttpResponse resp404(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine)
throws Exception
resp404 在接口中 org.tio.http.common.handler.HttpRequestHandlerExceptionpublic org.tio.http.common.HttpResponse resp500(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine,
Throwable throwable)
throws Exception
resp500 在接口中 org.tio.http.common.handler.HttpRequestHandlerExceptionpublic org.tio.http.common.HttpConfig getHttpConfig(org.tio.http.common.HttpRequest request)
getHttpConfig 在接口中 org.tio.http.common.handler.HttpRequestHandlerpublic abstract org.tio.http.common.handler.HttpRequestHandler getHttpRequestHandler(org.tio.http.common.HttpRequest request)
request - Copyright © 2022. All rights reserved.