Uses of Interface
org.springframework.boot.rsocket.server.RSocketServerFactory
Packages that use RSocketServerFactory
Package
Description
RSocket integrations with Spring Framework's
 
ApplicationContext.Reactor Netty based RSocket server implementation.
- 
Uses of RSocketServerFactory in org.springframework.boot.rsocket.contextConstructors in org.springframework.boot.rsocket.context with parameters of type RSocketServerFactoryModifierConstructorDescriptionRSocketServerBootstrap(RSocketServerFactory serverFactory, io.rsocket.SocketAcceptor socketAcceptor) 
- 
Uses of RSocketServerFactory in org.springframework.boot.rsocket.nettyClasses in org.springframework.boot.rsocket.netty that implement RSocketServerFactoryModifier and TypeClassDescriptionclassRSocketServerFactorythat can be used to createRSocketServers backed by Netty.