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引擎实现
|
Modifier and Type | Method and Description |
---|---|
AbstractServerEngine |
AbstractServerEngine.init(ServerConfig config) |
AbstractServerEngine |
AbstractServerEngine.setHandler(HttpHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
JettyEngine
Jetty引擎实现
|
Modifier and Type | Class and Description |
---|---|
class |
SmartHttpServerEngine
smart-http-server引擎
|
Modifier and Type | Class and Description |
---|---|
class |
SunHttpServerEngine
基于Sun HttpServer的HTTP服务器引擎实现
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatEngine
Tomcat引擎实现
|
Modifier and Type | Class and Description |
---|---|
class |
UndertowEngine
Undertow引擎实现
|
Copyright © 2025. All rights reserved.