public HttpServer bind()

in src/main/java/com/doctor/dubbo/remoting/http/jetty/JettyHttpBinder.java [16:18]


    public HttpServer bind(URL url, HttpHandler handler) {
        return new JettyHttpServer(url, handler);
    }