ConfigurableRSocketServerFactory

A configurable RSocketServerFactory.

Author

Brian Clozel

Scott Frederick

Since

2.2.0

Inheritors

Functions

Link copied to clipboard
abstract fun setAddress(address: InetAddress)
Set the specific network address that the server should bind to.
Link copied to clipboard
abstract fun setFragmentSize(fragmentSize: DataSize)
Specify the maximum transmission unit.
Link copied to clipboard
abstract fun setPort(port: Int)
Set the port that the server should listen on.
Link copied to clipboard
abstract fun setSsl(ssl: Ssl)
Sets the SSL configuration that will be applied to the server's default connector.
Link copied to clipboard
abstract fun setSslBundles(sslBundles: SslBundles)
Sets an SSL bundle that can be used to get SSL configuration.
Link copied to clipboard
abstract fun setTransport(transport: RSocketServer.Transport)
Set the transport that the RSocket server should use.