commonMain.com.ditchoom.websocket.WebSocketFrameMetadata.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-js Show documentation
Show all versions of socket-js Show documentation
Simple multiplatform kotlin coroutines based socket.
package com.ditchoom.websocket
internal data class WebSocketFrameMetadata(
val masked: Boolean,
val payloadLength: Int,
)