The RSocket
class provides a client endpoint to a protocol. It provides the following services:
socket creation
reading from and writing to protocol
binding to addresses
active connecting
passive connection through the listen/accept model
Before using any of these services, a connection to a socket server session must have been made and the socket must be open.