Skip navigation links

@NonNullApi

Package io.rsocket

Contains key contracts of the RSocket programming model including RSocket for performing or handling RSocket interactions, SocketAcceptor for declaring responders, Payload for access to the content of a payload, and others.

See: Description

Package io.rsocket Description

Contains key contracts of the RSocket programming model including RSocket for performing or handling RSocket interactions, SocketAcceptor for declaring responders, Payload for access to the content of a payload, and others.

To connect to or start a server see RSocketConnector and RSocketServer in io.rsocket.core.

Skip navigation links