Class HttpNetwork

    • Field Detail

      • proxyhost

        String proxyhost
        Hostname (or IP dotted address) of proxy host, if not defined there is a direct connection between the client and the server. This value can be adjusted for all HttpNetwork components by setting proxyhost global property or for a particular network by setting <DomainName>.proxyhost specific property.

        Theses properties can be fixed either from java launching command, or in a3servers.xml configuration file.

      • proxyport

        int proxyport
        Port number of proxy if any. This value can be adjusted for all HttpNetwork components by setting proxyport global property or for a particular network by setting <DomainName>.proxyport specific property.

        Theses properties can be fixed either from java launching command, or in a3servers.xml configuration file.

      • activationPeriod

        protected long activationPeriod
        Period of time between two activation of NetServerOut, it matches to the time between two requests from the client to the server when there is no message to transmit from client to server. This value can be adjusted for all HttpNetwork components by setting ActivationPeriod global property or for a particular network by setting <DomainName>.ActivationPeriod specific property.

        Theses properties can be fixed either from java launching command, or in a3servers.xml configuration file. By default, its value is 10000 (10s).

      • NbDaemon

        int NbDaemon
        Number of listening daemon, this value is only valid for the server part of the HttpNetwork. This value can be adjusted for all HttpNetwork components by setting NbDaemon global property or for a particular network by setting <DomainName>.NbDaemon specific property.

        Theses properties can be fixed either from java launching command, or in a3servers.xml configuration file.

      • server

        ServerDesc server
        Descriptor of the listen server, it is used only on the client side (NetServerOut component).
      • dmon

        Daemon[] dmon
        Daemon component
    • Constructor Detail

      • HttpNetwork

        public HttpNetwork()
        Creates a new network component.