net.jradius.packet.attribute.value
Class ComboIPAddrValue

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.ComboIPAddrValue
All Implemented Interfaces:
Serializable

public class ComboIPAddrValue
extends IPAddrValue

WiMAX combo-ip attribute. If length 4, is the same as the ipaddr type. If length 16, is the same as ipv6addr type.

Author:
Danilo Levantesi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.jradius.packet.attribute.value.IPAddrValue
inetAddressValue
 
Constructor Summary
ComboIPAddrValue()
           
ComboIPAddrValue(InetAddress i)
           
 
Method Summary
 
Methods inherited from class net.jradius.packet.attribute.value.IPAddrValue
copy, getBytes, getBytes, getLength, 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

ComboIPAddrValue

public ComboIPAddrValue()

ComboIPAddrValue

public ComboIPAddrValue(InetAddress i)


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