Package io. kvision. remote
A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.
Types
DummyWebSocketServerSession
Link copied to clipboard
DummyWsSessionModule
Link copied to clipboard
KVServiceManager
Link copied to clipboard
open class KVServiceManager<T : Any>(serviceClass: KClass<T>) : KVServiceBinder<T, RequestHandler, WebsocketHandler> , KVServiceMgr<T>
Content copied to clipboard
RequestHandler
Link copied to clipboard
typealias RequestHandler = suspend PipelineContext<Unit, ApplicationCall>.(Unit) -> Unit
Content copied to clipboard
WebsocketHandler
Link copied to clipboard
WsSessionModule
Link copied to clipboard
class WsSessionModule(webSocketSession: WebSocketServerSession) : AbstractModule
Content copied to clipboard