| Package | Description | 
|---|---|
| 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 | 
|---|---|
void | 
NettyRSocketServer.start()  | 
void | 
NettyRSocketServer.stop()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RSocketServer.start()
Starts the RSocket server. 
 | 
void | 
RSocketServer.stop()
Stops the RSocket server. 
 |