Apache Mina-mina features

Source: Internet
Author: User
Mina features

Mina is a simple and powerful network application framework that provides the following features:

  • Provides APIs for multiple transmission types:
    • TCP/IP & UDP/IP (through Java NiO)
    • Serial Communication (RS232) (via rxtx)
    • JVM internal pipeline Communication
    • You can implement your own network protocol!
  • Use the filter interface as the extension point. It is similar to the servlet filter.
  • Low-level and high-level APIs:
    • Lower Layer: Use bytebuffers
    • High-level: Use user-defined message objects and codes
  • Highly customized thread model:
    • Single thread
    • One thread pool
    • Multiple thread pools (I. e. SEDA)
  • SSL-TLS-starttls support (using Java 5SSLEngine)
  • Overload Protection & Traffic throttling
  • Unit test with mock object
  • JMX Management
  • Stream-based I/O support (throughStreamIoHandler)
  • Integrated some well-known containers (such as picocontainer and spring)
  • It can be smoothly migrated from the Mina prototype netty to Mina.
Original webpage address: http://mina.apache.org/mina-project/features.html

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.