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

java.lang.Object
  extended by com.alibaba.dubbo.remoting.http.jetty.JettyHttpBinder
All Implemented Interfaces:
HttpBinder

public class JettyHttpBinder
extends Object
implements HttpBinder

JettyHttpTransporter

Author:
william.liangf

Constructor Summary
JettyHttpBinder()
           
 
Method Summary
 HttpServer bind(URL url, HttpHandler handler)
          bind the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyHttpBinder

public JettyHttpBinder()
Method Detail

bind

public HttpServer bind(URL url,
                       HttpHandler handler)
Description copied from interface: HttpBinder
bind the server.

Specified by:
bind in interface HttpBinder
Parameters:
url - server url.
Returns:
server.


Copyright © 2012–2017 Alibaba. All rights reserved.