public class DhcpServer extends Object
| Constructor and Description |
|---|
DhcpServer(org.apache.directory.server.dhcp.service.DhcpService service) |
DhcpServer(org.apache.directory.server.dhcp.service.DhcpService service,
int port) |
DhcpServer(org.apache.directory.server.dhcp.service.manager.LeaseManager manager) |
DhcpServer(org.apache.directory.server.dhcp.service.manager.LeaseManager manager,
int port) |
public DhcpServer(@Nonnull org.apache.directory.server.dhcp.service.DhcpService service, @Nonnegative int port)
public DhcpServer(@Nonnull org.apache.directory.server.dhcp.service.DhcpService service)
public DhcpServer(@Nonnull org.apache.directory.server.dhcp.service.manager.LeaseManager manager, @Nonnegative int port)
public DhcpServer(@Nonnull org.apache.directory.server.dhcp.service.manager.LeaseManager manager)
@PostConstruct public void start() throws IOException, InterruptedException
IOExceptionInterruptedException@PreDestroy public void stop() throws IOException, InterruptedException
IOExceptionInterruptedException