Uses of Class
jmri.server.json.JsonNonProvidedNamedBeanHttpService
-
Packages that use JsonNonProvidedNamedBeanHttpService 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.layoutblock 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.signalhead jmri.server.json.signalmast jmri.server.json.turnout -
-
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json Modifier and Type Class Description classJsonNamedBeanHttpService<T extends NamedBean>Abstract implementation of JsonHttpService with specific support forNamedBeanobjects. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.audio
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.audio Modifier and Type Class Description classJsonAudioHttpServiceJSON HTTP Service forAudios. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.block
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.block Modifier and Type Class Description classJsonBlockHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.idtag
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.idtag Modifier and Type Class Description classJsonIdTagHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.layoutblock
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.layoutblock Modifier and Type Class Description classJsonLayoutBlockHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.light
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.light Modifier and Type Class Description classJsonLightHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.memory
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.memory Modifier and Type Class Description classJsonMemoryHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.oblock
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.oblock Modifier and Type Class Description classJsonOblockHttpServiceCopied from jmri/server/json/blocks.java -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.reporter
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.reporter Modifier and Type Class Description classJsonReporterHttpService -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.route
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.route Modifier and Type Class Description classJsonRouteHttpServiceProvide JSON HTTP services for managingRoutes. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.sensor
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.sensor Modifier and Type Class Description classJsonSensorHttpServiceJSON HTTP Service forSensors. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.signalhead
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.signalhead Modifier and Type Class Description classJsonSignalHeadHttpServiceJSON HTTP service forSignalHeads. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.signalmast
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.signalmast Modifier and Type Class Description classJsonSignalMastHttpServiceJSON HTTP service forSignalMasts. -
Uses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.turnout
Subclasses of JsonNonProvidedNamedBeanHttpService in jmri.server.json.turnout Modifier and Type Class Description classJsonTurnoutHttpService
-