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 class
JsonSocketService<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 class
JsonNamedBeanHttpService<T extends NamedBean>
Abstract implementation of JsonHttpService with specific support forNamedBean
objects.class
JsonNonProvidedNamedBeanHttpService<T extends NamedBean>
Abstract implementation of JsonHttpService with specific support forNamedBean
objects.Fields in jmri.server.json declared as JsonHttpService Modifier and Type Field Description protected H
JsonSocketService. service
-
Uses of JsonHttpService in jmri.server.json.audio
Subclasses of JsonHttpService in jmri.server.json.audio Modifier and Type Class Description class
JsonAudioHttpService
JSON HTTP Service forAudio
s. -
Uses of JsonHttpService in jmri.server.json.audioicon
Subclasses of JsonHttpService in jmri.server.json.audioicon Modifier and Type Class Description class
JsonAudioIconHttpService
Provide JSON HTTP services for managingAudioIcon
s. -
Uses of JsonHttpService in jmri.server.json.block
Subclasses of JsonHttpService in jmri.server.json.block Modifier and Type Class Description class
JsonBlockHttpService
-
Uses of JsonHttpService in jmri.server.json.consist
Subclasses of JsonHttpService in jmri.server.json.consist Modifier and Type Class Description class
JsonConsistHttpService
-
Uses of JsonHttpService in jmri.server.json.idtag
Subclasses of JsonHttpService in jmri.server.json.idtag Modifier and Type Class Description class
JsonIdTagHttpService
-
Uses of JsonHttpService in jmri.server.json.layoutblock
Subclasses of JsonHttpService in jmri.server.json.layoutblock Modifier and Type Class Description class
JsonLayoutBlockHttpService
-
Uses of JsonHttpService in jmri.server.json.light
Subclasses of JsonHttpService in jmri.server.json.light Modifier and Type Class Description class
JsonLightHttpService
-
Uses of JsonHttpService in jmri.server.json.logixngicon
Subclasses of JsonHttpService in jmri.server.json.logixngicon Modifier and Type Class Description class
JsonLogixNGIconHttpService
Provide JSON HTTP services for managingLogixNGIcon
s. -
Uses of JsonHttpService in jmri.server.json.memory
Subclasses of JsonHttpService in jmri.server.json.memory Modifier and Type Class Description class
JsonMemoryHttpService
-
Uses of JsonHttpService in jmri.server.json.message
Subclasses of JsonHttpService in jmri.server.json.message Modifier and Type Class Description class
JsonMessageHttpService
-
Uses of JsonHttpService in jmri.server.json.oblock
Subclasses of JsonHttpService in jmri.server.json.oblock Modifier and Type Class Description class
JsonOblockHttpService
Copied 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 class
JsonOperationsHttpService
-
Uses of JsonHttpService in jmri.server.json.power
Subclasses of JsonHttpService in jmri.server.json.power Modifier and Type Class Description class
JsonPowerHttpService
-
Uses of JsonHttpService in jmri.server.json.reporter
Subclasses of JsonHttpService in jmri.server.json.reporter Modifier and Type Class Description class
JsonReporterHttpService
-
Uses of JsonHttpService in jmri.server.json.roster
Subclasses of JsonHttpService in jmri.server.json.roster Modifier and Type Class Description class
JsonRosterHttpService
-
Uses of JsonHttpService in jmri.server.json.route
Subclasses of JsonHttpService in jmri.server.json.route Modifier and Type Class Description class
JsonRouteHttpService
Provide JSON HTTP services for managingRoute
s. -
Uses of JsonHttpService in jmri.server.json.schema
Subclasses of JsonHttpService in jmri.server.json.schema Modifier and Type Class Description class
JsonSchemaHttpService
Service 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 class
JsonSensorHttpService
JSON HTTP Service forSensor
s. -
Uses of JsonHttpService in jmri.server.json.signalhead
Subclasses of JsonHttpService in jmri.server.json.signalhead Modifier and Type Class Description class
JsonSignalHeadHttpService
JSON HTTP service forSignalHead
s. -
Uses of JsonHttpService in jmri.server.json.signalmast
Subclasses of JsonHttpService in jmri.server.json.signalmast Modifier and Type Class Description class
JsonSignalMastHttpService
JSON HTTP service forSignalMast
s. -
Uses of JsonHttpService in jmri.server.json.throttle
Subclasses of JsonHttpService in jmri.server.json.throttle Modifier and Type Class Description class
JsonThrottleHttpService
-
Uses of JsonHttpService in jmri.server.json.time
Subclasses of JsonHttpService in jmri.server.json.time Modifier and Type Class Description class
JsonTimeHttpService
-
Uses of JsonHttpService in jmri.server.json.turnout
Subclasses of JsonHttpService in jmri.server.json.turnout Modifier and Type Class Description class
JsonTurnoutHttpService
-
Uses of JsonHttpService in jmri.server.json.util
Subclasses of JsonHttpService in jmri.server.json.util Modifier and Type Class Description class
JsonUtilHttpService
-
Uses of JsonHttpService in jmri.spi
Classes in jmri.spi with type parameters of type JsonHttpService Modifier and Type Interface Description interface
JsonServiceFactory<H extends JsonHttpService,S extends JsonSocketService<H>>
Factory interface for JSON services.
-