Introduction
In many places there is need for asynchronous I/O operations, be it file, socket or any other. There are asynchronous I/O libraries. However implementations are thread safe and restricted to some specific assumptions.
Mobicents Stream Library fills this gap. It aims to provide simple API which enables user to abstract I/O operation in any way he desires.
This project brings following values:
- Simple IO API(NIO like)
- Basic implementation of IO components
- Implementation of proprietary stream protocol over provided API(substitution of SCTP)