NettyRSocketServerFactory
RSocketServerFactory that can be used to create RSocketServers backed by Netty.
Author
Brian Clozel
Chris Bono
Scott Frederick
Since
2.2.0
Functions
Link copied to clipboard
Add RSocketServerCustomizers that should be called to configure the io.rsocket.core.RSocketServer.
Link copied to clipboard
Gets a new fully configured but paused RSocketServer instance.
Link copied to clipboard
Set the specific network address that the server should bind to.
Link copied to clipboard
Specify the maximum transmission unit.
Link copied to clipboard
Set the maximum amount of time that should be waited when starting or stopping the server.
Link copied to clipboard
Set the ReactorResourceFactory to get the shared resources from.
Link copied to clipboard
open fun setRSocketServerCustomizers(rSocketServerCustomizers: Collection<out RSocketServerCustomizer>)
Set RSocketServerCustomizers that should be called to configure the io.rsocket.core.RSocketServer while building the server.
Link copied to clipboard
Sets an SSL bundle that can be used to get SSL configuration.
Link copied to clipboard
Set the transport that the RSocket server should use.