|
| class | rofl::csocket_openssl |
| | A single TLS encrypted socket.This class provides basic support for socket based communication. Its aim is to encapsulate functionality for establishing a socket in active and passive mode. For using a socket, the owning class must implement the interface defined in csocket_impl_owner. More...
|
| |
| class | rofl::csocket_plain |
| | A single unencrypted socket.This class provides basic support for socket based communication. Its aim is to encapsulate functionality for establishing a socket in active and passive mode. For using a socket, the owning class must implement the interface defined in csocket_plain_owner. More...
|
| |
| interface | rofl::csocket_env |
| | An abstract interface defining the consumer side of a csocket. More...
|
| |
| class | rofl::csocket |
| | A single socket. More...
|
| |