Uses of Class
jmri.server.json.throttle.JsonThrottleSocketService
-
Packages that use JsonThrottleSocketService Package Description jmri.server.json.throttle -
-
Uses of JsonThrottleSocketService in jmri.server.json.throttle
Methods in jmri.server.json.throttle that return JsonThrottleSocketService Modifier and Type Method Description JsonThrottleSocketServiceJsonThrottleServiceFactory. getSocketService(JsonConnection connection, java.lang.String version)Methods in jmri.server.json.throttle that return types with arguments of type JsonThrottleSocketService Modifier and Type Method Description java.util.List<JsonThrottleSocketService>JsonThrottleManager. getServers(JsonThrottle throttle)Methods in jmri.server.json.throttle with parameters of type JsonThrottleSocketService Modifier and Type Method Description voidJsonThrottle. close(JsonThrottleSocketService server, boolean notifyClient)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.voidJsonThrottle. onMessage(java.util.Locale locale, com.fasterxml.jackson.databind.JsonNode data, JsonThrottleSocketService server)voidJsonThrottleManager. put(JsonThrottle throttle, JsonThrottleSocketService service)voidJsonThrottle. release(JsonThrottleSocketService server, boolean notifyClient)voidJsonThrottleManager. remove(JsonThrottle throttle, JsonThrottleSocketService server)voidJsonThrottle. sendMessage(com.fasterxml.jackson.databind.node.ObjectNode data, JsonThrottleSocketService server)protected voidJsonThrottle. sendStatus(JsonThrottleSocketService server)Constructors in jmri.server.json.throttle with parameters of type JsonThrottleSocketService Constructor Description JsonThrottle(DccLocoAddress address, JsonThrottleSocketService server)
-