|
- bool isWritable () const
- bool listen ( int backlog )
- int mode () const
- bool open ( int mode )
- QHostAddress peerAddress () const
- Q_UINT16 peerPort () const
- Q_UINT16 port () const
- Protocol protocol () const
- int putch ( int character )
- Q_LONGLONG read ( char * data, Q_LONGLONG maxlen )
- QByteArray read ( Q_LONGLONG maxlen )
- QByteArray readAll ()
- Q_LONGLONG readLine ( char * data, Q_LONGLONG maxlen )
- QByteArray readLine ()
- int receiveBufferSize () const
- bool reset ()
- void resetStatus ()
- bool seek ( Q_LONGLONG offset )
- int sendBufferSize () const
- void setAddressReusable ( bool enable )
- void setBlocking ( bool enable )
- void setBufferSize ( int )
- void setError ( Error error )
- void setFlags ( int flags )
- void setReceiveBufferSize ( uint size )
- void setSendBufferSize ( uint size )
- void setSocket ( int socket, Type type )
- Q_LONGLONG size () const
- int socket () const
- int status () const
- Type type () const
- int ungetch ( int character )
- Q_LONG waitForMore ( int msecs, bool * timeout = 0 ) const
- Q_LONGLONG write ( const char * data, Q_LONGLONG len )
- Q_LONGLONG write ( const char * data, Q_LONGLONG len, const QHostAddress & host, Q_UINT16 port )
- Q_LONG writeBlock ( const char * data, Q_LONG len, const QHostAddress & host, Q_UINT16 port )
|