类 TomcatHttpBinder
- java.lang.Object
-
- com.alibaba.dubbo.remoting.http.tomcat.TomcatHttpBinder
-
- 所有已实现的接口:
HttpBinder
public class TomcatHttpBinder extends Object implements HttpBinder
-
-
方法详细资料
-
bind
public HttpServer bind(URL url, HttpHandler handler)
从接口复制的说明:HttpBinder
bind the server.- 指定者:
bind
在接口中HttpBinder
- 参数:
url
- server url.- 返回:
- server.
-
-