public class DHCPFormat extends Format
Format.AttributeParseContext| Constructor and Description |
|---|
DHCPFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
packAttribute(ByteBuffer buffer,
RadiusAttribute a) |
void |
packAttribute(ByteBuffer buffer,
VSAttribute a) |
void |
packAttribute(OutputStream out,
RadiusAttribute a) |
void |
packAttribute(OutputStream out,
VSAttribute a) |
void |
unpackAttributeHeader(ByteBuffer buffer,
Format.AttributeParseContext ctx) |
int |
unpackAttributeHeader(InputStream in,
Format.AttributeParseContext ctx) |
getUnsignedByte, getUnsignedByte, getUnsignedInt, getUnsignedInt, getUnsignedShort, getUnsignedShort, packAttributeList, packAttributes, putUnsignedByte, putUnsignedByte, putUnsignedInt, putUnsignedInt, putUnsignedShort, putUnsignedShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, unpackAttributes, writeUnsignedByte, writeUnsignedInt, writeUnsignedShortpublic void packAttribute(OutputStream out, RadiusAttribute a) throws IOException
IOExceptionpublic void packAttribute(OutputStream out, VSAttribute a) throws IOException
IOExceptionpublic void packAttribute(ByteBuffer buffer, VSAttribute a)
public void packAttribute(ByteBuffer buffer, RadiusAttribute a)
packAttribute in class Formatpublic int unpackAttributeHeader(InputStream in, Format.AttributeParseContext ctx) throws IOException
IOExceptionpublic void unpackAttributeHeader(ByteBuffer buffer, Format.AttributeParseContext ctx) throws IOException
unpackAttributeHeader in class FormatIOExceptionCopyright © 2017. All rights reserved.