Uses of Class
jmri.server.json.JsonHttpService
-
Packages that use JsonHttpService 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.block jmri.server.json.consist jmri.server.json.idtag jmri.server.json.layoutblock jmri.server.json.light jmri.server.json.memory jmri.server.json.message The JMRI JSON protocol message server.jmri.server.json.oblock jmri.server.json.operations JMRI JSON support for Operations.jmri.server.json.power The JMRI JSON protocol power server.jmri.server.json.reporter jmri.server.json.roster jmri.server.json.route jmri.server.json.schema jmri.server.json.sensor jmri.server.json.signalhead jmri.server.json.signalmast jmri.server.json.throttle jmri.server.json.time jmri.server.json.turnout jmri.server.json.util jmri.spi Interfaces that can be implemented outside the JMRI.jar file to implement new behavior in JMRI. -
-
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.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.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.
-