|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdkx::rdmi::TcpServer Class Reference#include <TcpServer.h>
Inheritance diagram for acdkx::rdmi::TcpServer:
List of all members.
Constructor & Destructor Documentation
acdkx::rdmi::TcpServer::TcpServer |
( |
int |
portNo |
) |
|
|
acdkx::rdmi::TcpServer::TcpServer |
( |
IN(RString) |
host, |
|
|
int |
portNo |
|
) |
|
|
Member Function Documentation
virtual RConnection acdkx::rdmi::TcpServer::accept |
( |
int |
timeOut = -1 |
) |
[virtual] |
|
|
server connection
- Parameters:
-
timeOut | timeout in ms. if -1 the server blocks for ever if timeOut reached, it return Nil |
Implements acdkx::rdmi::ServerImpl. |
virtual bool acdkx::rdmi::TcpServer::allowThreading |
( |
|
) |
[inline, virtual] |
|
virtual RConnection acdkx::rdmi::TcpServer::getClientConnection |
( |
|
) |
[virtual] |
|
virtual RConnection acdkx::rdmi::TcpServer::getLocalServerConnection |
( |
|
) |
[virtual] |
|
|
only valid if is running as server returns a client connection to its own server
Implements acdkx::rdmi::ServerImpl. |
virtual RString acdkx::rdmi::TcpServer::getLocalServerId |
( |
|
) |
[virtual] |
|
virtual void acdkx::rdmi::TcpServer::shutdown |
( |
|
) |
[virtual] |
|
Member Data Documentation
|
|