您的浏览器已禁用 JavaScript。
跳过导航链接
today-web
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
cn.taketoday.http.server.reactive
接口 HttpHandlerDecoratorFactory
所有超级接口:
Function
<
HttpHandler
,
HttpHandler
>
public interface
HttpHandlerDecoratorFactory
extends
Function
<
HttpHandler
,
HttpHandler
>
Contract for applying a decorator to an
HttpHandler
.
从以下版本开始:
4.0
作者:
Christophe Maillard
方法概要
从接口继承的方法 java.util.function.
Function
andThen
,
apply
,
compose