Package ch.ethz.iks.slp.impl

Interface Summary
PlatformAbstraction Platform abstraction interface.
SLPDaemon the SLPDeaemon interface.
 

Class Summary
Activator Bundle Activator, also serves as a ServiceFactory for Advertiser and Locator services and as listener for appearing log services to allow on-demand logging.
AdvertiserImpl Implementation of the Advertiser that provides SLP SA functionality.
AuthenticatedURL an authenticated URL block within an SLPMessage.
LocatorImpl Implementation of the Locator interface.
OSGiPlatformAbstraction Platform abstraction for the OSGi implementation.
SelfDiscoveryTest  
ServiceURLTest  
SLPCore the core class of the jSLP implementation.
SLPDaemonImpl the jSLP daemon class.
SLPMessage base class for all messages that the SLP framework uses.
StandalonePlatformAbstraction Platform abstraction for the standalone implementation.
TestActivator