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 Presentation API for Java Reference (Javadoc) or the Presentation and Logging API for .NET Reference (HTML Help).
//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.