Uses of Class
ch.ethz.iks.slp.ServiceURL

Packages that use ServiceURL
ch.ethz.iks.slp The user interface of the SLP framework. 
ch.ethz.iks.slp.impl This package contains all the implementation classes of jSLP. 
 

Uses of ServiceURL in ch.ethz.iks.slp
 

Methods in ch.ethz.iks.slp that return ServiceURL
static ServiceURL ServiceURL.fromBytes(DataInputStream input)
          Reads a byte stream from a DataInput and constructs a ServiceURL from it, following the RFC 2608 schema: 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Reserved | Lifetime | URL Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |URL len, contd.| URL (variable length) \ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |# of URL auths | Auth. blocks (if any) \ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ .
 

Methods in ch.ethz.iks.slp with parameters of type ServiceURL
 void Advertiser.addAttributes(ServiceURL url, Dictionary attributes)
          Not yet implemented.
 void Advertiser.deleteAttributes(ServiceURL url, Dictionary attributeIds)
          Not yet implemented.
 void Advertiser.deregister(ServiceURL url)
          Unregister a service with the SLP framework.
 void Advertiser.deregister(ServiceURL url, List scopes)
          deregister a service in some scopes.
 ServiceLocationEnumeration Locator.findAttributes(ServiceURL url, List scopes, List attributeIds)
          Find all services that match a ServiceURL.
 void Advertiser.register(ServiceURL url, Dictionary attributes)
          Register a service with the SLP framework.
 void Advertiser.register(ServiceURL url, List scopes, Dictionary attributes)
          Register a service with the SLP framework.
 

Uses of ServiceURL in ch.ethz.iks.slp.impl
 

Methods in ch.ethz.iks.slp.impl with parameters of type ServiceURL
 void AdvertiserImpl.addAttributes(ServiceURL url, Dictionary attributes)
          currently not supported.
 void AdvertiserImpl.deleteAttributes(ServiceURL url, Dictionary attributes)
          currently not supported.
 void AdvertiserImpl.deregister(ServiceURL url)
          deregister a service.
 void AdvertiserImpl.deregister(ServiceURL url, List scopes)
          deregister a service in some scopes.
 ServiceLocationEnumeration LocatorImpl.findAttributes(ServiceURL url, List scopes, List attributeIds)
          find attributes by service URL.
 void AdvertiserImpl.register(ServiceURL url, Dictionary attributes)
          register a new service with the framework.
 void AdvertiserImpl.register(ServiceURL url, List scopes, Dictionary attributes)
          register a new service with the framework using scopes.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.