Package com.trolltech.qt.network

Interface Summary
QSsl The QSsl namespace declares enums common to all SSL classes in QtNetwork.
 

Class Summary
QAbstractSocket The QAbstractSocket class provides the base functionality common to all socket types.
QAuthenticator The QAuthenticator class provides an authentication object.
QFtp The QFtp class provides an implementation of the client side of FTP protocol.
QHostAddress The QHostAddress class provides an IP address.
QHostInfo The QHostInfo class provides static functions for host name lookups.
QHttp The QHttp class provides an implementation of the HTTP protocol.
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  
QNetworkAddressEntry The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.
QNetworkInterface The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.
QNetworkInterface.InterfaceFlags This QFlag class provides flags for the int enum.
QNetworkProxy The QNetworkProxy class provides a network layer proxy.
QTcpServer The QTcpServer class provides a TCP-based server.
QTcpSocket The QTcpSocket class provides a TCP socket.
QUdpSocket The QUdpSocket class provides a UDP socket.
QUdpSocket.BindMode This QFlag class provides flags for the int enum.
QUdpSocket.HostInfo  
QUrlInfo The QUrlInfo class stores information about URLs.
 

Enum Summary
QAbstractSocket.NetworkLayerProtocol This enum describes the network layer protocol values used in Qt.
QAbstractSocket.SocketError This enum describes the socket errors that can occur.
QAbstractSocket.SocketState This enum describes the different states in which a socket can be.
QAbstractSocket.SocketType This enum describes the transport layer protocol.
QFtp.Command This enum is used as the return value for the currentCommand function.
QFtp.Error This enum identifies the error that occurred.
QFtp.State This enum defines the connection state.
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.SpecialAddress Press link for info on QHostAddress.SpecialAddress
QHostInfo.HostInfoError This enum describes the various errors that can occur when trying to resolve a host name.
QHttp.ConnectionMode This enum is used to specify the mode of connection to use.
QHttp.Error This enum identifies the error that occurred.
QHttp.State This enum is used to specify the state the client is in.
QNetworkInterface.InterfaceFlag Specifies the flags associated with this network interface.
QNetworkProxy.ProxyType This enum describes the types of network proxying provided in Qt.
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.Result  
QUdpSocket.BindFlag This enum describes the different flags you can pass to modify the behavior of QUdpSocket.:bind().
QUrlInfo.PermissionSpec This enum is used by the permissions function to report the permissions of a file.