Package | Description |
---|---|
org.dromara.hutool.http.server.engine.sun |
HttpServer 引擎实现包 |
org.dromara.hutool.http.server.engine.sun.filter |
Filter 实现包装 |
Modifier and Type | Method and Description |
---|---|
SunServerRequest |
HttpExchangeWrapper.getRequest()
获取请求
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ExceptionFilter.afterException(SunServerRequest req,
SunServerResponse res,
Throwable e)
异常之后的处理逻辑
|
void |
DefaultExceptionFilter.afterException(SunServerRequest req,
SunServerResponse res,
Throwable e) |
void |
HttpFilter.doFilter(SunServerRequest req,
SunServerResponse res,
com.sun.net.httpserver.Filter.Chain chain)
执行过滤
|
void |
ExceptionFilter.doFilter(SunServerRequest req,
SunServerResponse res,
com.sun.net.httpserver.Filter.Chain chain) |
Copyright © 2025. All rights reserved.