Uses of Class
jmri.server.json.message.JsonMessage.TYPE
-
Packages that use JsonMessage.TYPE Package Description jmri.server.json.message The JMRI JSON protocol message server. -
-
Uses of JsonMessage.TYPE in jmri.server.json.message
Methods in jmri.server.json.message that return JsonMessage.TYPE Modifier and Type Method Description static JsonMessage.TYPE
JsonMessage.TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonMessage.TYPE[]
JsonMessage.TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.server.json.message with parameters of type JsonMessage.TYPE Constructor Description JsonMessage(JsonMessage.TYPE type, java.lang.String message, java.lang.String client, com.fasterxml.jackson.databind.JsonNode context, java.util.Locale locale)
Create a message to be sent to the specified JSON client with the specified context.JsonMessage(JsonMessage.TYPE type, java.lang.String message, java.lang.String client, java.util.Locale locale)
Create a message to be sent to the specified JSON client.JsonMessage(JsonMessage.TYPE type, java.lang.String message, java.util.Locale locale)
Create a message to be sent to all JSON clients.
-