com.alibaba.dubbo.remoting.http.jetty
Class JettyHttpServer

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

public class JettyHttpServer
extends AbstractHttpServer


Constructor Summary
JettyHttpServer(URL url, HttpHandler handler)
           
 
Method Summary
 void close()
          close the channel.
 
Methods inherited from class com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
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

JettyHttpServer

public JettyHttpServer(URL url,
                       HttpHandler handler)
Method Detail

close

public void close()
Description copied from interface: HttpServer
close the channel.

Specified by:
close in interface HttpServer
Overrides:
close in class AbstractHttpServer


Copyright © 2012–2017 Alibaba. All rights reserved.