-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
On top of JXIO's basic API we implemented the InputStream & OutputStream interfaces.
You can use the JxioConnection class getInputStream() & getOutputStream() to connect to the JxioConnectionServer which already implements a high level server model aimed to mimic Netty with support for the worker thread model.
See example here: https://github.com/accelio/JXIO/wiki/JxioConnection-Inputstream-and-Outputstream.
Reactions are currently unavailable