NAME
Qt::Network::QNetworkSession
PUBLIC METHODS
- QNetworkSession(const QNetworkConfiguration & connConfig, QObject * parent)
- QNetworkSession(const QNetworkConfiguration & connConfig, QObject * parent = 0)
- ~QNetworkSession()
- void accept()
- quint64 activeTime()
- quint64 bytesReceived()
- quint64 bytesWritten()
- void close()
- QNetworkConfiguration configuration()
- QNetworkSession::SessionError error()
- QString errorString()
- void ignore()
- QNetworkInterface interface()
- bool isOpen()
- void migrate()
- void open()
- void reject()
- QVariant sessionProperty(const QString & key)
- void setSessionProperty(const QString & key, const QVariant & value)
- QNetworkSession::State state()
- void stop()
- bool waitForOpened(int msecs)
- bool waitForOpened(int msecs = 30000)
ENUM VALUES
- Invalid
- NotAvailable
- Connecting
- Connected
- Closing
- Disconnected
- Roaming
- UnknownSessionError
- SessionAbortedError
- RoamingError
- OperationNotSupportedError
- InvalidConfigurationError
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.