KDECore
klocalsocket_unix.cpp
Go to the documentation of this file.
171 void KLocalSocketPrivate::connectToPath(const QString &path, KLocalSocket::LocalSocketType aType,
238 bool KLocalSocketServerPrivate::listen(const QString &path, KLocalSocket::LocalSocketType aType)
void _k_newConnectionActivity()
Definition: klocalsocket_unix.cpp:399
bool listen(const QString &path, KLocalSocket::LocalSocketType type)
Definition: klocalsocket_unix.cpp:238
void emitError(QAbstractSocket::SocketError, const QString &errorString)
Definition: klocalsocket.cpp:38
QTcpServer * listen(const QString &protocol, const QHostAddress &address=QHostAddress::Any, quint16 port=0, QObject *parent=0)
Opens a TCP/IP socket for listening protocol protocol, binding only at address address.
Definition: ksocketfactory.cpp:115
bool processSocketActivity()
Definition: klocalsocket_unix.cpp:374
QQueue< KLocalSocket * > pendingConnections
Definition: klocalsocket_p.h:66
bool waitForNewConnection(int msec, bool *timedOut)
Definition: klocalsocket_unix.cpp:337
QSocketNotifier * readNotifier
Definition: klocalsocket_p.h:65
virtual void incomingConnection(int handle)
Definition: klocalsocket.cpp:202
void emitError(QAbstractSocket::SocketError, const QString &errorString)
Definition: klocalsocket.cpp:29
void connectToPath(const QString &path, KLocalSocket::LocalSocketType type, QAbstractSocket::OpenMode openMode)
Definition: klocalsocket_unix.cpp:171
QString i18n(const char *text)
Returns a localized version of a string.
Definition: klocalizedstring.h:630
static int kConnect(int fd, const sockaddr *sa, int len)
Definition: klocalsocket_unix.cpp:52
int maxPendingConnections
Definition: klocalsocket_p.h:58
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.