net.sf.jradius.packet.attribute.value
Class IPv6AddrValue

java.lang.Object
  extended by net.sf.jradius.packet.attribute.value.AttributeValue
      extended by net.sf.jradius.packet.attribute.value.IPAddrValue
          extended by net.sf.jradius.packet.attribute.value.IPv6AddrValue
All Implemented Interfaces:
java.io.Serializable

public class IPv6AddrValue
extends IPAddrValue

The IPv6 attribute value

Author:
David Bird
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jradius.packet.attribute.value.IPAddrValue
inetAddressValue
 
Constructor Summary
IPv6AddrValue()
           
IPv6AddrValue(java.net.InetAddress i)
           
 
Method Summary
 
Methods inherited from class net.sf.jradius.packet.attribute.value.IPAddrValue
getBytes, getLength, getValueObject, setInetAddress, setValue, setValue, setValueObject, toString, toXMLString
 
Methods inherited from class net.sf.jradius.packet.attribute.value.AttributeValue
getBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPv6AddrValue

public IPv6AddrValue()

IPv6AddrValue

public IPv6AddrValue(java.net.InetAddress i)


Copyright © 2006 The JRadius Project, All Rights Reserved.