|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.dhcp.io.DhcpMessageDecoder
public class DhcpMessageDecoder
Constructor Summary | |
---|---|
DhcpMessageDecoder()
|
Method Summary | |
---|---|
DhcpMessage |
decode(java.nio.ByteBuffer buffer)
Convert a byte buffer into a DhcpMessage. |
OptionsField |
decodeOptions(java.nio.ByteBuffer message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DhcpMessageDecoder()
Method Detail |
---|
public DhcpMessage decode(java.nio.ByteBuffer buffer) throws DhcpException
buffer
- ByteBuffer to convert to a DhcpMessage object
DhcpException
public OptionsField decodeOptions(java.nio.ByteBuffer message) throws DhcpException
DhcpException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |