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

dnssd

  • DNSSD
  • ServiceBase
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
DNSSD::ServiceBase Class Reference

#include <servicebase.h>

Inheritance diagram for DNSSD::ServiceBase:
DNSSD::PublicService DNSSD::RemoteService

List of all members.

Public Types

typedef KSharedPtr< ServiceBase > Ptr

Public Member Functions

 ServiceBase (const TQString &name=TQString::null, const TQString &type=TQString::null, const TQString &domain=TQString::null, const TQString &host=TQString::null, unsigned short port=0)
const TQString & serviceName () const
const TQString & type () const
const TQString & domain () const
const TQString & hostName () const
unsigned short port () const
const TQMap< TQString, TQString > & textData () const

Protected Member Functions

TQString encode ()
void decode (const TQString &name)
virtual void virtual_hook (int, void *)

Protected Attributes

TQString m_serviceName
TQString m_type
TQString m_domain
TQString m_hostName
unsigned short m_port
TQMap< TQString, TQString > m_textData

Friends

KDNSSD_EXPORT TQDataStream & operator<< (TQDataStream &s, const ServiceBase &a)
KDNSSD_EXPORT TQDataStream & operator>> (TQDataStream &s, ServiceBase &a)

Detailed Description

This class is used to carry information about service.

It can be remote, local, metaservice or domain. Metaservice has only type and domain - it means that services of given type are present in given domain. Describes any type of service.

Author:
Jakub Stachowski

Definition at line 40 of file servicebase.h.


Constructor & Destructor Documentation

DNSSD::ServiceBase::ServiceBase ( const TQString &  name = TQString::null,
const TQString &  type = TQString::null,
const TQString &  domain = TQString::null,
const TQString &  host = TQString::null,
unsigned short  port = 0 
)
Parameters:
nameService name - empty for metaservices
typeService type - empty for domains
domainDomain name
hostHost name
portPort number

Definition at line 27 of file servicebase.cpp.


Member Function Documentation

void DNSSD::ServiceBase::decode ( const TQString &  name) [protected]

Decode PTR label returned by DNS resolver into service name, type and domain.

It also handles special cases - metaservices and domains.

Definition at line 45 of file servicebase.cpp.

const TQString & DNSSD::ServiceBase::domain ( ) const

Returns domain that given service belongs to.

It is "local." for link-local services.

Definition at line 79 of file servicebase.cpp.

TQString DNSSD::ServiceBase::encode ( ) [protected]

Encode service name, type and domain into string that can be used as DNS-SD PTR label.

Definition at line 35 of file servicebase.cpp.

const TQString & DNSSD::ServiceBase::hostName ( ) const

Returns hostname.

It is only valid for local and resolved remote services.

Definition at line 84 of file servicebase.cpp.

unsigned short DNSSD::ServiceBase::port ( ) const

Returns port number.

It is only valid for local and resolved remote services.

Definition at line 89 of file servicebase.cpp.

const TQString & DNSSD::ServiceBase::serviceName ( ) const

Returns name of service.

This is empty for metaservices

Definition at line 69 of file servicebase.cpp.

const TQMap< TQString, TQString > & DNSSD::ServiceBase::textData ( ) const

Returns read only map of text properties.

It is only valid for local and resolved remote services.

Definition at line 93 of file servicebase.cpp.

const TQString & DNSSD::ServiceBase::type ( ) const

Returns type of service.

It always in format _sometype._udp or _sometype._tcp and it is empty for domains.

Definition at line 74 of file servicebase.cpp.


Member Data Documentation

TQMap<TQString,TQString> DNSSD::ServiceBase::m_textData [protected]

Map of TXT properties.

Definition at line 99 of file servicebase.h.


The documentation for this class was generated from the following files:
  • servicebase.h
  • servicebase.cpp

dnssd

Skip menu "dnssd"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

dnssd

Skip menu "dnssd"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for dnssd by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |