Package jmri.server.json.audio
Class JsonAudioSocketService
- java.lang.Object
-
- jmri.server.json.JsonSocketService<H>
-
- jmri.server.json.JsonNamedBeanSocketService<Audio,JsonAudioHttpService>
-
- jmri.server.json.audio.JsonAudioSocketService
-
public class JsonAudioSocketService extends JsonNamedBeanSocketService<Audio,JsonAudioHttpService>
JSON Socket service forAudio
s.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.server.json.JsonNamedBeanSocketService
JsonNamedBeanSocketService.ManagerListener, JsonNamedBeanSocketService.NamedBeanListener
-
-
Field Summary
-
Fields inherited from class jmri.server.json.JsonNamedBeanSocketService
beanListeners, managerListener
-
Fields inherited from class jmri.server.json.JsonSocketService
connection, service
-
-
Constructor Summary
Constructors Constructor Description JsonAudioSocketService(JsonConnection connection)
-
Method Summary
-
Methods inherited from class jmri.server.json.JsonNamedBeanSocketService
addListenerToBean, addListenerToBean, onClose, onList, onMessage, removeListenersFromRemovedBeans
-
Methods inherited from class jmri.server.json.JsonSocketService
getConnection, getHttpService, getLocale, getVersion
-
-
-
-
Constructor Detail
-
JsonAudioSocketService
public JsonAudioSocketService(JsonConnection connection)
-
-