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.
|
Constructor and Description |
---|
RSocketServerBootstrap(RSocketServerFactory serverFactory,
io.rsocket.SocketAcceptor socketAcceptor) |
Modifier and Type | Class and Description |
---|---|
class |
NettyRSocketServerFactory
RSocketServerFactory that can be used to create RSocketServer s backed
by Netty. |