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

Packages that use HttpBinder
com.alibaba.dubbo.remoting.http.jetty   
com.alibaba.dubbo.remoting.http.servlet   
com.alibaba.dubbo.rpc.protocol.hessian   
com.alibaba.dubbo.rpc.protocol.http   
com.alibaba.dubbo.rpc.protocol.webservice   
 

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

Classes in com.alibaba.dubbo.remoting.http.jetty that implement HttpBinder
 class JettyHttpBinder
          JettyHttpTransporter
 

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

Classes in com.alibaba.dubbo.remoting.http.servlet that implement HttpBinder
 class ServletHttpBinder
          ServletHttpTransporter
 

Uses of HttpBinder in com.alibaba.dubbo.rpc.protocol.hessian
 

Methods in com.alibaba.dubbo.rpc.protocol.hessian with parameters of type HttpBinder
 void HessianProtocol.setHttpBinder(HttpBinder httpBinder)
           
 

Uses of HttpBinder in com.alibaba.dubbo.rpc.protocol.http
 

Methods in com.alibaba.dubbo.rpc.protocol.http with parameters of type HttpBinder
 void HttpProtocol.setHttpBinder(HttpBinder httpBinder)
           
 

Uses of HttpBinder in com.alibaba.dubbo.rpc.protocol.webservice
 

Methods in com.alibaba.dubbo.rpc.protocol.webservice with parameters of type HttpBinder
 void WebServiceProtocol.setHttpBinder(HttpBinder httpBinder)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.