net.jradius.packet.attribute.value
Class IPv6AddrValue

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

public class IPv6AddrValue
extends IPAddrValue

The IPv6 attribute value

Author:
David Bird
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.jradius.packet.attribute.value.IPAddrValue
inetAddressValue
 
Constructor Summary
IPv6AddrValue()
           
IPv6AddrValue(InetAddress i)
           
 
Method Summary
 int getLength()
           
 
Methods inherited from class net.jradius.packet.attribute.value.IPAddrValue
copy, getBytes, getBytes, getValueObject, setInetAddress, setValue, setValue, setValue, setValueObject, toString, toXMLString
 
Methods inherited from class net.jradius.packet.attribute.value.AttributeValue
getBytes, getBytes, toDebugString
 
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(InetAddress i)
Method Detail

getLength

public int getLength()
Overrides:
getLength in class IPAddrValue


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.