jvmMain.com.ditchoom.websocket.WebSocketFactory.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of websocket Show documentation
Show all versions of websocket Show documentation
Simple multiplatform kotlin coroutines based websocket.
package com.ditchoom.websocket
import com.ditchoom.buffer.AllocationZone
actual fun WebSocketClient.Companion.allocate(
connectionOptions: WebSocketConnectionOptions,
zone: AllocationZone
): WebSocketClient = DefaultWebSocketClient(connectionOptions, zone)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy