KIO
ktcpsocket.h
161 class KIOCORE_EXPORT KIOCORE_DEPRECATED_VERSION(5, 65, "Use QSslSocket") KTcpSocket : public QIODevice
242 AutoProxy = 0,
275 void connectToHost(const QHostAddress &hostAddress, quint16 port, ProxyPolicy policy = AutoProxy);
285 Error error() const; // ### QAbstractSocket's model is strange. error() should be related to the
323 void connectToHostEncrypted(const QString &hostName, quint16 port, OpenMode openMode = ReadWrite);
EncodingFormat
typedef OpenMode
Q_SLOTSQ_SLOTS
virtual bool canReadLine() const const
virtual bool open(QIODevice::OpenMode mode)
virtual bool waitForReadyRead(int msecs)
virtual qint64 bytesToWrite() const const
SocketOption
virtual bool isSequential() const const
@ ManualProxy
Use the proxy set by setProxy(), if any; otherwise use no proxy.
Definition: ktcpsocket.h:244
Q_SIGNALSQ_SIGNALS
virtual bool atEnd() const const
Q_SCRIPTABLE Q_NOREPLY void abort()
virtual qint64 bytesAvailable() const const
virtual void close()
virtual qint64 writeData(const char *data, qint64 maxSize)=0
virtual qint64 readData(char *data, qint64 maxSize)=0
virtual bool waitForBytesWritten(int msecs)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:00:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:00:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.