|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.dhcp.options.DhcpOption
org.apache.directory.server.dhcp.options.AddressOption
org.apache.directory.server.dhcp.options.dhcp.RequestedIpAddress
public class RequestedIpAddress
This option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned. The code for this option is 50, and its length is 4.
Constructor Summary | |
---|---|
RequestedIpAddress(byte[] requestedIpAddress)
|
Method Summary |
---|
Methods inherited from class org.apache.directory.server.dhcp.options.AddressOption |
---|
valueToByteBuffer |
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption |
---|
writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestedIpAddress(byte[] requestedIpAddress)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |