public class MqttHttpRequestHandler extends Object implements org.tio.http.common.handler.HttpRequestHandler
| 构造器和说明 |
|---|
MqttHttpRequestHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearStaticResCache() |
org.tio.http.common.HttpConfig |
getHttpConfig(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)
handler 在接口中 org.tio.http.common.handler.HttpRequestHandlerpublic org.tio.http.common.HttpResponse resp404(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine)
resp404 在接口中 org.tio.http.common.handler.HttpRequestHandlerpublic org.tio.http.common.HttpResponse resp500(org.tio.http.common.HttpRequest request,
org.tio.http.common.RequestLine requestLine,
Throwable throwable)
resp500 在接口中 org.tio.http.common.handler.HttpRequestHandlerpublic org.tio.http.common.HttpConfig getHttpConfig(org.tio.http.common.HttpRequest request)
getHttpConfig 在接口中 org.tio.http.common.handler.HttpRequestHandlerpublic void clearStaticResCache()
clearStaticResCache 在接口中 org.tio.http.common.handler.HttpRequestHandlerCopyright © 2022. All rights reserved.