public static interface

SSDPManager.DiscoveryListener

org.ocast.discovery.SSDPManager.DiscoveryListener

Class Overview

Interface for listening SSDP service discovery

Summary

Public Methods
abstract void onServiceFound(URI location)
A new service has been found
abstract void onServiceLost(URI location)
A known service has been lost
abstract void onServiceResolveFailed(URI location)
A service description could not be retrieved
abstract void onServiceResolved(DialDevice device)
A service description has been retrieved

Public Methods

public abstract void onServiceFound (URI location)

A new service has been found

Parameters
location SSDP location URL

public abstract void onServiceLost (URI location)

A known service has been lost

Parameters
location DialDevice location

public abstract void onServiceResolveFailed (URI location)

A service description could not be retrieved

Parameters
location SSDP Location URL

public abstract void onServiceResolved (DialDevice device)

A service description has been retrieved

Parameters
device DialDevice parsed from the Location URL