Package org.onlab.packet
Class PPPoEDTag
- java.lang.Object
-
- org.onlab.packet.PPPoEDTag
-
public class PPPoEDTag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected short
length
static short
PPPOED_TAG_AC_COOKIE
static short
PPPOED_TAG_AC_NAME
static short
PPPOED_TAG_AC_SYSTEM_ERROR
static short
PPPOED_TAG_END_OF_LIST
static short
PPPOED_TAG_GENERIC_ERROR
static short
PPPOED_TAG_HOST_UNIQ
static short
PPPOED_TAG_RELAY_SESSION_ID
static short
PPPOED_TAG_SERVICE_NAME
static short
PPPOED_TAG_SERVICE_NAME_ERROR
static short
PPPOED_TAG_VENDOR_SPECIFIC
protected short
type
protected byte[]
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getLength()
short
getType()
byte[]
getValue()
void
setLength(short length)
void
setType(short type)
void
setValue(byte[] value)
java.lang.String
toString()
-
-
-
Field Detail
-
type
protected short type
-
length
protected short length
-
value
protected byte[] value
-
PPPOED_TAG_END_OF_LIST
public static final short PPPOED_TAG_END_OF_LIST
- See Also:
- Constant Field Values
-
PPPOED_TAG_SERVICE_NAME
public static final short PPPOED_TAG_SERVICE_NAME
- See Also:
- Constant Field Values
-
PPPOED_TAG_AC_NAME
public static final short PPPOED_TAG_AC_NAME
- See Also:
- Constant Field Values
-
PPPOED_TAG_HOST_UNIQ
public static final short PPPOED_TAG_HOST_UNIQ
- See Also:
- Constant Field Values
-
PPPOED_TAG_AC_COOKIE
public static final short PPPOED_TAG_AC_COOKIE
- See Also:
- Constant Field Values
-
PPPOED_TAG_VENDOR_SPECIFIC
public static final short PPPOED_TAG_VENDOR_SPECIFIC
- See Also:
- Constant Field Values
-
PPPOED_TAG_RELAY_SESSION_ID
public static final short PPPOED_TAG_RELAY_SESSION_ID
- See Also:
- Constant Field Values
-
PPPOED_TAG_SERVICE_NAME_ERROR
public static final short PPPOED_TAG_SERVICE_NAME_ERROR
- See Also:
- Constant Field Values
-
PPPOED_TAG_AC_SYSTEM_ERROR
public static final short PPPOED_TAG_AC_SYSTEM_ERROR
- See Also:
- Constant Field Values
-
PPPOED_TAG_GENERIC_ERROR
public static final short PPPOED_TAG_GENERIC_ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public short getType()
-
setType
public void setType(short type)
-
getLength
public short getLength()
-
setLength
public void setLength(short length)
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-