Package com.dalsemi.nethack

Class Summary
ARPCache Class declaration
ARPCacheEntry Class declaration
EthernetAccess A class to provide a java interface to some networking utilities.
EthernetAddress This class simply encapsulates a byte array which contains a 48 bit ethernet address.
IPAddress This class simply encapsulates a byte array which contains a 32 bit IP address
MailTo Class to construct and deliver mail messages using the SMTP protocol.
NetUtils This class contains static helper methods used primarily by other classes in the com.dalsemi.nethack package.
Ping A class that can be used to ping nodes on a network.
SmtpClient Establishes connection with a mail server and sends mail messages using the SMTP Protocol.
SmtpPrintStream Print values to SmtpClient output stream.
 

Exception Summary
AddressException Thrown when an error has occurred when constructing an ip or ethernet address.
ARPCacheException Thrown when an error has occurred when adding or removing an entry to/from the system's ARP cache.