Uses of Class
nl.harm27.obswebsocket.OBSWebSocket
-
Packages that use OBSWebSocket Package Description nl.harm27.obswebsocket nl.harm27.obswebsocket.authentication nl.harm27.obswebsocket.processor nl.harm27.obswebsocket.sender -
-
Uses of OBSWebSocket in nl.harm27.obswebsocket
Methods in nl.harm27.obswebsocket that return OBSWebSocket Modifier and Type Method Description OBSWebSocket
OBSWebSocket.Builder. build()
-
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.processor
Constructors in nl.harm27.obswebsocket.processor with parameters of type OBSWebSocket Constructor Description MessageSender(OBSWebSocket obsWebSocket, OBSWebSocketClient obsWebSocketClient, AuthenticationHandler authenticationHandler)
-
Uses of OBSWebSocket in nl.harm27.obswebsocket.sender
Constructors in nl.harm27.obswebsocket.sender with parameters of type OBSWebSocket Constructor Description GeneralRequestSender(OBSWebSocket obsWebSocket)
RecordingRequestSender(OBSWebSocket obsWebSocket)
ReplayBufferRequestSender(OBSWebSocket obsWebSocket)
RequestSender(OBSWebSocket obsWebSocket)
RequestSenderManager(OBSWebSocket obsWebSocket)
ScenesRequestSender(OBSWebSocket obsWebSocket)
StreamingRequestSender(OBSWebSocket obsWebSocket)
StudioModeRequestSender(OBSWebSocket obsWebSocket)
-