| java.lang.Object CustomDNS.UpdateServer
UpdateServer | public class UpdateServer (Code) | | TCP/IP server for our custom update protocol.
We listen on a TCP/IP port. Clients connect to us to update their
address records.
|
Constructor Summary | |
public | UpdateServer(String zone, short port, ZoneRegistrarIntf registrar, ZoneAuthenticatorIntf authenticator) Start a new update server.
Parameters: args - Our command-line arguments. |
Method Summary | |
public static void | main(String[] args) Start a new update server.
Parameters: args - Our command-line arguments. |
UpdateServer | public UpdateServer(String zone, short port, ZoneRegistrarIntf registrar, ZoneAuthenticatorIntf authenticator) throws IOException(Code) | | Start a new update server.
Parameters: args - Our command-line arguments. Pass an espeak connectionproperties file and customdns.prop. See Also: CustomDNS.Configuration |
main | public static void main(String[] args)(Code) | | Start a new update server.
Parameters: args - Our command-line arguments. Pass an espeak connectionproperties file and customdns.prop. See Also: CustomDNS.Configuration |
|
|