Uses of Class
jmri.jmrix.loconet.loconetovertcp.LnTcpServer
Packages that use LnTcpServer
Package
Description
JMRI implementation of the LocoNet over TCP protocol.
-
Uses of LnTcpServer in jmri.jmrix.loconet.loconetovertcp
Methods in jmri.jmrix.loconet.loconetovertcp that return LnTcpServerModifier and TypeMethodDescriptionstatic LnTcpServerLnTcpServer.getDefault()Get the default server instance, creating it if necessary.Methods in jmri.jmrix.loconet.loconetovertcp with parameters of type LnTcpServerModifier and TypeMethodDescriptionvoidLnTcpServerListener.notifyClientStateChanged(LnTcpServer s) voidLnTcpServerListener.notifyServerStateChanged(LnTcpServer s) Constructors in jmri.jmrix.loconet.loconetovertcp with parameters of type LnTcpServerModifierConstructorDescriptionLnTcpServerFrame(LnTcpServer server) Create a LocoNet over TCP server status window.