类 TomcatHttpServer
- java.lang.Object
 - 
- com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
 - 
- com.alibaba.dubbo.remoting.http.tomcat.TomcatHttpServer
 
 
 
- 
- 所有已实现的接口:
 Resetable,HttpServer
public class TomcatHttpServer extends AbstractHttpServer
 
- 
- 
构造器概要
构造器 构造器 说明 TomcatHttpServer(URL url, HttpHandler handler) 
- 
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()close the channel.- 
从类继承的方法 com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
close, getHttpHandler, getLocalAddress, getUrl, isBound, isClosed, reset 
 - 
 
 - 
 
- 
- 
构造器详细资料
- 
TomcatHttpServer
public TomcatHttpServer(URL url, HttpHandler handler)
 
 - 
 
- 
方法详细资料
- 
close
public void close()
从接口复制的说明:HttpServerclose the channel.- 指定者:
 close在接口中HttpServer- 覆盖:
 close在类中AbstractHttpServer
 
 - 
 
 -