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

Packages that use HttpHandler
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 HttpHandler in com.alibaba.dubbo.remoting.http
 

Methods in com.alibaba.dubbo.remoting.http that return HttpHandler
 HttpHandler HttpServer.getHttpHandler()
          get http handler.
 

Methods in com.alibaba.dubbo.remoting.http with parameters of type HttpHandler
 HttpServer HttpBinder.bind(URL url, HttpHandler handler)
          bind the server.
 

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

Methods in com.alibaba.dubbo.remoting.http.jetty with parameters of type HttpHandler
 HttpServer JettyHttpBinder.bind(URL url, HttpHandler handler)
           
 

Constructors in com.alibaba.dubbo.remoting.http.jetty with parameters of type HttpHandler
JettyHttpServer(URL url, HttpHandler handler)
           
 

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

Methods in com.alibaba.dubbo.remoting.http.servlet with parameters of type HttpHandler
static void DispatcherServlet.addHttpHandler(int port, HttpHandler processor)
           
 HttpServer ServletHttpBinder.bind(URL url, HttpHandler handler)
           
 

Constructors in com.alibaba.dubbo.remoting.http.servlet with parameters of type HttpHandler
ServletHttpServer(URL url, HttpHandler handler)
           
 

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

Methods in com.alibaba.dubbo.remoting.http.support that return HttpHandler
 HttpHandler AbstractHttpServer.getHttpHandler()
           
 

Constructors in com.alibaba.dubbo.remoting.http.support with parameters of type HttpHandler
AbstractHttpServer(URL url, HttpHandler handler)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.