Uses of Class
org.dhcp4java.DHCPServerInitException

Packages that use DHCPServerInitException
org.dhcp4java This package provides classes for manipulating DHCP Packets: creating, parsing and sending. 
 

Uses of DHCPServerInitException in org.dhcp4java
 

Methods in org.dhcp4java that throw DHCPServerInitException
protected  void DHCPCoreServer.init()
          Initialize the server context from the Properties, and open socket.
static DHCPCoreServer DHCPCoreServer.initServer(DHCPServlet servlet, java.util.Properties userProps)
          Creates and initializes a new DHCP Server.