broadcast
Class BPSReceiver

java.lang.Object
  extended by broadcast.BPSReceiver

public class BPSReceiver
extends java.lang.Object


Field Summary
static int PACKET_MAX
           
 
Constructor Summary
BPSReceiver(int rcvrport, int sndrport, java.net.InetAddress sndrhost, PacketAcceptor pa)
           
BPSReceiver(int rcvrport, int sndrport, PacketAcceptor pa)
           
 
Method Summary
 void kill()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKET_MAX

public static final int PACKET_MAX
See Also:
Constant Field Values
Constructor Detail

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
Method Detail

kill

public void kill()