org.apache.directory.server.dns
Class DnsServer
java.lang.Object
org.apache.directory.server.protocol.shared.AbstractProtocolService
org.apache.directory.server.protocol.shared.DirectoryBackedService
org.apache.directory.server.dns.DnsServer
- All Implemented Interfaces:
- ProtocolService
public class DnsServer
- extends DirectoryBackedService
Contains the configuration parameters for the DNS protocol provider.
- Author:
- Apache Directory Project
|
Constructor Summary |
DnsServer()
Creates a new instance of DnsConfiguration. |
| Methods inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService |
addTransports, getDatagramAcceptor, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setEnabled, setServiceId, setServiceName, setStarted, setTransports |
DnsServer
public DnsServer()
- Creates a new instance of DnsConfiguration.
start
public void start()
throws IOException
- Throws:
IOException - if we cannot bind to the specified ports
stop
public void stop()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.