dubbo 支持的9种协议

72 阅读1分钟

 原文链接:blog.csdn.net/xiaojin21ce…

概要:

一、9种协议

       1、dubbo 协议 (默认)

       2、rmi 协议 

       3、hessian 协议 

       4、http 协议 

       5、webservice 协议 

       6、thrift 协议 

       7、memcached 协议 

       8、redis 协议 

       9、rest ( 就是 RestFull)

 二、多协议配置 不同服务使用不同协议 同时使用多种协议 

三、面试题: