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 classJsonNamedBeanSocketService<T extends NamedBean,H extends JsonNamedBeanHttpService<T>>Abstract implementation of JsonSocketService with specific support forNamedBeanobjects.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 classJsonAudioSocketServiceJSON Socket service forAudios. - 
Uses of JsonSocketService in jmri.server.json.audioicon
Subclasses of JsonSocketService in jmri.server.json.audioicon Modifier and Type Class Description classJsonAudioIconSocketServiceJSON socket service provider for managingAudioIcons. - 
Uses of JsonSocketService in jmri.server.json.block
Subclasses of JsonSocketService in jmri.server.json.block Modifier and Type Class Description classJsonBlockSocketService - 
Uses of JsonSocketService in jmri.server.json.consist
Subclasses of JsonSocketService in jmri.server.json.consist Modifier and Type Class Description classJsonConsistSocketService - 
Uses of JsonSocketService in jmri.server.json.idtag
Subclasses of JsonSocketService in jmri.server.json.idtag Modifier and Type Class Description classJsonIdTagSocketService - 
Uses of JsonSocketService in jmri.server.json.layoutblock
Subclasses of JsonSocketService in jmri.server.json.layoutblock Modifier and Type Class Description classJsonLayoutBlockSocketService - 
Uses of JsonSocketService in jmri.server.json.light
Subclasses of JsonSocketService in jmri.server.json.light Modifier and Type Class Description classJsonLightSocketService - 
Uses of JsonSocketService in jmri.server.json.logixngicon
Subclasses of JsonSocketService in jmri.server.json.logixngicon Modifier and Type Class Description classJsonLogixNGIconSocketServiceJSON socket service provider for managingLogixNGIcons. - 
Uses of JsonSocketService in jmri.server.json.memory
Subclasses of JsonSocketService in jmri.server.json.memory Modifier and Type Class Description classJsonMemorySocketService - 
Uses of JsonSocketService in jmri.server.json.message
Subclasses of JsonSocketService in jmri.server.json.message Modifier and Type Class Description classJsonMessageSocketService - 
Uses of JsonSocketService in jmri.server.json.oblock
Subclasses of JsonSocketService in jmri.server.json.oblock Modifier and Type Class Description classJsonOblockSocketServiceCopied 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 classJsonOperationsSocketService - 
Uses of JsonSocketService in jmri.server.json.power
Subclasses of JsonSocketService in jmri.server.json.power Modifier and Type Class Description classJsonPowerSocketService - 
Uses of JsonSocketService in jmri.server.json.reporter
Subclasses of JsonSocketService in jmri.server.json.reporter Modifier and Type Class Description classJsonReporterSocketService - 
Uses of JsonSocketService in jmri.server.json.roster
Subclasses of JsonSocketService in jmri.server.json.roster Modifier and Type Class Description classJsonRosterSocketServiceListen 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 classJsonRouteSocketServiceJSON socket service provider for managingRoutes. - 
Uses of JsonSocketService in jmri.server.json.schema
Subclasses of JsonSocketService in jmri.server.json.schema Modifier and Type Class Description classJsonSchemaSocketServiceJSON 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 classJsonSensorSocketServiceJSON Socket service forSensors. - 
Uses of JsonSocketService in jmri.server.json.signalhead
Subclasses of JsonSocketService in jmri.server.json.signalhead Modifier and Type Class Description classJsonSignalHeadSocketService - 
Uses of JsonSocketService in jmri.server.json.signalmast
Subclasses of JsonSocketService in jmri.server.json.signalmast Modifier and Type Class Description classJsonSignalMastSocketService - 
Uses of JsonSocketService in jmri.server.json.throttle
Subclasses of JsonSocketService in jmri.server.json.throttle Modifier and Type Class Description classJsonThrottleSocketService - 
Uses of JsonSocketService in jmri.server.json.time
Subclasses of JsonSocketService in jmri.server.json.time Modifier and Type Class Description classJsonTimeSocketService - 
Uses of JsonSocketService in jmri.server.json.turnout
Subclasses of JsonSocketService in jmri.server.json.turnout Modifier and Type Class Description classJsonTurnoutSocketService - 
Uses of JsonSocketService in jmri.server.json.util
Subclasses of JsonSocketService in jmri.server.json.util Modifier and Type Class Description classJsonUtilSocketService - 
Uses of JsonSocketService in jmri.spi
Classes in jmri.spi with type parameters of type JsonSocketService Modifier and Type Interface Description interfaceJsonServiceFactory<H extends JsonHttpService,S extends JsonSocketService<H>>Factory interface for JSON services. 
 -