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