com.alibaba.dubbo.remoting.http
Interface HttpBinder

All Known Implementing Classes:
JettyHttpBinder, ServletHttpBinder

@SPI(value="jetty")
public interface HttpBinder

HttpBinder

Author:
william.liangf

Method Summary
 HttpServer bind(URL url, HttpHandler handler)
          bind the server.
 

Method Detail

bind

@Adaptive(value="server")
HttpServer bind(URL url,
                              HttpHandler handler)
bind the server.

Parameters:
url - server url.
Returns:
server.


Copyright © 2012–2017 Alibaba. All rights reserved.