Server API Reference Guide |
Rogue Wave Server Documentation Home |
Set of classes for communication over TCP protocool. More...
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... | |
enum IlsSocketApi |
Possible values for socket exception IlsSocketException::getSocketApi()
result.