• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

  • tdecore
  • network
tdemulticastsocket.h
1 /*
2  * Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
3  *
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining
6  * a copy of this software and associated documentation files (the
7  * "Software"), to deal in the Software without restriction, including
8  * without limitation the rights to use, copy, modify, merge, publish,
9  * distribute, sublicense, and/or sell copies of the Software, and to
10  * permit persons to whom the Software is furnished to do so, subject to
11  * the following conditions:
12  *
13  * The above copyright notice and this permission notice shall be included
14  * in all copies or substantial portions of the Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20  * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23  */
24 
25 #ifndef TDEMULTICASTSOCKET_H
26 #define TDEMULTICASTSOCKET_H
27 
28 #include "kdatagramsocket.h"
29 #include "tdemulticastsocketdevice.h"
30 
31 namespace KNetwork {
32 
33 class KMulticastSocketPrivate;
48 class TDECORE_EXPORT KMulticastSocket: public KDatagramSocket
49 {
50  // Q_add-it-here_OBJECT
51 public:
55  KMulticastSocket(TQObject* parent = 0L, const char *name = 0L);
56 
60  ~KMulticastSocket();
61 
67  KMulticastSocketImpl* multicastSocketDevice();
68 
72  const KMulticastSocketImpl* multicastSocketDevice() const;
73 
81  virtual bool joinGroup(const TDESocketAddress& group);
82 
88  virtual bool joinGroup(const TDESocketAddress& group,
89  const KNetworkInterface& iface);
90 
98  virtual bool leaveGroup(const TDESocketAddress& group);
99 
104  virtual bool leaveGroup(const TDESocketAddress& group,
105  const KNetworkInterface& iface);
106 
107 private:
108  KMulticastSocketPrivate *d;
109 };
110 
111 } // namespace KNetwork
112 
113 #endif
KNetwork::KDatagramSocket
A socket that operates on datagrams.
Definition: kdatagramsocket.h:181
KNetwork::KMulticastSocketImpl
The low-level backend for multicasting sockets.
Definition: tdemulticastsocketdevice.h:46
KNetwork::KMulticastSocket
A multicast-capable datagram socket class.
Definition: tdemulticastsocket.h:49
KNetwork::KMulticastSocket::KMulticastSocket
KMulticastSocket(TQObject *parent=0L, const char *name=0L)
Constructor.
KNetwork::KMulticastSocket::leaveGroup
virtual bool leaveGroup(const TDESocketAddress &group)
Leaves a multicast group.
KNetwork::KMulticastSocket::leaveGroup
virtual bool leaveGroup(const TDESocketAddress &group, const KNetworkInterface &iface)
This is an overloaded member function, provided for convenience. It differs from the above function o...
KNetwork::KMulticastSocket::~KMulticastSocket
~KMulticastSocket()
Destructor.
KNetwork::KMulticastSocket::joinGroup
virtual bool joinGroup(const TDESocketAddress &group)
Joins a multicast group.
KNetwork::KMulticastSocket::multicastSocketDevice
KMulticastSocketImpl * multicastSocketDevice()
Returns the multicast socket device in use by this object.
KNetwork::KMulticastSocket::joinGroup
virtual bool joinGroup(const TDESocketAddress &group, const KNetworkInterface &iface)
This is an overloaded member function, provided for convenience. It differs from the above function o...
KNetwork::KMulticastSocket::multicastSocketDevice
const KMulticastSocketImpl * multicastSocketDevice() const
This is an overloaded member function, provided for convenience. It differs from the above function o...
KNetwork::KNetworkInterface
A place-holder class for a future network interface class.
Definition: knetworkinterface.h:40
KNetwork::TDESocketAddress
A generic socket address.
Definition: tdesocketaddress.h:424
KNetwork
A namespace to store all networking-related (socket) classes.
Definition: kbufferedsocket.h:36

tdecore

Skip menu "tdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.1
This website is maintained by Timothy Pearson.