public class DhcpServer
extends org.apache.directory.server.dhcp.io.DhcpInterfaceManager
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
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
start in class org.apache.directory.server.dhcp.io.DhcpInterfaceManagerIOExceptionInterruptedException@PreDestroy public void stop() throws IOException, InterruptedException
stop in class org.apache.directory.server.dhcp.io.DhcpInterfaceManagerIOExceptionInterruptedException