Uses of Class
jmri.jmrix.loconet.loconetovertcp.LnTcpServer
-
Packages that use LnTcpServer Package Description jmri.jmrix.loconet.loconetovertcp JMRI implementation of the LocoNet over TCP protocol. -
-
Uses of LnTcpServer in jmri.jmrix.loconet.loconetovertcp
Methods in jmri.jmrix.loconet.loconetovertcp that return LnTcpServer Modifier and Type Method Description static LnTcpServer
LnTcpServer. getDefault()
Get the default server instance, creating it if necessary.Methods in jmri.jmrix.loconet.loconetovertcp with parameters of type LnTcpServer Modifier and Type Method Description void
LnTcpServerListener. notifyClientStateChanged(LnTcpServer s)
void
LnTcpServerListener. notifyServerStateChanged(LnTcpServer s)
Constructors in jmri.jmrix.loconet.loconetovertcp with parameters of type LnTcpServer Constructor Description LnTcpServerFrame(LnTcpServer server)
Create a LocoNet over TCP server status window.
-