Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ServiceURL |
ServiceURL.fromBytes(DataInputStream input)
Reads a byte stream from a DataInput and constructs a ServiceURL from it,
following the RFC 2608 schema:
|
Modifier and Type | Method and Description |
---|---|
void |
Advertiser.addAttributes(ServiceURL url,
Dictionary attributes)
Not yet implemented. Add attributes to an already registered
service.
|
void |
Advertiser.deleteAttributes(ServiceURL url,
Dictionary attributeIds)
Not yet implemented. Remove attributes to an already registered
service.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2018 universAAL Consortium. All rights reserved.