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