Package | Description |
---|---|
org.dromara.hutool.http.server.engine |
HTTP服务器引擎包
|
org.dromara.hutool.http.server.engine.jetty |
Jetty9引擎实现
|
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
|
Class and Description |
---|
HttpHandler
HTTP请求处理器
抽象请求处理,对于不同的HTTP服务器,将这个处理器封装成对应的处理器,例如Jetty的JettyHandler,Undertow的UndertowHandler等 |
Class and Description |
---|
HttpHandler
HTTP请求处理器
抽象请求处理,对于不同的HTTP服务器,将这个处理器封装成对应的处理器,例如Jetty的JettyHandler,Undertow的UndertowHandler等 |
Class and Description |
---|
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Class and Description |
---|
HttpHandler
HTTP请求处理器
抽象请求处理,对于不同的HTTP服务器,将这个处理器封装成对应的处理器,例如Jetty的JettyHandler,Undertow的UndertowHandler等 |
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Class and Description |
---|
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Class and Description |
---|
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Class and Description |
---|
HttpHandler
HTTP请求处理器
抽象请求处理,对于不同的HTTP服务器,将这个处理器封装成对应的处理器,例如Jetty的JettyHandler,Undertow的UndertowHandler等 |
RouteHttpHandler
路由处理器
根据请求的路径精确匹配路由,并调用对应的处理器,如果没有定义处理器,使用默认处理器 |
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Class and Description |
---|
ServerRequest
服务端请求对象,用于获取请求参数等
|
ServerResponse
服务端响应接口,用于写出数据
|
Copyright © 2025. All rights reserved.