接口的使用
org.springframework.boot.rsocket.server.RSocketServer
使用RSocketServer的程序包
程序包
说明
RSocket integrations with Spring Framework's
ApplicationContext
.Reactor Netty based RSocket server implementation.
Support for RSocket servers.
-
org.springframework.boot.rsocket.context中RSocketServer的使用
修饰符和类型方法说明RSocketServerInitializedEvent.getServer()
Access theRSocketServer
.RSocketServerInitializedEvent.getSource()
Access the source of the event (anRSocketServer
). -
org.springframework.boot.rsocket.netty中RSocketServer的使用
-
org.springframework.boot.rsocket.server中RSocketServer的使用
修饰符和类型方法说明RSocketServerFactory.create
(io.rsocket.SocketAcceptor socketAcceptor) Gets a new fully configured but pausedRSocketServer
instance.