Uses of Class
jmri.server.json.throttle.JsonThrottle
-
Packages that use JsonThrottle Package Description jmri.server.json.throttle -
-
Uses of JsonThrottle in jmri.server.json.throttle
Methods in jmri.server.json.throttle that return JsonThrottle Modifier and Type Method Description JsonThrottleJsonThrottleManager. get(DccLocoAddress address)static JsonThrottleJsonThrottle. getThrottle(java.lang.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 JsonThrottle Modifier and Type Method Description java.util.Collection<JsonThrottle>JsonThrottleManager. getThrottles()Methods in jmri.server.json.throttle with parameters of type JsonThrottle Modifier and Type Method Description java.util.List<JsonThrottleSocketService>JsonThrottleManager. 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)
-