Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

read() - Method in class org.kobe.xbot.Utilities.CircularBuffer
 
readAll() - Method in class org.kobe.xbot.JClient.CachedSubscriber
 
readAll() - Method in class org.kobe.xbot.Utilities.CircularBuffer
 
readAndBlock() - Method in class org.kobe.xbot.Utilities.CircularBuffer
 
readLatestAndClearOnFunction() - Method in class org.kobe.xbot.Utilities.CircularBuffer
 
reboot() - Method in class org.kobe.xbot.Utilities.Entities.Requests
Reboots the server and checks the success of the operation.
REBOOT_SERVER - Enum constant in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
REBOOT_SERVER = 17;
REBOOT_SERVER - Enum constant in enum class org.kobe.xbot.Utilities.MethodType
 
REBOOT_SERVER_VALUE - Static variable in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
REBOOT_SERVER = 17;
REBOOTING - Enum constant in enum class org.kobe.xbot.Utilities.XTableStatus
 
reconnectRequestSocket() - Method in class org.kobe.xbot.Utilities.Entities.Requests
 
REGISTER_VIDEO_STREAM - Enum constant in enum class org.kobe.xbot.Utilities.MethodType
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.kobe.xbot.Utilities.Entities.XTableArrayList
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.kobe.xbot.Utilities.Entities.XTableClientStatistics
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.kobe.xbot.Utilities.Entities.XTableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.kobe.xbot.Utilities.Entities.XTableValues
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.kobe.xbot.Utilities.Entities.XTableArrayList
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.kobe.xbot.Utilities.Entities.XTableClientStatistics
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.kobe.xbot.Utilities.Entities.XTableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.kobe.xbot.Utilities.Entities.XTableValues
 
registerNewThreadedContext(String) - Method in class org.kobe.xbot.JClient.XTablesClient
Registers a new threaded XTableContext associated with the given key.
registerXTableContext(String) - Method in class org.kobe.xbot.JClient.XTablesClient
Retrieves or creates an XTableContext associated with the specified key.
REGISTRY - Enum constant in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
REGISTRY = 18;
REGISTRY - Enum constant in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.XTableUpdate.Category
REGISTRY = 4;
REGISTRY_VALUE - Static variable in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
REGISTRY = 18;
REGISTRY_VALUE - Static variable in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.XTableUpdate.Category
REGISTRY = 4;
removeBatch(int) - Method in class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Builder
repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;
removeCoordinates(int) - Method in class org.kobe.xbot.Utilities.Entities.XTableValues.CoordinateList.Builder
repeated .org.kobe.xbot.Utilities.Entities.Coordinate coordinates = 1;
removeData(String) - Method in class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.XTablesData.Builder
Nested data map
removeSocket(String) - Method in class org.kobe.xbot.JClient.XTablesSocketMonitor
Removes a socket from the monitor based on its socket name.
removeSocket(ZMQ.Socket) - Method in class org.kobe.xbot.JClient.XTablesSocketMonitor
Removes a socket from the monitor based on the socket instance.
removeValues(int) - Method in class org.kobe.xbot.Utilities.Entities.XTableArrayList.Array.Builder
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
renameKey(String, String) - Method in class org.kobe.xbot.Utilities.XTablesData
 
replyMessages - Variable in class org.kobe.xbot.JServer.XTablesServer
 
ReplyRequestHandler - Class in org.kobe.xbot.JServer
ReplyRequestHandler - A handler for processing reply requests using JeroMQ.
ReplyRequestHandler(ZMQ.Socket, XTablesServer) - Constructor for class org.kobe.xbot.JServer.ReplyRequestHandler
Constructor that initializes the handler with the provided socket and server instance.
RequestInfo - Class in org.kobe.xbot.Utilities
 
RequestInfo(String) - Constructor for class org.kobe.xbot.Utilities.RequestInfo
 
Requests - Class in org.kobe.xbot.Utilities.Entities
 
Requests() - Constructor for class org.kobe.xbot.Utilities.Entities.Requests
 
Requests(XTablesClient, String) - Constructor for class org.kobe.xbot.Utilities.Entities.Requests
 
requestSubscribe(byte[]) - Method in class org.kobe.xbot.JClient.SubscribeHandler
Requests a new subscription to a topic.
requestUnsubscription(byte[]) - Method in class org.kobe.xbot.JClient.SubscribeHandler
Requests unsubscription from a topic.
ResponseInfo - Class in org.kobe.xbot.Utilities
 
ResponseInfo(String, String) - Constructor for class org.kobe.xbot.Utilities.ResponseInfo
 
ResponseInfo(String, String, String) - Constructor for class org.kobe.xbot.Utilities.ResponseInfo
 
ResponseInfo(String, MethodType) - Constructor for class org.kobe.xbot.Utilities.ResponseInfo
 
ResponseInfo(String, MethodType, String) - Constructor for class org.kobe.xbot.Utilities.ResponseInfo
 
ResponseStatus - Enum Class in org.kobe.xbot.Utilities
 
restart() - Method in class org.kobe.xbot.JServer.XTablesServer
Restarts the server by performing a clean shutdown followed by a restart.
run() - Method in class org.kobe.xbot.JClient.Concurrency.ConcurrentPushHandler
The main method for handling incoming messages.
run() - Method in class org.kobe.xbot.JClient.Concurrency.ConcurrentRequestHandler
The main method for handling outgoing requests.
run() - Method in class org.kobe.xbot.JClient.SubscribeHandler
The main method for handling incoming messages.
run() - Method in class org.kobe.xbot.JClient.XTablesSocketMonitor
The main event loop for monitoring socket events.
run() - Method in class org.kobe.xbot.JServer.ClientRegistry
The run method handles the periodic task of updating the client registry and session ID.
run() - Method in class org.kobe.xbot.JServer.PushPullRequestHandler
The main method for handling incoming messages.
run() - Method in class org.kobe.xbot.JServer.ReplyRequestHandler
The main method for handling incoming reply requests.
run() - Method in class org.kobe.xbot.JServer.TimeSyncHandler
The main method for handling incoming reply requests.
run() - Method in class org.kobe.xbot.JServer.XTablesMessageQueue
The main processing loop for handling incoming messages.
run() - Method in class org.kobe.xbot.JServer.XTablesSocketMonitor
 
RUN_SCRIPT - Enum constant in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
RUN_SCRIPT = 5;
RUN_SCRIPT - Enum constant in enum class org.kobe.xbot.Utilities.MethodType
 
RUN_SCRIPT_VALUE - Static variable in enum class org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
RUN_SCRIPT = 5;
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form