Package-level declarations

Types

Link copied to clipboard

A builder class used to configure WebSocket server sessions.

Link copied to clipboard

A registry for managing WebSocket sessions.

Link copied to clipboard
class SocketSession(session: DefaultWebSocketServerSession)

Represents a WebSocket session and provides methods for handling events and messages.

Functions

Link copied to clipboard
fun Application.socket(path: String, builder: SocketBuilder.() -> Unit): Application

A function extension for installing WebSocket routes in an Application.