Package de.craftsblock.craftsnet.api.websocket
package de.craftsblock.craftsnet.api.websocket
-
ClassDescriptionEnumeration representing WebSocket closure codes along with their integer values and internal status.A default implementation of a ping responder for handling incoming ping messages.Represents a WebSocket frame that contains control information and payload data.Enumeration representing WebSocket opcodes along with their integer values.The SocketExchange record represents an exchange object that provides a way to interact with the WebSocket server and client within the context of a WebSocket connection.Represents a contract for classes that handle WebSocket connections in a server application.The WebSocketClient class represents a WebSocket client that connects to the WebSocketServer.The WebSocketServer class represents a simple WebSocket server implementation.