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()
          Deprecated. This class will be removed in future releases.
 
Method Summary
static void addEntry(ARPCacheEntry ace)
          Deprecated. This class will be removed in future releases.
static void deleteEntry(byte[] ipAddress)
          Deprecated. This class will be removed in future releases.
 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()
Deprecated. This class will be removed in future releases.
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
Deprecated. This class will be removed in future releases.
Method declaration
Parameters:
ipAddress -  
Throws:
ARPCacheException -  
See Also:

addEntry

public static void addEntry(ARPCacheEntry ace)
                     throws ARPCacheException
Deprecated. This class will be removed in future releases.
Method declaration
Parameters:
ace -  
Throws:
ARPCacheException -  
See Also: