Uses of Class
jmri.server.json.JsonSocketService
-
-
Uses of JsonSocketService in jmri.server.json
Subclasses of JsonSocketService in jmri.server.json Modifier and Type Class Description class
JsonNamedBeanSocketService<T extends NamedBean,H extends JsonNamedBeanHttpService<T>>
Abstract implementation of JsonSocketService with specific support forNamedBean
objects.Methods in jmri.server.json that return types with arguments of type JsonSocketService Modifier and Type Method Description protected java.util.HashMap<java.lang.String,java.util.HashSet<JsonSocketService<?>>>
JsonClientHandler. getServices()
-
Uses of JsonSocketService in jmri.server.json.audio
Subclasses of JsonSocketService in jmri.server.json.audio Modifier and Type Class Description class
JsonAudioSocketService
JSON Socket service forAudio
s. -
Uses of JsonSocketService in jmri.server.json.audioicon
Subclasses of JsonSocketService in jmri.server.json.audioicon Modifier and Type Class Description class
JsonAudioIconSocketService
JSON socket service provider for managingAudioIcon
s. -
Uses of JsonSocketService in jmri.server.json.block
Subclasses of JsonSocketService in jmri.server.json.block Modifier and Type Class Description class
JsonBlockSocketService
-
Uses of JsonSocketService in jmri.server.json.consist
Subclasses of JsonSocketService in jmri.server.json.consist Modifier and Type Class Description class
JsonConsistSocketService
-
Uses of JsonSocketService in jmri.server.json.idtag
Subclasses of JsonSocketService in jmri.server.json.idtag Modifier and Type Class Description class
JsonIdTagSocketService
-
Uses of JsonSocketService in jmri.server.json.layoutblock
Subclasses of JsonSocketService in jmri.server.json.layoutblock Modifier and Type Class Description class
JsonLayoutBlockSocketService
-
Uses of JsonSocketService in jmri.server.json.light
Subclasses of JsonSocketService in jmri.server.json.light Modifier and Type Class Description class
JsonLightSocketService
-
Uses of JsonSocketService in jmri.server.json.logixngicon
Subclasses of JsonSocketService in jmri.server.json.logixngicon Modifier and Type Class Description class
JsonLogixNGIconSocketService
JSON socket service provider for managingLogixNGIcon
s. -
Uses of JsonSocketService in jmri.server.json.memory
Subclasses of JsonSocketService in jmri.server.json.memory Modifier and Type Class Description class
JsonMemorySocketService
-
Uses of JsonSocketService in jmri.server.json.message
Subclasses of JsonSocketService in jmri.server.json.message Modifier and Type Class Description class
JsonMessageSocketService
-
Uses of JsonSocketService in jmri.server.json.oblock
Subclasses of JsonSocketService in jmri.server.json.oblock Modifier and Type Class Description class
JsonOblockSocketService
Copied from jmri/server/json/blocks.java EB 2020 -
Uses of JsonSocketService in jmri.server.json.operations
Subclasses of JsonSocketService in jmri.server.json.operations Modifier and Type Class Description class
JsonOperationsSocketService
-
Uses of JsonSocketService in jmri.server.json.power
Subclasses of JsonSocketService in jmri.server.json.power Modifier and Type Class Description class
JsonPowerSocketService
-
Uses of JsonSocketService in jmri.server.json.reporter
Subclasses of JsonSocketService in jmri.server.json.reporter Modifier and Type Class Description class
JsonReporterSocketService
-
Uses of JsonSocketService in jmri.server.json.roster
Subclasses of JsonSocketService in jmri.server.json.roster Modifier and Type Class Description class
JsonRosterSocketService
Listen for changes in the roster and notify subscribed clients of changes to the roster, including roster groups -
Uses of JsonSocketService in jmri.server.json.route
Subclasses of JsonSocketService in jmri.server.json.route Modifier and Type Class Description class
JsonRouteSocketService
JSON socket service provider for managingRoute
s. -
Uses of JsonSocketService in jmri.server.json.schema
Subclasses of JsonSocketService in jmri.server.json.schema Modifier and Type Class Description class
JsonSchemaSocketService
JSON Service to provide schema data for the running JSON server. -
Uses of JsonSocketService in jmri.server.json.sensor
Subclasses of JsonSocketService in jmri.server.json.sensor Modifier and Type Class Description class
JsonSensorSocketService
JSON Socket service forSensor
s. -
Uses of JsonSocketService in jmri.server.json.signalhead
Subclasses of JsonSocketService in jmri.server.json.signalhead Modifier and Type Class Description class
JsonSignalHeadSocketService
-
Uses of JsonSocketService in jmri.server.json.signalmast
Subclasses of JsonSocketService in jmri.server.json.signalmast Modifier and Type Class Description class
JsonSignalMastSocketService
-
Uses of JsonSocketService in jmri.server.json.throttle
Subclasses of JsonSocketService in jmri.server.json.throttle Modifier and Type Class Description class
JsonThrottleSocketService
-
Uses of JsonSocketService in jmri.server.json.time
Subclasses of JsonSocketService in jmri.server.json.time Modifier and Type Class Description class
JsonTimeSocketService
-
Uses of JsonSocketService in jmri.server.json.turnout
Subclasses of JsonSocketService in jmri.server.json.turnout Modifier and Type Class Description class
JsonTurnoutSocketService
-
Uses of JsonSocketService in jmri.server.json.util
Subclasses of JsonSocketService in jmri.server.json.util Modifier and Type Class Description class
JsonUtilSocketService
-
Uses of JsonSocketService in jmri.spi
Classes in jmri.spi with type parameters of type JsonSocketService Modifier and Type Interface Description interface
JsonServiceFactory<H extends JsonHttpService,S extends JsonSocketService<H>>
Factory interface for JSON services.
-