net.jradius.dictionary
Class Attr_TunnelType
java.lang.Object
net.jradius.packet.attribute.RadiusAttribute
net.jradius.dictionary.Attr_TunnelType
- All Implemented Interfaces:
- Serializable
public final class Attr_TunnelType
- extends net.jradius.packet.attribute.RadiusAttribute
Attribute Name: Tunnel-Type
Attribute Type: 64
Value Type: NamedValue
Possible Values:
- PPTP (1)
- L2F (2)
- L2TP (3)
- ATMP (4)
- VTP (5)
- AH (6)
- IP (7)
- MIN-IP (8)
- ESP (9)
- GRE (10)
- DVS (11)
- IP-in-IP (12)
- VLAN (13)
- Author:
- class net.jradius.freeradius.RadiusDictionary
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class net.jradius.packet.attribute.RadiusAttribute |
net.jradius.packet.attribute.RadiusAttribute.Operator |
Fields inherited from class net.jradius.packet.attribute.RadiusAttribute |
attributeName, attributeOp, attributeType, attributeValue, overflow, recyclable, recycled |
Method Summary |
void |
setup()
|
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute |
getAttributeName, getAttributeOp, getFormattedType, getType, getValue, isOverflow, setAttributeOp, setAttributeOp, setOverflow, setup, setup, setValue, setValue, setValue, toString |
NAME
public static final String NAME
- See Also:
- Constant Field Values
TYPE
public static final long TYPE
- See Also:
- Constant Field Values
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
PPTP
public static final Long PPTP
L2F
public static final Long L2F
L2TP
public static final Long L2TP
ATMP
public static final Long ATMP
VTP
public static final Long VTP
AH
public static final Long AH
IP
public static final Long IP
MINIP
public static final Long MINIP
ESP
public static final Long ESP
GRE
public static final Long GRE
DVS
public static final Long DVS
IPinIP
public static final Long IPinIP
VLAN
public static final Long VLAN
map
public static Attr_TunnelType.NamedValueMap map
Attr_TunnelType
public Attr_TunnelType()
Attr_TunnelType
public Attr_TunnelType(Serializable o)
setup
public void setup()
- Specified by:
setup
in class net.jradius.packet.attribute.RadiusAttribute
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.