#include <scim_socket.h>
Inheritance diagram for scim::SocketClient:
Public Member Functions | |
SocketClient () | |
Constructor. | |
SocketClient (const SocketAddress &address) | |
Constructor. | |
~SocketClient () | |
Destructor. | |
bool | is_connected () const |
Check if the socket is connected. | |
bool | connect (const SocketAddress &address) |
Connect to a server. | |
void | close () |
Close the client. |
Class SocketClient provides basic operations to create a Socket Client, such as connect, read, write, etc.
|
Constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Check if the socket is connected.
|
|
Connect to a server.
|
|
Close the client.
Reimplemented from scim::Socket. |