The Presentation API AuthHttpENEConnection class is used to instantiate connection objects to the Endeca MDEX Engine.
An AuthHttpENEConnection connection functions as a repository for the hostname and port configuration for the MDEX Engine you want to query. The class methods are briefly described in the following sections. For more information on the methods, see the Endeca API Javadocs or the Endeca API Guide for .NET.
//Instantiate a connection object for the MDEX Engine AuthHttpENEConnection nec = new AuthHttpENEConnection(eneHost, enePort);
In the instantiation, eneHost is the host name or IP address of the Endeca MDEX Engine and enePort is its port number.
//Instantiate a connection object for the MDEX Engine AuthHttpENEConnection nec = new AuthHttpENEConnection(eneHost, enePort);
In the instantiation, eneHost is the host name or IP address of the Endeca MDEX Engine and enePort is its port number.