- websocket - Variable in class com.github.patrick.websocket.event.WebSocketEvent
-
event
- WebSocketAPI - Class in com.github.patrick.websocket
-
This API object provides simple WebSocket client for Bukkit plugins.
- WebSocketAPI() - Constructor for class com.github.patrick.websocket.WebSocketAPI
-
This API object provides simple WebSocket client for Bukkit plugins.
- WebSocketBinaryEvent - Class in com.github.patrick.websocket.event
-
- WebSocketBinaryEvent(socket, binary) - Constructor for class com.github.patrick.websocket.event.WebSocketBinaryEvent
-
- WebSocketBinaryEvent.Companion - Class in com.github.patrick.websocket.event
-
- WebSocketClient - Class in com.github.patrick.websocket
-
This class represents the client itself.
- WebSocketClient(url, adapter, tls, suppress) - Constructor for class com.github.patrick.websocket.WebSocketClient
-
This class represents the client itself.
- WebSocketConnectedEvent - Class in com.github.patrick.websocket.event
-
- WebSocketConnectedEvent(socket, headers) - Constructor for class com.github.patrick.websocket.event.WebSocketConnectedEvent
-
- WebSocketConnectedEvent.Companion - Class in com.github.patrick.websocket.event
-
- WebSocketDisconnectedEvent - Class in com.github.patrick.websocket.event
-
- WebSocketDisconnectedEvent(socket, closedByServer) - Constructor for class com.github.patrick.websocket.event.WebSocketDisconnectedEvent
-
- WebSocketDisconnectedEvent.Companion - Class in com.github.patrick.websocket.event
-
- WebSocketEvent - Class in com.github.patrick.websocket.event
-
Websocket event abstract class
- WebSocketEvent(websocket) - Constructor for class com.github.patrick.websocket.event.WebSocketEvent
-
Websocket event abstract class
- WebSocketHandler - Class in com.github.patrick.websocket
-
Handles websocket events
- WebSocketHandler() - Constructor for class com.github.patrick.websocket.WebSocketHandler
-
Handles websocket events
- WebSocketMessageEvent - Class in com.github.patrick.websocket.event
-
- WebSocketMessageEvent(socket, message) - Constructor for class com.github.patrick.websocket.event.WebSocketMessageEvent
-
- WebSocketMessageEvent.Companion - Class in com.github.patrick.websocket.event
-
- WebSocketNoResponseException - Exception in com.github.patrick.websocket.exception
-
Thrown when websocket has no response
- WebSocketNoResponseException(message) - Constructor for exception com.github.patrick.websocket.exception.WebSocketNoResponseException
-
Thrown when websocket has no response
- WebSocketPlugin - Class in com.github.patrick.websocket.plugin
-
- WebSocketPlugin() - Constructor for class com.github.patrick.websocket.plugin.WebSocketPlugin
-