Uses of Interface
com.alibaba.dubbo.remoting.http.HttpServer

Packages that use HttpServer
com.alibaba.dubbo.remoting.http   
com.alibaba.dubbo.remoting.http.jetty   
com.alibaba.dubbo.remoting.http.servlet   
com.alibaba.dubbo.remoting.http.support   
 

Uses of HttpServer in com.alibaba.dubbo.remoting.http
 

Methods in com.alibaba.dubbo.remoting.http that return HttpServer
 HttpServer HttpBinder.bind(URL url, HttpHandler handler)
          bind the server.
 

Uses of HttpServer in com.alibaba.dubbo.remoting.http.jetty
 

Classes in com.alibaba.dubbo.remoting.http.jetty that implement HttpServer
 class JettyHttpServer
           
 

Methods in com.alibaba.dubbo.remoting.http.jetty that return HttpServer
 HttpServer JettyHttpBinder.bind(URL url, HttpHandler handler)
           
 

Uses of HttpServer in com.alibaba.dubbo.remoting.http.servlet
 

Classes in com.alibaba.dubbo.remoting.http.servlet that implement HttpServer
 class ServletHttpServer
           
 

Methods in com.alibaba.dubbo.remoting.http.servlet that return HttpServer
 HttpServer ServletHttpBinder.bind(URL url, HttpHandler handler)
           
 

Uses of HttpServer in com.alibaba.dubbo.remoting.http.support
 

Classes in com.alibaba.dubbo.remoting.http.support that implement HttpServer
 class AbstractHttpServer
          AbstractHttpServer
 



Copyright © 2012–2017 Alibaba. All rights reserved.