Package | Description |
---|---|
org.springframework.boot.autoconfigure.rsocket |
Auto-configuration for RSocket.
|
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.
|
Class and Description |
---|
RSocketServer.Transport
Choice of transport protocol for the RSocket server.
|
Class and Description |
---|
RSocketServer
Simple interface that represents a fully configured RSocket server.
|
RSocketServerFactory
Factory interface that can be used to create a reactive
RSocketServer . |
Class and Description |
---|
ConfigurableRSocketServerFactory
A configurable
RSocketServerFactory . |
RSocketServer
Simple interface that represents a fully configured RSocket server.
|
RSocketServer.Transport
Choice of transport protocol for the RSocket server.
|
RSocketServerCustomizer
Callback interface that can be used to customize a
RSocketServer . |
RSocketServerException
Exceptions thrown by an RSocket server.
|
RSocketServerFactory
Factory interface that can be used to create a reactive
RSocketServer . |
Class and Description |
---|
RSocketServer
Simple interface that represents a fully configured RSocket server.
|
RSocketServer.Transport
Choice of transport protocol for the RSocket server.
|
RSocketServerException
Exceptions thrown by an RSocket server.
|