接口 HttpBinder
-
- 所有已知实现类:
JettyHttpBinder,ServletHttpBinder,TomcatHttpBinder
@SPI("jetty") public interface HttpBinder
HttpBinder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 HttpServerbind(URL url, HttpHandler handler)bind the server.
-
-
-
方法详细资料
-
bind
@Adaptive("server") HttpServer bind(URL url, HttpHandler handler)
bind the server.- 参数:
url- server url.- 返回:
- server.
-
-