Searched defs:framing (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DFramedProtocolAttribute.java45 * Framing value for specifying PPP framing.
49 * Framing value for specifying SLIP framing.
53 * Framing value for specifying ARAP framing.
57 * Framing value for specifying GANDALF framing.
61 * Framing value for specifying XYLOGICS framing.
65 * Framing value for specifying X_75 framing.
70 * The framing to be used for framed access.
72 private int framing = 0; field in class:FramedProtocolAttribute
81 framing = OctetUtils.toIntVal(octets);
85 * Constructs an instance representing the desired framing
89 FramedProtocolAttribute(int framing) argument
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DFramedProtocolAttribute.java45 * Framing value for specifying PPP framing.
49 * Framing value for specifying SLIP framing.
53 * Framing value for specifying ARAP framing.
57 * Framing value for specifying GANDALF framing.
61 * Framing value for specifying XYLOGICS framing.
65 * Framing value for specifying X_75 framing.
70 * The framing to be used for framed access.
72 private int framing = 0; field in class:FramedProtocolAttribute
81 framing = OctetUtils.toIntVal(octets);
85 * Constructs an instance representing the desired framing
89 FramedProtocolAttribute(int framing) argument
[all...]

Completed in 20 milliseconds