|
Nebula
|
Classes | |
| class | DebugMessage |
| Encapsulates a stream and a port number for debug communication. More... | |
| class | DebugPacket |
| Encapsulates a data packet for debug communication. More... | |
| class | MessageClient |
| Wrapper class for the Net::TcpClient that sends data in special message container. More... | |
| class | MessageClientConnection |
| A wrapper class for the Net::TcpClientConnection. More... | |
| class | StdTcpClient |
| A TcpClient object is used to communicate with a TcpServer. More... | |
| class | StdTcpClientConnection |
| A TcpClientConnection represents a connected TcpClient on the server side. More... | |
| class | StdTcpServer |
| A TcpServer opens a socket and listens for connecting TcpClients. More... | |
| class | TcpMessageCodec |
| Helperclass that provides function to encode and decode sreams into messages. More... | |
Functions | |
| __ImplementClass (Net::MessageClient, 'MSGC', Net::TcpClient) | |
| __ImplementClass (Net::MessageClientConnection, 'MGCC', Net::TcpClientConnection) | |
| __ImplementClass (Net::StdTcpClient, 'STCL', Core::RefCounted) | |
| __ImplementClass (Net::StdTcpClientConnection, 'STCC', Core::RefCounted) | |
| __ImplementClass (Net::StdTcpServer, 'STSV', Core::RefCounted) | |
| __ImplementClass (Net::StdTcpServer::ListenerThread, 'tclt', Threading::Thread) | |
| Net::__ImplementClass | ( | Net::MessageClient | , |
| 'MSGC' | , | ||
| Net::TcpClient | ) |
| Net::__ImplementClass | ( | Net::MessageClientConnection | , |
| 'MGCC' | , | ||
| Net::TcpClientConnection | ) |
| Net::__ImplementClass | ( | Net::StdTcpClient | , |
| 'STCL' | , | ||
| Core::RefCounted | ) |
| Net::__ImplementClass | ( | Net::StdTcpClientConnection | , |
| 'STCC' | , | ||
| Core::RefCounted | ) |
| Net::__ImplementClass | ( | Net::StdTcpServer | , |
| 'STSV' | , | ||
| Core::RefCounted | ) |
| Net::__ImplementClass | ( | Net::StdTcpServer::ListenerThread | , |
| 'tclt' | , | ||
| Threading::Thread | ) |