summaryrefslogtreecommitdiffstats
path: root/src/network/doc/src/examples.qdoc
blob: ee9084c74cb22c8b175f064b63e4e64b1973d2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \group examples-network
    \ingroup all-examples
    \title Network Examples
    \brief How to do network programming in Qt.

    \image network-examples.webp

    Qt is provided with an extensive set of network classes to support both
    client-based and server side network programming.

    These examples demonstrate the fundamental aspects of network programming
    with Qt.

*/

/*
     \list
    \li  \l{network/blockingfortuneclient}{Blocking Fortune Client}\raisedaster
    \li  \l{network/broadcastreceiver}{Broadcast Receiver}
    \li  \l{network/broadcastsender}{Broadcast Sender}
    \li  \l{network/network-chat}{Network Chat}
    \li  \l{network/fortuneclient}{Fortune Client}\raisedaster
    \li  \l{network/fortuneserver}{Fortune Server}\raisedaster
    \li  \l{network/http}{HTTP}
    \li  \l{network/threadedfortuneserver}{Threaded Fortune Server}\raisedaster
    \li  \l{network/torrent}{Torrent}
    \li  \l{network/securesocketclient}{Secure Socket Client}
    \li  \l{network/multicastreceiver}{Multicast Receiver}
    \li  \l{network/multicastsender}{Multicast Sender}
    \endlist

    Examples marked with an asterisk (*) are fully documented.
*/