| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
EAP |
RADIUS.decapsulateMessage()
Decapsulates an EAP packet from the RADIUS packet.
|
EAP |
EAP.setCode(byte code)
Sets the EAP code.
|
EAP |
EAP.setData(byte[] data)
Sets the EAP data.
|
EAP |
EAP.setDataType(byte type)
Sets the data type.
|
EAP |
EAP.setIdentifier(byte identifier)
Sets the EAP identifier.
|
EAP |
EAP.setLength(short length)
Sets the packet length.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<EAP> |
EAP.deserializer()
Deserializer for EAP packets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RADIUS.encapsulateMessage(EAP message)
Encapsulates an EAP packet in this RADIUS packet.
|
Copyright © 2016. All rights reserved.