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.context
Constructors 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.netty
Classes in org.springframework.boot.rsocket.netty that implement RSocketServerFactoryModifier and TypeClassDescriptionclass
RSocketServerFactory
that can be used to createRSocketServer
s backed by Netty.