We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is for discussing API for a TCP server.
(This is a dual of #2 which is the client API for TCP and hence shares multiple concepts, which are here for completeness at the cost of repetition)
To define how TCP must be modeled from a server point of view, using reactive-streams-jvm SPI.
An abstraction over:
In general it should not try to arbitrate different standards across different networking libraries. A few examples of that being:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is for discussing API for a TCP server.
(This is a dual of #2 which is the client API for TCP and hence shares multiple concepts, which are here for completeness at the cost of repetition)
Intention
To define how TCP must be modeled from a server point of view, using reactive-streams-jvm SPI.
What it is?
An abstraction over:
What it is not?
In general it should not try to arbitrate different standards across different networking libraries. A few examples of that being:
The text was updated successfully, but these errors were encountered: