KDECore
k3socketdevice.h
Go to the documentation of this file.
51 class KDECORE_EXPORT_DEPRECATED KSocketDevice: public KActiveSocketBase, public KPassiveSocketBase
68 CanConnectString = 0x01,
72 CanBindString = 0x02,
76 CanNotBind = 0x04,
80 CanNotListen = 0x08,
85 CanMulticast = 0x10,
91 CanNotUseDatagrams = 0x20
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
KSocketDeviceFactoryBase()
Definition: k3socketdevice.h:390
This class provides functionality for creating and registering socket implementations.
Definition: k3socketdevice.h:401
virtual KSocketDevice * create(KSocketBase *) const =0
KSocketDeviceFactory()
Definition: k3socketdevice.h:404
void output(QList< Action > actions, QHash< QString, QString > domain)
Definition: fake/kauth-policy-gen-polkit.cpp:41
virtual ~KSocketDeviceFactoryBase()
Definition: k3socketdevice.h:391
virtual KSocketDevice * create(KSocketBase *parent) const
Create the socket implementation.
Definition: k3socketdevice.h:411
virtual ~KSocketDeviceFactory()
Definition: k3socketdevice.h:405
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.