Uses of Interface
org.springframework.boot.rsocket.server.RSocketServer
Packages that use RSocketServer
Package
Description
RSocket integrations with Spring Framework's
ApplicationContext
.Reactor Netty based RSocket server implementation.
Support for RSocket servers.
-
Uses of RSocketServer in org.springframework.boot.rsocket.context
Methods in org.springframework.boot.rsocket.context that return RSocketServerModifier and TypeMethodDescriptionRSocketServerInitializedEvent.getServer()
Access theRSocketServer
.RSocketServerInitializedEvent.getSource()
Access the source of the event (anRSocketServer
).Constructors in org.springframework.boot.rsocket.context with parameters of type RSocketServer -
Uses of RSocketServer in org.springframework.boot.rsocket.netty
Classes in org.springframework.boot.rsocket.netty that implement RSocketServer -
Uses of RSocketServer in org.springframework.boot.rsocket.server
Methods in org.springframework.boot.rsocket.server that return RSocketServerModifier and TypeMethodDescriptionRSocketServerFactory.create
(io.rsocket.SocketAcceptor socketAcceptor) Gets a new fully configured but pausedRSocketServer
instance.