Package com.trolltech.qt.network

Interface Summary
QSsl The QSsl namespace declares enums common to all SSL classes in {@link
Class Summary
QAbstractSocket The QAbstractSocket class provides the base functionality common to all socket types.
QAbstractSocket.NetworkLayerProtocol This enum describes the network layer protocol values used in Qt.
QAbstractSocket.SocketError The SocketError enumeration represents the various errors that can occur on a Unix domain socket.
QAbstractSocket.SocketState The SocketState enumeration represents the connection state of a QUnixSocket instance.
QAbstractSocket.SocketType This enum describes the transport layer protocol.
QAuthenticator The QAuthenticator class provides an authentication object.
QFtp The QFtp class provides an implementation of the client side of FTP protocol.
QFtp.Command  
QFtp.Error This enum specifies different error cases
QFtp.State This enum describes the state of a window.
QFtp.TransferMode FTP works with two socket connections; one for commands and another for transmitting data.
QFtp.TransferType This enum identifies the data transfer type used with get and put commands.
QHostAddress The QHostAddress class provides an IP address.
QHostAddress.SpecialAddress  
QHostInfo The QHostInfo class provides static functions for host name lookups.
QHostInfo.HostInfoError This enum describes the various errors that can occur when trying to resolve a host name.
QHttp The QHttp class provides an implementation of the HTTP protocol.
QHttp.ConnectionMode This enum is used to specify the mode of connection to use.
QHttp.Error This enum specifies different error cases
QHttp.State This enum describes the state of a window.
QHttpHeader The QHttpHeader class contains header information for HTTP.
QHttpRequestHeader The QHttpRequestHeader class contains request header information for HTTP.
QHttpResponseHeader The QHttpResponseHeader class contains response header information for HTTP.
QIPv6Address  
QLocalServer The QLocalServer class provides a local socket based server.
QLocalServer.Result  
QLocalSocket The QLocalSocket class provides a local socket.
QLocalSocket.LocalSocketError The LocalServerError enumeration represents the errors that can occur.
QLocalSocket.LocalSocketState This enum describes the different states in which a socket can be.
QNetworkAccessManager The QNetworkAccessManager class allows the application to post network requests and receive replies The Network Access API is constructed around one QNetworkAccessManager object, which holds the common configuration and settings for the requests sent.
QNetworkAccessManager.Operation  
QNetworkAddressEntry The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.
QNetworkCookie The QNetworkCookie class holds one network cookie.
QNetworkCookie.RawForm This enum is used with the toRawForm() function to declare which form of a cookie shall be returned.
QNetworkCookieJar The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects Cookies are small bits of information that stateless protocols like HTTP use to maintain some persistent information across requests.
QNetworkInterface The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.
QNetworkInterface.InterfaceFlag Specifies the flags associated with this network interface.
QNetworkInterface.InterfaceFlags This is a flags class for com.trolltech.qt.network.QNetworkInterface.InterfaceFlag
QNetworkProxy The QNetworkProxy class provides a network layer proxy.
QNetworkProxy.ProxyType This enum describes the types of network proxying provided in Qt.
QNetworkReply The QNetworkReply class contains the data and headers for a request posted with QNetworkAccessManager The QNetworkReply class contains the data and meta data related to a request posted with QNetworkAccessManager.
QNetworkReply.NetworkError Indicates all possible error conditions found during the processing of the request.
QNetworkRequest The QNetworkRequest class holds one request to be sent with the Network Access API.
QNetworkRequest.Attribute  
QNetworkRequest.CacheLoadControl Controls the caching mechanism of QNetworkAccessManager.
QNetworkRequest.KnownHeaders List of known header types that QNetworkRequest parses.
QSsl.AlternateNameEntryType Describes the key types for alternate name entries in QSslCertificate.
QSsl.EncodingFormat Describes supported encoding formats for certificates and keys.
QSsl.KeyAlgorithm Describes the different key algorithms supported by QSslKey.
QSsl.KeyType Describes the two types of keys QSslKey supports.
QSsl.SslProtocol Describes the protocol of the cipher.
QTcpServer The QTcpServer class provides a TCP-based server.
QTcpServer.Result  
QTcpSocket The QTcpSocket class provides a TCP socket.
QUdpSocket The QUdpSocket class provides a UDP socket.
QUdpSocket.BindFlag This enum describes the different flags you can pass to modify the behavior of QUdpSocket::bind().
QUdpSocket.BindMode This is a flags class for com.trolltech.qt.network.QUdpSocket.BindFlag
QUdpSocket.HostInfo  
QUrlInfo The QUrlInfo class stores information about URLs.
QUrlInfo.PermissionSpec This enum is used by the permissions() function to report the permissions of a file.