Class BitSenderPrefs
java.lang.Object
|
+----BitSenderPrefs
- public class BitSenderPrefs
- extends Object
NetRand Project
Software Engineering - CS536
University of Wisconsin - Milwaukee
Authors:
- Spring 1998 - Francis William Kasper
File: BitSenderPrefs.java
Contains the server's address information, which the BitSender can access
to determine where to send its data packets
-
destHost
- the name of the host the server is running on
-
destPort
- the port the server is listening for packets on
-
BitSenderPrefs()
-
destHost
static String destHost
- the name of the host the server is running on
destPort
static int destPort
- the port the server is listening for packets on
BitSenderPrefs
public BitSenderPrefs()