com.dalsemi.nethack
Class ARPCache

java.lang.Object
  |
  +--com.dalsemi.nethack.ARPCache

public class ARPCache
extends java.lang.Object
implements java.util.Enumeration

Class declaration


Constructor Summary
ARPCache()
          Constructor declaration
 
Method Summary
static void addEntry(ARPCacheEntry ace)
          Method declaration
static void deleteEntry(byte[] ipAddress)
          Method declaration
 boolean hasMoreElements()
          Method declaration
 java.lang.Object nextElement()
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARPCache

public ARPCache()
Constructor declaration
See Also:
Method Detail

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Method declaration
Specified by:
nextElement in interface java.util.Enumeration
Returns:
 
Throws:
java.util.NoSuchElementException -  
See Also:

hasMoreElements

public boolean hasMoreElements()
Method declaration
Specified by:
hasMoreElements in interface java.util.Enumeration
Returns:
 
See Also:

deleteEntry

public static void deleteEntry(byte[] ipAddress)
                        throws ARPCacheException
Method declaration
Parameters:
ipAddress -  
Throws:
ARPCacheException -  
See Also:

addEntry

public static void addEntry(ARPCacheEntry ace)
                     throws ARPCacheException
Method declaration
Parameters:
ace -  
Throws:
ARPCacheException -  
See Also: