Uses of Class
org.apache.mina.core.buffer.IoBuffer

Packages that use IoBuffer
Package
Description
 
Base class for implementing transport based on active polling strategies like NIO select call, or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc).
 
Filter implementations that helps you to implement complex protocols via 'codec' concept.
Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
 
Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.
 
A protocol codec for text-based protocols.
 
An IoFilter that provides flexible error generation facilities.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
Stream based IoFilter implementation.
 
 
 
 
 
 
 
 
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.