Dubbo What protocol is used for internal communications

Source: Internet
Author: User
Tags serialization web services
Dubbo What protocol is used for internal communications
Dubbo supports multiple remote invocation methods, such as Dubbo RPC (binary serialization + TCP protocol), HTTP invoker (binary serialization + HTTP protocol, no support for text serialization found at least in open source versions), Hessian (binary serialization + HTTP protocol) , WebServices (text serialization + HTTP protocol), etc., but lacks support for today's particularly popular restful remote invocation (text serialization + HTTP protocol).
In view of this, our standard-based Java Rest Api--jax-rs 2.0 (Java API for RESTful Web Services shorthand) provides close-to-transparent REST invocation support for Dubbo. Due to the full compatibility of the Java Standard API, all rest services developed for Dubbo will normally run in the future out of Dubbo or any particular rest underlying implementation.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.