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 JsonThrottle
JsonThrottleManager. get(DccLocoAddress address)
static JsonThrottle
JsonThrottle. 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)
void
JsonThrottleManager. put(DccLocoAddress address, JsonThrottle throttle)
void
JsonThrottleManager. put(JsonThrottle throttle, JsonThrottleSocketService service)
(package private) void
JsonThrottleSocketService. release(JsonThrottle throttle)
void
JsonThrottleManager. remove(JsonThrottle throttle, JsonThrottleSocketService server)
void
JsonThrottleSocketService. sendMessage(JsonThrottle throttle, com.fasterxml.jackson.databind.node.ObjectNode data)
-