DNSSD::RemoteService Class Reference
RemoteService class allows to resolve service announced on remote machine.class representing service announced on remote machine. More...
#include <remoteservice.h>
Inheritance diagram for DNSSD::RemoteService:

Public Types | |
typedef KSharedPtr< RemoteService > | Ptr |
Signals | |
void | resolved (bool) |
Public Member Functions | |
RemoteService (const QString &label) | |
RemoteService (const QString &name, const QString &type, const QString &domain) | |
virtual | ~RemoteService () |
void | resolveAsync () |
bool | resolve () |
bool | isResolved () const |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
virtual void | customEvent (QCustomEvent *event) |
Friends | |
KDNSSD_EXPORT QDataStream & | operator<< (QDataStream &s, const RemoteService &a) |
KDNSSD_EXPORT QDataStream & | operator>> (QDataStream &s, RemoteService &a) |
Detailed Description
RemoteService class allows to resolve service announced on remote machine.class representing service announced on remote machine.In most cases objects of this class are created by ServiceBrowser, but it is not required. Only fields valid before service is resolved are name, type.and domain.
- Author:
- Jakub Stachowski
Definition at line 41 of file remoteservice.h.
Constructor & Destructor Documentation
|
Creates unresolved service from given DNS label.
Definition at line 58 of file remoteservice.cpp. References DNSSD::ServiceBase::decode(). |
|
Creates unresolved remote service with given name, type and domain.
Definition at line 63 of file remoteservice.cpp. |
Member Function Documentation
|
Resolves host name and port of service. Host name is not resolved into numeric address - use KResolver for that. Signal resolved(bool) will be emitted when finished or even before return of this function - in case of immediate failure. Definition at line 82 of file remoteservice.cpp. References QString::ascii(), DNSSD::domainToDNS(), DNSSD::ServiceBase::m_domain, DNSSD::ServiceBase::m_serviceName, DNSSD::ServiceBase::m_type, resolved(), and QString::utf8(). Referenced by resolve(). |
|
Synchronous version of resolveAsync(). Note that resolved(bool) is emitted before this function returns,
Definition at line 74 of file remoteservice.cpp. References resolveAsync(). |
|
Returns true if service has been successfully resolved.
Definition at line 96 of file remoteservice.cpp. |
|
Emitted when resolving is complete. Parameter is set to TRUE if it was successful. If operating in asynchronous mode this signal can be emitted several times (when service change) Referenced by customEvent(), and resolveAsync(). |
The documentation for this class was generated from the following files: