#include <AsyncTcpConnection.h>
Inheritance diagram for Async::TcpConnection:

Definition at line 122 of file AsyncTcpConnection.h.
|
|
Reason code for disconnects.
Definition at line 128 of file AsyncTcpConnection.h. |
|
|
Constructor.
|
|
||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Disconnect from the remote host. Call this function to disconnect from the remote host. If already disconnected, nothing will be done. The disconnected signal is not emitted when this function is called Reimplemented in Async::TcpClient. |
|
|
Return the IP-address of the remote host.
Definition at line 186 of file AsyncTcpConnection.h. |
|
|
Return the remote port used.
Definition at line 192 of file AsyncTcpConnection.h. |
|
|
Setup information about the connection.
|
|
|
Setup information about the connection.
|
|
|
Setup information about the connection.
|
|
|
Return the socket file descriptor.
Definition at line 257 of file AsyncTcpConnection.h. |
|
||||||||||||
|
Write data to the TCP connection.
|
|
|
A signal that is emitted when data has been received on the connection.
Definition at line 215 of file AsyncTcpConnection.h. |
|
|
The default length of the reception buffer.
Definition at line 139 of file AsyncTcpConnection.h. |
|
|
A signal that is emitted when a connection has been terminated.
Definition at line 199 of file AsyncTcpConnection.h. |
|
|
A signal that is emitted when the send buffer status changes.
Definition at line 222 of file AsyncTcpConnection.h. |
1.4.4