public class WebSocketConnectedEvent extends WebSocketEvent
@NotNull private com.neovisionaries.ws.client.WebSocket socket
@NotNull private java.util.Map<java.lang.String,java.util.List> headers
@NotNull private static org.bukkit.event.HandlerList handlerList
public static com.github.patrick.websocket.event.WebSocketConnectedEvent.Companion Companion
public WebSocketConnectedEvent(@NotNull
com.neovisionaries.ws.client.WebSocket socket,
@NotNull
java.util.Map<java.lang.String,? extends java.util.List<java.lang.String>> headers)
@NotNull public org.bukkit.event.HandlerList getHandlers()
@NotNull public com.neovisionaries.ws.client.WebSocket getSocket()
@NotNull public java.util.Map<java.lang.String,java.util.List> getHeaders()
@NotNull public static org.bukkit.event.HandlerList getHandlerList()