net.sf.jradius.packet.attribute
Class Attr_UnknownAttribute
java.lang.Object
net.sf.jradius.packet.attribute.RadiusAttribute
net.sf.jradius.packet.attribute.Attr_UnknownAttribute
- All Implemented Interfaces:
- java.io.Serializable, UnknownAttribute
public class Attr_UnknownAttribute
- extends RadiusAttribute
- implements UnknownAttribute
- Author:
- David Bird
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
NAME
|
Methods inherited from class net.sf.jradius.packet.attribute.RadiusAttribute |
getAttributeName, getAttributeOp, getFormattedType, getType, getValue, setAttributeOp, setAttributeOp, setup, setup, setValue, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
Attr_UnknownAttribute
public Attr_UnknownAttribute(int type)
Attr_UnknownAttribute
public Attr_UnknownAttribute(int type,
OctetsValue v)
Attr_UnknownAttribute
public Attr_UnknownAttribute(int type,
byte[] v)
setup
public void setup()
- Specified by:
setup
in class RadiusAttribute
setup
public void setup(int type)
getAttributeType
public int getAttributeType()
- Specified by:
getAttributeType
in interface UnknownAttribute
setAttributeName
public void setAttributeName(java.lang.String attributeName)
- Specified by:
setAttributeName
in interface UnknownAttribute
Copyright © 2006 The JRadius Project, All Rights Reserved.