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

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

public class ServletHttpBinder
extends Object
implements HttpBinder

ServletHttpTransporter

Author:
william.liangf

Constructor Summary
ServletHttpBinder()
           
 
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

ServletHttpBinder

public ServletHttpBinder()
Method Detail

bind

@Adaptive
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.