Package | Description |
---|---|
org.springframework.boot.rsocket.context |
RSocket integrations with Spring Framework's
ApplicationContext . |
org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
|
org.springframework.boot.rsocket.server |
Support for RSocket servers.
|
Modifier and Type | Method and Description |
---|---|
RSocketServer |
RSocketServerInitializedEvent.getServer()
Access the
RSocketServer . |
RSocketServer |
RSocketServerInitializedEvent.getSource()
Access the source of the event (an
RSocketServer ). |
Constructor and Description |
---|
RSocketServerInitializedEvent(RSocketServer server) |
Modifier and Type | Class and Description |
---|---|
class |
NettyRSocketServer
RSocketServer that is based on a Reactor Netty server. |
Modifier and Type | Method and Description |
---|---|
RSocketServer |
RSocketServerFactory.create(io.rsocket.SocketAcceptor socketAcceptor)
Gets a new fully configured but paused
RSocketServer instance. |