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