Package me.autobot.lib.server


package me.autobot.lib.server
Package for server-side classes, such as the REST API or the WebSocket server.
  • Class
    Description
    REST server for the robot.
    A route for the REST server.
    Server for the robot.
    The annotation for websocket client routes.
    A websocket client class that is used to communicate with the client.
    ClientType is an enum representing the type of client that is connected to the server.
    A class representing a route for the WSClient.
    A websocket server for the robot.