Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting Netty server with JXIO #12

Open
rosenbaumalex opened this issue Oct 29, 2014 · 1 comment
Open

Supporting Netty server with JXIO #12

rosenbaumalex opened this issue Oct 29, 2014 · 1 comment

Comments

@rosenbaumalex
Copy link
Collaborator

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.

@rosenbaumalex rosenbaumalex changed the title Adding Netty support Supporting Netty server with JXIO Oct 29, 2014
@yuyang733
Copy link

yuyang733 commented Apr 10, 2023

The JxioServerConnection seems to have a bug on the close session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants