Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
Classes | Enumerations
TCP Communication layer API

Set of classes for communication over TCP protocool. More...

Category Description

Set of classes for communication over TCP protocool.

Classes

class  IlsIlvTcpMvProcess
 This class initializes a server or component process that uses Rogue Wave Server MvTCP as the communication layer and executes the Rogue Wave Views event loop. More...
 
class  IlsSocketException
 This class is the class for all exceptions thrown in the MvTCP library (the Rogue Wave Server network communication layer). More...
 
class  IlsTcpdMapping
 This class describes the Server mapping between the server name and the port number in the MvTCP library. More...
 
class  IlsTcpLoopback
 This class provides a way to execute application code in the main thread in order to synchronize all the critical code such as access to the model. More...
 
class  IlsTcpMvProcess
 This class lets you initialize a server or a component process that uses Rogue Wave Server MvTCP as its communication layer. More...
 
class  IlsTcpTimerManager
 This class is a subclass of IlsTimerManager merged to the TCP communication layer. More...
 

Enumerations

enum  IlsSocketApi {
  SOCKET_API_SOCKET, SOCKET_API_BIND, SOCKET_API_LISTEN, SOCKET_API_SELECT,
  SOCKET_API_SEND, SOCKET_API_RECV, SOCKET_API_GETHOSTBYNAME, SOCKET_API_GETHOSTBYADDR,
  SOCKET_API_CONNECT, SOCKET_API_IOCTL, SOCKET_API_GETSOCKNAME, SOCKET_API_ACCEPT,
  SOCKET_API_INETADDR, SOCKET_API_GETADDRINFO
}
 Possible values for socket exception IlsSocketException::getSocketApi() result. More...
 

Enumeration Type Documentation

◆ IlsSocketApi

Possible values for socket exception IlsSocketException::getSocketApi() result.

Enumerator
SOCKET_API_SOCKET 

error in socket()

SOCKET_API_BIND 

error in bind()

SOCKET_API_LISTEN 

error in listen()

SOCKET_API_SELECT 

error in select()

SOCKET_API_SEND 

error in send()

SOCKET_API_RECV 

error in recv()

SOCKET_API_GETHOSTBYNAME 

error in gethostbyname()

SOCKET_API_GETHOSTBYADDR 

error in gethostbyaddr()

SOCKET_API_CONNECT 

error in connect()

SOCKET_API_IOCTL 

error in ioctl()

SOCKET_API_GETSOCKNAME 

error in getsockname()

SOCKET_API_ACCEPT 

error in accept()

SOCKET_API_INETADDR 

error in inetaddr()

SOCKET_API_GETADDRINFO 

error in getAddrInfo()