com.alibaba.dubbo.remoting.http.servlet
Class ServletHttpServer

java.lang.Object
  extended by com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
      extended by com.alibaba.dubbo.remoting.http.servlet.ServletHttpServer
All Implemented Interfaces:
Resetable, HttpServer

public class ServletHttpServer
extends AbstractHttpServer


Constructor Summary
ServletHttpServer(URL url, HttpHandler handler)
           
 
Method Summary
 
Methods inherited from class com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
close, close, getHttpHandler, getLocalAddress, getUrl, isBound, isClosed, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletHttpServer

public ServletHttpServer(URL url,
                         HttpHandler handler)


Copyright © 2012–2017 Alibaba. All rights reserved.