Uses of Class
nl.harm27.obswebsocket.api.requests.BaseResponse
-
-
Uses of BaseResponse in nl.harm27.obswebsocket
Method parameters in nl.harm27.obswebsocket with type arguments of type BaseResponse Modifier and Type Method Description void
OBSWebSocket. sendMessage(BaseRequest request, Consumer<BaseResponse> responseConsumer)
-
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.general
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.general Modifier and Type Class Description static class
Authenticate.Response
static class
BroadcastCustomMessage.Response
static class
GetAuthRequired.Response
static class
GetFilenameFormatting.Response
static class
GetStats.Response
static class
GetVersion.Response
static class
GetVideoInfo.Response
static class
OpenProjector.Response
static class
SetFilenameFormatting.Response
static class
SetHeartbeat.Response
-
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.scenes
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.scenes Modifier and Type Class Description static class
GetCurrentScene.Response
static class
GetSceneList.Response
static class
ReorderSceneItems.Response
static class
SetCurrentScene.Response
-
Uses of BaseResponse in nl.harm27.obswebsocket.processor
Method parameters in nl.harm27.obswebsocket.processor with type arguments of type BaseResponse Modifier and Type Method Description void
MessageReceiver. addMessage(String messageId, Class<?> responseType, Consumer<BaseResponse> responseConsumer)
-
Uses of BaseResponse in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type BaseResponse Modifier and Type Method Description protected void
RequestSender. sendRequest(BaseRequest baseRequest, Consumer<BaseResponse> responseConsumer)
-