Class XmpPeerFactory

    • Method Detail

      • init

        public static void init()
                         throws java.io.FileNotFoundException,
                                java.io.IOException
        Initialize this factory
        Throws:
        java.io.IOException - if any.
        java.io.FileNotFoundException - if any.
      • reload

        public static void reload()
                           throws java.io.FileNotFoundException,
                                  java.io.IOException

        reload

        Throws:
        java.io.FileNotFoundException - if any.
        java.io.IOException - if any.
      • getAgentConfig

        public XmpAgentConfig getAgentConfig​(java.net.InetAddress agentInetAddress)

        getAgentConfig

        Parameters:
        agentInetAddress - a InetAddress object.
        Returns:
        a XmpAgentConfig object.