Uses of Class
jmri.server.json.JsonNamedBeanHttpService
-
Packages that use JsonNamedBeanHttpService Package Description jmri.server.json The JMRI JSON Services provide access to JMRI via JSON data objects via a RESTful interface over HTTP or via JSON messages via a socket interface over TCP or WebSockets.jmri.server.json.audio jmri.server.json.block jmri.server.json.idtag jmri.server.json.light jmri.server.json.memory jmri.server.json.oblock jmri.server.json.reporter jmri.server.json.route jmri.server.json.sensor jmri.server.json.signalmast jmri.server.json.turnout -
-
Uses of JsonNamedBeanHttpService in jmri.server.json
Classes in jmri.server.json with type parameters of type JsonNamedBeanHttpService Modifier and Type Class Description class
JsonNamedBeanSocketService<T extends NamedBean,H extends JsonNamedBeanHttpService<T>>
Abstract implementation of JsonSocketService with specific support forNamedBean
objects. -
Uses of JsonNamedBeanHttpService in jmri.server.json.audio
Subclasses of JsonNamedBeanHttpService in jmri.server.json.audio Modifier and Type Class Description class
JsonAudioHttpService
JSON HTTP Service forAudio
s. -
Uses of JsonNamedBeanHttpService in jmri.server.json.block
Subclasses of JsonNamedBeanHttpService in jmri.server.json.block Modifier and Type Class Description class
JsonBlockHttpService
-
Uses of JsonNamedBeanHttpService in jmri.server.json.idtag
Subclasses of JsonNamedBeanHttpService in jmri.server.json.idtag Modifier and Type Class Description class
JsonIdTagHttpService
-
Uses of JsonNamedBeanHttpService in jmri.server.json.light
Subclasses of JsonNamedBeanHttpService in jmri.server.json.light Modifier and Type Class Description class
JsonLightHttpService
-
Uses of JsonNamedBeanHttpService in jmri.server.json.memory
Subclasses of JsonNamedBeanHttpService in jmri.server.json.memory Modifier and Type Class Description class
JsonMemoryHttpService
-
Uses of JsonNamedBeanHttpService in jmri.server.json.oblock
Subclasses of JsonNamedBeanHttpService in jmri.server.json.oblock Modifier and Type Class Description class
JsonOblockHttpService
Copied from jmri/server/json/blocks.java -
Uses of JsonNamedBeanHttpService in jmri.server.json.reporter
Subclasses of JsonNamedBeanHttpService in jmri.server.json.reporter Modifier and Type Class Description class
JsonReporterHttpService
-
Uses of JsonNamedBeanHttpService in jmri.server.json.route
Subclasses of JsonNamedBeanHttpService in jmri.server.json.route Modifier and Type Class Description class
JsonRouteHttpService
Provide JSON HTTP services for managingRoute
s. -
Uses of JsonNamedBeanHttpService in jmri.server.json.sensor
Subclasses of JsonNamedBeanHttpService in jmri.server.json.sensor Modifier and Type Class Description class
JsonSensorHttpService
JSON HTTP Service forSensor
s. -
Uses of JsonNamedBeanHttpService in jmri.server.json.signalmast
Subclasses of JsonNamedBeanHttpService in jmri.server.json.signalmast Modifier and Type Class Description class
JsonSignalMastHttpService
JSON HTTP service forSignalMast
s. -
Uses of JsonNamedBeanHttpService in jmri.server.json.turnout
Subclasses of JsonNamedBeanHttpService in jmri.server.json.turnout Modifier and Type Class Description class
JsonTurnoutHttpService
-