|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jradius.packet.Format
net.jradius.packet.DHCPFormat
public class DHCPFormat
The Diameter Attribute Formatter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jradius.packet.Format |
|---|
Format.AttributeParseContext |
| Constructor Summary | |
|---|---|
DHCPFormat()
|
|
| Method Summary | |
|---|---|
void |
packAttribute(java.io.OutputStream out,
RadiusAttribute a)
|
void |
packAttribute(java.io.OutputStream out,
VSAttribute a)
|
int |
unpackAttributeHeader(java.io.InputStream in,
Format.AttributeParseContext ctx)
|
| Methods inherited from class net.jradius.packet.Format |
|---|
packAttributeList, readUnsignedByte, readUnsignedInt, readUnsignedShort, unpackAttributes, writeUnsignedByte, writeUnsignedInt, writeUnsignedShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DHCPFormat()
| Method Detail |
|---|
public void packAttribute(java.io.OutputStream out,
RadiusAttribute a)
throws java.io.IOException
packAttribute in class Formatjava.io.IOException
public void packAttribute(java.io.OutputStream out,
VSAttribute a)
throws java.io.IOException
java.io.IOException
public int unpackAttributeHeader(java.io.InputStream in,
Format.AttributeParseContext ctx)
throws java.io.IOException
unpackAttributeHeader in class Formatjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||