net.jradius.dictionary
Class Attr_TunnelType
java.lang.Object
net.jradius.packet.attribute.RadiusAttribute
net.jradius.dictionary.Attr_TunnelType
- All Implemented Interfaces:
- java.io.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 |
Method Summary |
void |
setup()
|
Methods inherited from class net.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
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 java.lang.Long PPTP
L2F
public static final java.lang.Long L2F
L2TP
public static final java.lang.Long L2TP
ATMP
public static final java.lang.Long ATMP
VTP
public static final java.lang.Long VTP
AH
public static final java.lang.Long AH
IP
public static final java.lang.Long IP
MINIP
public static final java.lang.Long MINIP
ESP
public static final java.lang.Long ESP
GRE
public static final java.lang.Long GRE
DVS
public static final java.lang.Long DVS
IPinIP
public static final java.lang.Long IPinIP
VLAN
public static final java.lang.Long VLAN
map
public static Attr_TunnelType.NamedValueMap map
Attr_TunnelType
public Attr_TunnelType()
Attr_TunnelType
public Attr_TunnelType(java.io.Serializable o)
setup
public void setup()
- Specified by:
setup
in class net.jradius.packet.attribute.RadiusAttribute
Copyright © 2008 JRadius Project, All Rights Reserved.