KIO::ConnectionServer Class Reference
Inheritance diagram for KIO::ConnectionServer:

Signals | |
| void | newConnection () |
Public Member Functions | |
| ConnectionServer (QObject *parent=0) | |
| ~ConnectionServer () | |
| QString | address () const |
| void | close () |
| bool | isListening () const |
| void | listenForRemote () |
| Connection * | nextPendingConnection () |
| void | setNextPendingConnection (Connection *conn) |
Detailed Description
This class provides a way to obtaining KIO::Connection connections.
Constructor & Destructor Documentation
| ConnectionServer::ConnectionServer | ( | QObject * | parent = 0 | ) |
Definition at line 547 of file connection.cpp.
| ConnectionServer::~ConnectionServer | ( | ) |
Definition at line 553 of file connection.cpp.
Member Function Documentation
| QString ConnectionServer::address | ( | ) | const |
Returns the address for this connection if it is listening, an empty string if not.
Definition at line 575 of file connection.cpp.
| void ConnectionServer::close | ( | ) |
Closes the connection.
Definition at line 587 of file connection.cpp.
| bool ConnectionServer::isListening | ( | ) | const |
Definition at line 582 of file connection.cpp.
| void ConnectionServer::listenForRemote | ( | ) |
Sets this connection to listen mode.
Use address() to obtain the address this is listening on.
Definition at line 558 of file connection.cpp.
| void KIO::ConnectionServer::newConnection | ( | ) | [signal] |
| Connection * ConnectionServer::nextPendingConnection | ( | ) |
Definition at line 593 of file connection.cpp.
| void ConnectionServer::setNextPendingConnection | ( | Connection * | conn | ) |
Definition at line 609 of file connection.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference