Uses of Interface
com.metratec.lib.connection.server.ClientConnectionListener
-
Packages that use ClientConnectionListener Package Description com.metratec.lib.connection.server -
-
Uses of ClientConnectionListener in com.metratec.lib.connection.server
Methods in com.metratec.lib.connection.server with parameters of type ClientConnectionListener Modifier and Type Method Description void
AbstractSocketServer. start(int serverPort, int backlog, java.net.InetAddress bindAddr, ClientConnectionListener listener)
Start the waiting for new client to connectvoid
AbstractSocketServer. start(int serverPort, ClientConnectionListener listener)
Start the waiting for new client to connect
-