reactive-streams / reactive-streams-net-jvm

Reactive Network APIs for the JVM
Other
7 stars 3 forks source link

TCP server API #3

Open NiteshKant opened 9 years ago

NiteshKant commented 9 years ago

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:

In general it should not try to arbitrate different standards across different networking libraries. A few examples of that being: