Uses of Class
jmri.server.json.util.JsonUtilHttpService
-
Packages that use JsonUtilHttpService Package Description jmri.server.json.util -
-
Uses of JsonUtilHttpService in jmri.server.json.util
Methods in jmri.server.json.util that return JsonUtilHttpService Modifier and Type Method Description JsonUtilHttpService
JsonUtilServiceFactory. getHttpService(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.String version)
Constructors in jmri.server.json.util with parameters of type JsonUtilHttpService Constructor Description JsonUtilSocketService(JsonConnection connection, JsonUtilHttpService service)
Package protected method for unit testing that allows a test HTTP service to be used.
-