|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.protocol.shared.AbstractProtocolService
org.apache.directory.server.protocol.shared.DirectoryBackedService
org.apache.directory.server.dns.DnsServer
public class DnsServer
Contains the configuration parameters for the DNS protocol provider.
| Constructor Summary | |
|---|---|
DnsServer()
Creates a new instance of DnsConfiguration. |
|
| Method Summary | |
|---|---|
void |
start()
Starts this ProtocolService which binds acceptors on the protocol port. |
void |
stop()
Stops this ProtocolService which unbinds acceptors on the protocol port. |
| Methods inherited from class org.apache.directory.server.protocol.shared.DirectoryBackedService |
|---|
getSearchBaseDn, isCatelogBased, setCatelogBased, setSearchBaseDn |
| Methods inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService |
|---|
getDatagramAcceptor, getDirectoryService, getIpAddress, getIpPort, getServiceId, getServiceName, getSocketAcceptor, getTransportProtocols, isEnabled, isStarted, setDatagramAcceptor, setDirectoryService, setEnabled, setIpAddress, setIpPort, setServiceId, setServiceName, setSocketAcceptor, setStarted, setTransportProtocols |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DnsServer()
| Method Detail |
|---|
public void start()
throws java.io.IOException
ProtocolService
java.io.IOException - if we cannot bind to the specified portspublic void stop()
ProtocolService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||