Uses of Class
jmri.server.json.JsonHttpService
- 
- 
Uses of JsonHttpService in jmri.server.json
Classes in jmri.server.json with type parameters of type JsonHttpService Modifier and Type Class Description classJsonSocketService<H extends JsonHttpService>Interface for JSON Services provided over TCP Sockets or WebSockets.Subclasses of JsonHttpService in jmri.server.json Modifier and Type Class Description classJsonNamedBeanHttpService<T extends NamedBean>Abstract implementation of JsonHttpService with specific support forNamedBeanobjects.classJsonNonProvidedNamedBeanHttpService<T extends NamedBean>Abstract implementation of JsonHttpService with specific support forNamedBeanobjects.Fields in jmri.server.json declared as JsonHttpService Modifier and Type Field Description protected HJsonSocketService. service - 
Uses of JsonHttpService in jmri.server.json.audio
Subclasses of JsonHttpService in jmri.server.json.audio Modifier and Type Class Description classJsonAudioHttpServiceJSON HTTP Service forAudios. - 
Uses of JsonHttpService in jmri.server.json.audioicon
Subclasses of JsonHttpService in jmri.server.json.audioicon Modifier and Type Class Description classJsonAudioIconHttpServiceProvide JSON HTTP services for managingAudioIcons. - 
Uses of JsonHttpService in jmri.server.json.block
Subclasses of JsonHttpService in jmri.server.json.block Modifier and Type Class Description classJsonBlockHttpService - 
Uses of JsonHttpService in jmri.server.json.consist
Subclasses of JsonHttpService in jmri.server.json.consist Modifier and Type Class Description classJsonConsistHttpService - 
Uses of JsonHttpService in jmri.server.json.idtag
Subclasses of JsonHttpService in jmri.server.json.idtag Modifier and Type Class Description classJsonIdTagHttpService - 
Uses of JsonHttpService in jmri.server.json.layoutblock
Subclasses of JsonHttpService in jmri.server.json.layoutblock Modifier and Type Class Description classJsonLayoutBlockHttpService - 
Uses of JsonHttpService in jmri.server.json.light
Subclasses of JsonHttpService in jmri.server.json.light Modifier and Type Class Description classJsonLightHttpService - 
Uses of JsonHttpService in jmri.server.json.logixngicon
Subclasses of JsonHttpService in jmri.server.json.logixngicon Modifier and Type Class Description classJsonLogixNGIconHttpServiceProvide JSON HTTP services for managingLogixNGIcons. - 
Uses of JsonHttpService in jmri.server.json.memory
Subclasses of JsonHttpService in jmri.server.json.memory Modifier and Type Class Description classJsonMemoryHttpService - 
Uses of JsonHttpService in jmri.server.json.message
Subclasses of JsonHttpService in jmri.server.json.message Modifier and Type Class Description classJsonMessageHttpService - 
Uses of JsonHttpService in jmri.server.json.oblock
Subclasses of JsonHttpService in jmri.server.json.oblock Modifier and Type Class Description classJsonOblockHttpServiceCopied from jmri/server/json/blocks.java - 
Uses of JsonHttpService in jmri.server.json.operations
Subclasses of JsonHttpService in jmri.server.json.operations Modifier and Type Class Description classJsonOperationsHttpService - 
Uses of JsonHttpService in jmri.server.json.power
Subclasses of JsonHttpService in jmri.server.json.power Modifier and Type Class Description classJsonPowerHttpService - 
Uses of JsonHttpService in jmri.server.json.reporter
Subclasses of JsonHttpService in jmri.server.json.reporter Modifier and Type Class Description classJsonReporterHttpService - 
Uses of JsonHttpService in jmri.server.json.roster
Subclasses of JsonHttpService in jmri.server.json.roster Modifier and Type Class Description classJsonRosterHttpService - 
Uses of JsonHttpService in jmri.server.json.route
Subclasses of JsonHttpService in jmri.server.json.route Modifier and Type Class Description classJsonRouteHttpServiceProvide JSON HTTP services for managingRoutes. - 
Uses of JsonHttpService in jmri.server.json.schema
Subclasses of JsonHttpService in jmri.server.json.schema Modifier and Type Class Description classJsonSchemaHttpServiceService to support getting core JSON Schemas for the JSON Server.Methods in jmri.server.json.schema that return types with arguments of type JsonHttpService Modifier and Type Method Description java.util.Set<JsonHttpService>JsonSchemaServiceCache. getServices(java.lang.String type, java.lang.String version)Get the services known to this cache that support a specific JSON type. - 
Uses of JsonHttpService in jmri.server.json.sensor
Subclasses of JsonHttpService in jmri.server.json.sensor Modifier and Type Class Description classJsonSensorHttpServiceJSON HTTP Service forSensors. - 
Uses of JsonHttpService in jmri.server.json.signalhead
Subclasses of JsonHttpService in jmri.server.json.signalhead Modifier and Type Class Description classJsonSignalHeadHttpServiceJSON HTTP service forSignalHeads. - 
Uses of JsonHttpService in jmri.server.json.signalmast
Subclasses of JsonHttpService in jmri.server.json.signalmast Modifier and Type Class Description classJsonSignalMastHttpServiceJSON HTTP service forSignalMasts. - 
Uses of JsonHttpService in jmri.server.json.throttle
Subclasses of JsonHttpService in jmri.server.json.throttle Modifier and Type Class Description classJsonThrottleHttpService - 
Uses of JsonHttpService in jmri.server.json.time
Subclasses of JsonHttpService in jmri.server.json.time Modifier and Type Class Description classJsonTimeHttpService - 
Uses of JsonHttpService in jmri.server.json.turnout
Subclasses of JsonHttpService in jmri.server.json.turnout Modifier and Type Class Description classJsonTurnoutHttpService - 
Uses of JsonHttpService in jmri.server.json.util
Subclasses of JsonHttpService in jmri.server.json.util Modifier and Type Class Description classJsonUtilHttpService - 
Uses of JsonHttpService in jmri.spi
Classes in jmri.spi with type parameters of type JsonHttpService Modifier and Type Interface Description interfaceJsonServiceFactory<H extends JsonHttpService,S extends JsonSocketService<H>>Factory interface for JSON services. 
 -