Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a238558aaafeeddd

Jump to content

Apache MINA

From Wikipedia, the free encyclopedia
Apache MINA
DeveloperApache Software Foundation
Stable release
2.16.0[1] Edit this on Wikidata / 23 August 2025; 11 months ago (23 August 2025)
Written inJava
Operating systemCross-platform
TypeEnterprise Integration Patterns Message Oriented Middleware
LicenseApache License 2.0
Websitemina.apache.org
Repository

Apache MINA (Multipurpose Infrastructure for Network Applications)[2] is an open source Java network application framework. MINA can be used to create scalable, high performance network applications. MINA provides unified APIs for various transports like TCP, UDP, serial communication. It also makes it easy to make an implementation of custom transport type. MINA provides both high-level and low-level network APIs.

A user application interacts with MINA APIs, shielding the user application from low level I/O details. MINA internally uses I/O APIs to perform the actual I/O functions. This makes it easy for the users to concentrate on the application logic and leave the I/O handling to Apache MINA.[3]

Advantages

[edit]
  • Unified APIs for various transports (TCP/UDP etc.)[4]
  • Provides high/low level APIs
  • Customizable Thread Model
  • Easy Unit Testing using Mock Objects
  • Integration with DI frameworks like Spring, Google Guice, picocontainer
  • JMX Manageability

Tooling

[edit]

Graphical tools such as Eclipse IDE, IntelliJ IDEA can be used.

Alternatives

[edit]

See also

[edit]

References

[edit]
  1. "Latest SSHD Release".
  2. "FAQ — Apache MINA".
  3. "Apache MINA - FAQ". Archived from the original on 25 July 2011. Retrieved 2016-03-08.
  4. "Apache MINA features". Retrieved 2016-03-08.
[edit]