| |
|
| java.lang.Object java.lang.Thread org.datashare.MulticastSocketServer
MulticastSocketServer | public class MulticastSocketServer extends Thread implements SocketServerInterface(Code) | | We need one of these for each Multicast connection that clients might use
author: Charles Wood version: 1.0 |
socket | MulticastSocket socket(Code) | | |
close | public void close()(Code) | | close the socket server, stops any thread, and notifies the listener
|
getKeyValue | public String getKeyValue()(Code) | | returns our keyValue
|
getLocalPort | public int getLocalPort()(Code) | | return our local port
|
getReady | public boolean getReady()(Code) | | returns true if ready to receive connections
|
run | public void run()(Code) | | this method is where we receive data and establish new 'connections'
|
|
|
|