Uses of Class
org.kobe.xbot.JServer.XTablesServer
Packages that use XTablesServer
-
Uses of XTablesServer in org.kobe.xbot.JServer
Methods in org.kobe.xbot.JServer that return XTablesServerModifier and TypeMethodDescriptionstatic XTablesServerXTablesServer.getInstance()Retrieves the current instance of the XTablesServer.static XTablesServerXTablesServer.initialize(String version, int pullSocketPort, int replySocketPort, int publishSocketPort, boolean additionalFeatures) Initializes the XTablesServer instance and starts the main server thread.Methods in org.kobe.xbot.JServer with parameters of type XTablesServerModifier and TypeMethodDescriptionstatic WebInterfaceWebInterface.initialize(XTablesServer xTablesServer) Initializes and returns a singleton instance of the WebInterface.Constructors in org.kobe.xbot.JServer with parameters of type XTablesServerModifierConstructorDescriptionClientRegistry(XTablesServer instance) Constructor to initialize the ClientRegistry with the XTablesServer instance.PushPullRequestHandler(org.zeromq.ZMQ.Socket socket, XTablesServer instance) Constructor that initializes the handler with the provided socket and server instance.ReplyRequestHandler(org.zeromq.ZMQ.Socket socket, XTablesServer instance) Constructor that initializes the handler with the provided socket and server instance.TimeSyncHandler(org.zeromq.ZMQ.Socket socket, XTablesServer instance) Constructor that initializes the handler with the provided socket and server instance.XTablesMessageQueue(org.zeromq.ZMQ.Socket socket, XTablesServer instance) Constructor for initializing the XTablesMessageQueue. -
Uses of XTablesServer in org.kobe.xbot.Utilities
Constructors in org.kobe.xbot.Utilities with parameters of type XTablesServer