Class WebServerTO


  • public class WebServerTO
    extends java.lang.Object
    This class is the access object to configure the local daemon web server. It mainly defines whether to enable/disable the server, its bind port and IP address, as well as which certificates and key pairs to use.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework