|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ServiceURL in ch.ethz.iks.slp |
|---|
| Methods in ch.ethz.iks.slp that return ServiceURL | |
|---|---|
static ServiceURL |
ServiceURL.fromBytes(java.io.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,
java.util.Dictionary attributes)
Not yet implemented. |
void |
Advertiser.deleteAttributes(ServiceURL url,
java.util.Dictionary attributeIds)
Not yet implemented. |
void |
Advertiser.deregister(ServiceURL url)
Unregister a service with the SLP framework. |
void |
Advertiser.deregister(ServiceURL url,
java.util.List scopes)
deregister a service in some scopes. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL url,
java.util.List scopes,
java.util.List attributeIds)
Find all services that match a ServiceURL. |
void |
Advertiser.register(ServiceURL url,
java.util.Dictionary attributes)
Register a service with the SLP framework. |
void |
Advertiser.register(ServiceURL url,
java.util.List scopes,
java.util.Dictionary attributes)
Register a service with the SLP framework. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||