broadcast
Class BPSReceiver
java.lang.Object
broadcast.BPSReceiver
public class BPSReceiver
- extends java.lang.Object
Method Summary |
void |
kill()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKET_MAX
public static final int PACKET_MAX
- See Also:
- Constant Field Values
BPSReceiver
public BPSReceiver(int rcvrport,
int sndrport,
java.net.InetAddress sndrhost,
PacketAcceptor pa)
throws java.net.UnknownHostException,
java.net.SocketException
- Throws:
java.net.UnknownHostException
java.net.SocketException
BPSReceiver
public BPSReceiver(int rcvrport,
int sndrport,
PacketAcceptor pa)
throws java.net.UnknownHostException,
java.net.SocketException
- Throws:
java.net.UnknownHostException
java.net.SocketException
kill
public void kill()