Package | Description |
---|---|
org.dromara.hutool.http.server.engine.smart |
smart-http-server服务器引擎实现
见:https://smartboot.tech/smart-http/ |
org.dromara.hutool.http.server.engine.sun |
HttpServer 引擎实现包 |
org.dromara.hutool.http.server.engine.tomcat |
Tomcat引擎实现
|
org.dromara.hutool.http.server.engine.undertow |
Undertow引擎实现
|
org.dromara.hutool.http.server.handler |
HTTP服务器请求和响应处理器的统一封装
|
org.dromara.hutool.http.server.servlet |
Servlet封装,包括Servlet参数获取、文件上传、Response写出等,入口为ServletUtil
|
Modifier and Type | Class and Description |
---|---|
class |
SmartHttpRequest
SmartHttp请求对象
|
Modifier and Type | Class and Description |
---|---|
class |
SunServerRequest
Sun Http请求包装
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatRequest
Tomcat请求对象包装
|
Modifier and Type | Class and Description |
---|---|
class |
UndertowRequest
Undertow请求对象
|
Modifier and Type | Method and Description |
---|---|
void |
RouteHttpHandler.handle(ServerRequest request,
ServerResponse response) |
void |
RootHandler.handle(ServerRequest request,
ServerResponse response) |
void |
HttpHandler.handle(ServerRequest request,
ServerResponse response)
处理请求
|
Modifier and Type | Class and Description |
---|---|
class |
JavaxServletRequest
Javax Servlet请求对象包装
|
class |
ServletRequest
Jakarta Servlet请求对象包装
|
Copyright © 2025. All rights reserved.