Package jmri.server.json.light
Class JsonLightSocketService
- java.lang.Object
 - 
- jmri.server.json.JsonSocketService<H>
 - 
- jmri.server.json.JsonNamedBeanSocketService<Light,JsonLightHttpService>
 - 
- jmri.server.json.light.JsonLightSocketService
 
 
 
 
- 
public class JsonLightSocketService extends JsonNamedBeanSocketService<Light,JsonLightHttpService>
 
- 
- 
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 JsonLightSocketService(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
- 
JsonLightSocketService
public JsonLightSocketService(JsonConnection connection)
 
 - 
 
 -