interface ServerHandlerFactory
(source)
Factory creating stream handlers, managing server-side connections.
abstract fun createHandler(sender: Consumer<Bytes>, terminationFunction: Runnable): ServerHandler
Creates a new handler associated with a valid streaming connection. |