Class BitSenderPrefs

java.lang.Object
   |
   +----BitSenderPrefs

public class BitSenderPrefs
extends Object

NetRand Project

Software Engineering - CS536

University of Wisconsin - Milwaukee

Authors:


File: BitSenderPrefs.java

Contains the server's address information, which the BitSender can access to determine where to send its data packets


Variable Index

 o destHost
the name of the host the server is running on
 o destPort
the port the server is listening for packets on

Constructor Index

 o BitSenderPrefs()

Variables

 o destHost
 static String destHost
the name of the host the server is running on

 o destPort
 static int destPort
the port the server is listening for packets on

Constructors

 o BitSenderPrefs
 public BitSenderPrefs()