org.apache.directory.server.dhcp.service
Class DhcpServiceImpl

java.lang.Object
  extended byorg.apache.directory.server.dhcp.service.DhcpServiceImpl
All Implemented Interfaces:
DhcpService

public class DhcpServiceImpl
extends java.lang.Object
implements DhcpService

DHCP Protocol (RFC 2131, RFC 2132)


Constructor Summary
DhcpServiceImpl()
           
 
Method Summary
 DhcpMessage getReplyFor(DhcpMessage request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DhcpServiceImpl

public DhcpServiceImpl()
Method Detail

getReplyFor

public DhcpMessage getReplyFor(DhcpMessage request)
Specified by:
getReplyFor in interface DhcpService