Uses of Class
org.sblim.slp.ServiceLocationException
Packages that use ServiceLocationException
Package
Description
This package contains the external API of the SLP library.
Internal implementation of the SLP library.
-
Uses of ServiceLocationException in org.sblim.slp
Methods in org.sblim.slp that throw ServiceLocationExceptionModifier and TypeMethodDescriptionvoid
Advertiser.addAttributes
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) Update the registration by adding the given attributes.abstract ServiceLocationAttributeVerifier
TemplateRegistry.attributeVerifier
(String pDocumentURL) Reads the template document URL and returns an attribute verifier for the service type.void
Advertiser.deleteAttributes
(ServiceURL pURL, Vector<String> pAttributeIds) Delete the attributes from a URL for the locale with which the Advertiser was created.void
Advertiser.deregister
(ServiceURL pURL) Deregister a service from the SLP framework.abstract void
TemplateRegistry.deregisterServiceTemplate
(ServiceType pType, Locale pLocale, String pVersion) Deregister the template for the service type.Locator.findAttributes
(ServiceType pType, Vector<String> pScopes, Vector<String> pAttributeIds) For the type and scope, return a Vector of all ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector regardless of the Locator's locale.Locator.findAttributes
(ServiceType pType, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents) For the type and scope, return a Vector of all ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector regardless of the Locator's locale.Locator.findAttributes
(ServiceURL URL, Vector<String> scopes, Vector<String> attributeIds) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.Locator.findAttributes
(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.static Vector
<?> ServiceLocationManager.findScopes()
Returns an List of strings with all available scope names.Locator.findServices
(ServiceType pType, Vector<String> pScopes, String pSearchFilter) Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.Locator.findServices
(ServiceType pType, Vector<String> pScopes, String pSearchFilter, Vector<InetAddress> pDirectoryAgents) Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.Locator.findServiceTypes
(String pNamingAuthority, Vector<String> pScopes) Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.Locator.findServiceTypes
(String pNamingAuthority, Vector<String> pScopes, Vector<InetAddress> pDirectoryAgent) Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.abstract String
TemplateRegistry.findTemplateURL
(ServiceType pType, Locale pLocale, String pVersion) Returns the URL for the template document.static int
ServiceLocationManager.getRefreshInterval()
Returns the maximum across all DAs of the min-refresh-interval attribute.ServiceLocationEnumeration.next()
Return the next value or block until it becomes available.void
Advertiser.register
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) Register a new service with SLP having the given attributes.abstract void
TemplateRegistry.registerServiceTemplate
(ServiceType pType, String pDocumentURL, Locale pLocale, String pVersion) Register the service template with the template registry.void
ServiceLocationAttributeVerifier.verifyAttribute
(ServiceLocationAttribute pAttribute) Verify that the attribute matches the template definition.void
ServiceLocationAttributeVerifier.verifyRegistration
(Vector<?> pAttributeVector) Verify that the Vector of ServiceLocationAttribute objects matches the template for this service type.Constructors in org.sblim.slp that throw ServiceLocationExceptionModifierConstructorDescriptionServiceLocationAttribute
(String pString) Construct a service location attribute from a String. -
Uses of ServiceLocationException in org.sblim.slp.internal
Methods in org.sblim.slp.internal that throw ServiceLocationExceptionModifier and TypeMethodDescriptionvoid
AdvertiserImpl.addAttributes
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) void
AdvertiserImpl.deleteAttributes
(ServiceURL pURL, Vector<String> pAttributeIds) void
AdvertiserImpl.deregister
(ServiceURL pURL) void
AdvertiserImpl.register
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) static String
unescape -
Uses of ServiceLocationException in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that throw ServiceLocationExceptionModifier and TypeMethodDescriptionstatic SLPMessage
AttributeReply.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
AttributeRequest.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
DAAdvert.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
MsgFactory.parse
(InputStream pInStr) parsestatic SLPMessage
MsgFactory.parse
(DatagramPacket pPacket) parsestatic SLPMessage
parsestatic SLPMessage
MsgFactory.parse
(SLPInputStream pInStr) parsestatic MsgHeader
MsgHeader.parse
(SLPInputStream pInStr) parsestatic SLPMessage
SAAdvert.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceAcknowledgment.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceDeregistration.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceRegistration.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceReply.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceRequest.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceTypeReply.parse
(MsgHeader pHdr, SLPInputStream pInStr) parsestatic SLPMessage
ServiceTypeRequest.parse
(MsgHeader pHdr, SLPInputStream pInStr) parseint
SLPInputStream.read16()
read16int
SLPInputStream.read24()
read24long
SLPInputStream.read32()
read32int
SLPInputStream.read8()
read8SLPInputStream.readAttribute()
readAttributeSLPInputStream.readAttributeList()
readAttributeListList
<?> SLPInputStream.readAuthBlockList()
# of AttrAuths |(if present) Attribute Authentication Blocks...SLPInputStream.readServiceType()
readServiceTypeSLPInputStream.readServTypeList()
readServTypeListSLPInputStream.readString()
readStringSLPInputStream.readStringList()
readStringListSLPInputStream.readStringSet()
readStringSetSLPInputStream.readURL()
SLPInputStream.readUrlList
(List<Exception> pURLExceptions) readUrlListbyte[]
SLPMessage.serialize
(boolean pSetMulticastFlag, boolean pDatagramLimited, boolean pKeepXID) serializebyte[]
SLPMessage.serialize
(boolean pSetMulticastFlag, boolean pDatagramLimited, boolean pKeepXID, SerializeOption pOption) serializeprotected boolean
RequestMessage.serializeBody
(SLPOutputStream pOutStr, SerializeOption pSkipResponders) protected abstract boolean
SLPMessage.serializeBody
(SLPOutputStream pOutStr, SerializeOption pOption) protected abstract boolean
RequestMessage.serializeRequestBody
(SLPOutputStream pOutStr) byte[]
RequestMessage.serializeWithoutResponders
(boolean pSetMulticastFlag, boolean pDatagramLimited, boolean pKeepXID) serializeWithoutResponders -
Uses of ServiceLocationException in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa that throw ServiceLocationExceptionModifier and TypeMethodDescriptionvoid
MessageTable.addResponse
(InetAddress pSource, SLPMessage pRequest, byte[] pRespond) addResponsebyte[]
MessageTable.getResponse
(InetAddress pSource, SLPMessage pRequest) getResponseprotected abstract void
RecieverThread.init()
-
Uses of ServiceLocationException in org.sblim.slp.internal.ua
Constructors in org.sblim.slp.internal.ua that throw ServiceLocationExceptionModifierConstructorDescriptionTCPRequester
(ResultTable pResTable, InetAddress pDestination, RequestMessage pReqMsg, boolean pAsThread) Ctor.