All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.hildan.krossbow.websocket.builtin.BuiltInExtension.kt Maven / Gradle / Ivy

package org.hildan.krossbow.websocket.builtin

import org.hildan.krossbow.websocket.WebSocketClient

/**
 * Gets the [WebSocketClient] implementation that adapts the built-in client from the current platform.
 */
expect fun WebSocketClient.Companion.builtIn(): WebSocketClient




© 2015 - 2024 Weber Informatics LLC | Privacy Policy