Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Public Member Functions
IlsTcpdMapping Class Reference

This class describes the Server mapping between the server name and the port number in the MvTCP library. More...

#include <ilserver/mvtcp/tcpdmap.h>

Inherits IlsTcpdKey.

Public Member Functions

unsigned short getPort () const
 This member function returns the port number of the mapped server.
 
const IlsStringgetServerName () const
 This member function returns the name of the mapped server.
 

Detailed Description

This class describes the Server mapping between the server name and the port number in the MvTCP library.

Library: mvtcp

This class is used with the static member function IlsTcpMvProcess::GetMappings() to retrieve all the mappings registered on a Rogue Wave Server logical mapper.

See also
IlsTcpMvProcess.