src/network/socket/qhttpsocketengine_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   108         quint16 port);
   108         quint16 port);
   109     bool hasPendingDatagrams() const;
   109     bool hasPendingDatagrams() const;
   110     qint64 pendingDatagramSize() const;
   110     qint64 pendingDatagramSize() const;
   111 #endif // QT_NO_UDPSOCKET
   111 #endif // QT_NO_UDPSOCKET
   112 
   112 
       
   113     qint64 bytesToWrite() const;
       
   114 
   113     int option(SocketOption option) const;
   115     int option(SocketOption option) const;
   114     bool setOption(SocketOption option, int value);
   116     bool setOption(SocketOption option, int value);
   115 
   117 
   116     bool waitForRead(int msecs = 30000, bool *timedOut = 0);
   118     bool waitForRead(int msecs = 30000, bool *timedOut = 0);
   117     bool waitForWrite(int msecs = 30000, bool *timedOut = 0);
   119     bool waitForWrite(int msecs = 30000, bool *timedOut = 0);