Package | Description |
---|---|
org.sblim.slp |
This package contains the external API of the SLP library.
|
org.sblim.slp.internal |
Internal implementation of the SLP library.
|
org.sblim.slp.internal.msg | |
org.sblim.slp.internal.sa |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocationAttributeVerifier.verifyAttribute(ServiceLocationAttribute pAttribute)
Verify that the attribute matches the template definition.
|
Modifier and Type | Method and Description |
---|---|
void |
Advertiser.addAttributes(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes)
Update the registration by adding the given attributes.
|
void |
Advertiser.register(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes)
Register a new service with SLP having the given attributes.
|
Modifier and Type | Method and Description |
---|---|
static String |
AttributeHandler.buildString(ServiceLocationAttribute pAttr) |
Modifier and Type | Method and Description |
---|---|
void |
AdvertiserImpl.addAttributes(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes) |
void |
AdvertiserImpl.register(ServiceURL pURL,
Vector<ServiceLocationAttribute> pAttributes) |
Modifier and Type | Method and Description |
---|---|
ServiceLocationAttribute |
SLPInputStream.readAttribute()
readAttribute
|
Modifier and Type | Method and Description |
---|---|
List<ServiceLocationAttribute> |
ServiceRegistration.getAttributeList()
getAttributeList
|
Iterator<ServiceLocationAttribute> |
AttributeReply.getResultIterator() |
List<ServiceLocationAttribute> |
SLPInputStream.readAttributeList()
readAttributeList
|
Constructor and Description |
---|
AttributeReply(int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
AttributeReply(MsgHeader pHeader,
int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
AttributeReply(String pLangTag,
int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
DAAdvert(int pErrorCode,
long pStatelessBootTime,
String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<String> pSPIList)
Ctor.
|
DAAdvert(MsgHeader pHeader,
int pErrorCode,
long pStatelessBootTime,
String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<String> pSPIList)
Ctor.
|
DAAdvert(String pLangTag,
int pErrorCode,
long pStatelessBootTime,
String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<String> pSPIList)
Ctor.
|
DADescriptor(String pURL,
TreeSet<String> pScopeSet,
List<ServiceLocationAttribute> pAttributes)
Ctor.
|
SAAdvert(MsgHeader pHeader,
String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
SAAdvert(String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
SAAdvert(String pLangTag,
String pURLStr,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
ServiceRegistration(MsgHeader pHeader,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
ServiceRegistration(ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
ServiceRegistration(String pLangTag,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceType pSrvType,
List<String> pScopes)
getAttributes
|
List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceURL pSrvURL,
List<String> pScopes)
getAttributes
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTable.add(ServiceURL pSrvURL,
List<ServiceLocationAttribute> pAttrList,
List<String> pScopes)
add
|
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.