Uses of Class
nl.harm27.obswebsocket.OBSWebSocket
-
Packages that use OBSWebSocket Package Description nl.harm27.obswebsocket.authentication nl.harm27.obswebsocket.sender nl.harm27.obswebsocket.websocket -
-
Uses of OBSWebSocket in nl.harm27.obswebsocket.authentication
Constructors in nl.harm27.obswebsocket.authentication with parameters of type OBSWebSocket Constructor Description AuthenticationHandler(OBSWebSocket obsWebSocket, String password)
-
Uses of OBSWebSocket in nl.harm27.obswebsocket.sender
Constructors in nl.harm27.obswebsocket.sender with parameters of type OBSWebSocket Constructor Description GeneralRequestSender(OBSWebSocket obsWebSocket)
RequestSender(OBSWebSocket obsWebSocket)
RequestSenderManager(OBSWebSocket obsWebSocket)
ScenesRequestSender(OBSWebSocket obsWebSocket)
-
Uses of OBSWebSocket in nl.harm27.obswebsocket.websocket
Constructors in nl.harm27.obswebsocket.websocket with parameters of type OBSWebSocket Constructor Description OBSWebSocketClient(OBSWebSocket obsWebSocket, String ip, int port)
OBSWebSocketListener(OBSWebSocket obsWebSocket)
-