com.sentilla.net
Class Address

java.lang.Object
  extended by com.sentilla.net.Address

public class Address
extends Object

Address class containing singletons for BroadcastAddress and UnknownAddress.

See Also:
BroadcastAddress, UnknownAddress, Addressable

Field Summary
static Addressable BROADCAST
          Static broadcast address object.
static Addressable UNKNOWN
          Static unknown address object.
 
Constructor Summary
Address()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROADCAST

public static final Addressable BROADCAST
Static broadcast address object.

See Also:
BroadcastAddress, Addressable

UNKNOWN

public static final Addressable UNKNOWN
Static unknown address object.

See Also:
UnknownAddress, Addressable
Constructor Detail

Address

public Address()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.