Uses of Class
jmri.server.json.throttle.JsonThrottle
Packages that use JsonThrottle
-
Uses of JsonThrottle in jmri.server.json.throttle
Methods in jmri.server.json.throttle that return JsonThrottleModifier and TypeMethodDescriptionJsonThrottleManager.get(DccLocoAddress address) static JsonThrottleJsonThrottle.getThrottle(String throttleId, com.fasterxml.jackson.databind.JsonNode data, JsonThrottleSocketService server, int id) Creates a new JsonThrottle or returns an existing one if the request is for an existing throttle.Methods in jmri.server.json.throttle that return types with arguments of type JsonThrottleMethods in jmri.server.json.throttle with parameters of type JsonThrottleModifier and TypeMethodDescriptionJsonThrottleManager.getServers(JsonThrottle throttle) voidJsonThrottleManager.put(DccLocoAddress address, JsonThrottle throttle) voidJsonThrottleManager.put(JsonThrottle throttle, JsonThrottleSocketService service) (package private) voidJsonThrottleSocketService.release(JsonThrottle throttle) voidJsonThrottleManager.remove(JsonThrottle throttle, JsonThrottleSocketService server) voidJsonThrottleSocketService.sendMessage(JsonThrottle throttle, com.fasterxml.jackson.databind.node.ObjectNode data)