Uses of Class
org.livetribe.slp.ServiceLocationException

Packages that use ServiceLocationException
org.livetribe.slp   
org.livetribe.slp.api   
org.livetribe.slp.api.da   
org.livetribe.slp.api.sa   
org.livetribe.slp.api.ua   
org.livetribe.slp.spi.filter   
org.livetribe.slp.spi.msg   
 

Uses of ServiceLocationException in org.livetribe.slp
 

Methods in org.livetribe.slp that throw ServiceLocationException
static byte[] Attributes.opaqueToBytes(String opaqueString)
          Returns a byte array containing the bytes parsed from the given opaque string, except the initial opaque prefix \FF.
 void Attributes.put(String tag, String[] values)
          Puts a tag with the specified values
 

Constructors in org.livetribe.slp that throw ServiceLocationException
Attributes(String attributeList)
          Creates an Attributes object parsing the given attributeList string.
 

Uses of ServiceLocationException in org.livetribe.slp.api
 

Constructors in org.livetribe.slp.api that throw ServiceLocationException
MatchingServiceInfoCache(ServiceType serviceType, Scopes matchingScopes, String matchingFilter, String matchingLanguage)
           
 

Uses of ServiceLocationException in org.livetribe.slp.api.da
 

Methods in org.livetribe.slp.api.da that throw ServiceLocationException
protected  void StandardDirectoryAgent.handleMulticastSrvRqst(SrvRqst message, InetSocketAddress address)
           
protected  void StandardDirectoryAgent.handleTCPSrvRqst(SrvRqst message, Socket socket)
           
 

Uses of ServiceLocationException in org.livetribe.slp.api.sa
 

Methods in org.livetribe.slp.api.sa that throw ServiceLocationException
 void ServiceAgent.deregister(ServiceInfo service)
           
 void StandardServiceAgent.deregister(ServiceInfo service)
           
protected  List StandardServiceAgent.findDirectoryAgents(Scopes scopes)
           
protected  void StandardServiceAgent.handleMulticastSrvRqst(SrvRqst message, InetSocketAddress address)
           
protected  void StandardServiceAgent.handleTCPSrvRqst(SrvRqst message, Socket socket)
           
 void ServiceAgent.register(ServiceInfo service)
          Registers the given service with directory agents.
 void StandardServiceAgent.register(ServiceInfo service)
           
 

Uses of ServiceLocationException in org.livetribe.slp.api.ua
 

Methods in org.livetribe.slp.api.ua that throw ServiceLocationException
 List StandardUserAgent.findDirectoryAgents(Scopes scopes, String filter)
           
 List StandardUserAgent.findServiceAgents(Scopes scopes, String filter)
           
 List StandardUserAgent.findServices(ServiceType serviceType, Scopes scopes, String filter, String language)
          Returns a list of ServiceInfo that are available on the network, and that match the given arguments.
 List UserAgent.findServices(ServiceType serviceType, Scopes scopes, String filter, String language)
           
 

Uses of ServiceLocationException in org.livetribe.slp.spi.filter
 

Methods in org.livetribe.slp.spi.filter that throw ServiceLocationException
 Filter FilterParser.parse(String expression)
           
 

Constructors in org.livetribe.slp.spi.filter that throw ServiceLocationException
ExpressionFilter(String lhs, String operator, String rhs)
           
 

Uses of ServiceLocationException in org.livetribe.slp.spi.msg
 

Methods in org.livetribe.slp.spi.msg that throw ServiceLocationException
protected static byte[] Message.attributesToBytes(Attributes attributes)
           
static Message Message.deserialize(byte[] bytes)
          Parses the header of SLP messages, then each message parses its body via Message.deserializeBody(byte[]).
static Extension Extension.deserialize(byte[] extensionBytes)
          Returns an Extension subclass object obtained deserializing the given bytes, or null if the bytes contain an extension that is not understood.
 int URLEntry.deserialize(byte[] bytes, int originalOffset)
           
protected  void DAAdvert.deserializeBody(byte[] bytes)
           
protected abstract  void Message.deserializeBody(byte[] bytes)
           
protected  void SrvAck.deserializeBody(byte[] bytes)
           
protected  void SrvReg.deserializeBody(byte[] bytes)
           
protected  void SrvDeReg.deserializeBody(byte[] bytes)
           
protected  void SrvRply.deserializeBody(byte[] bytes)
           
protected  void SrvRqst.deserializeBody(byte[] bytes)
           
protected  void SAAdvert.deserializeBody(byte[] bytes)
           
protected abstract  void Extension.deserializeBody(byte[] bodyBytes)
           
protected  void AttributeListExtension.deserializeBody(byte[] bodyBytes)
           
protected  void IdentifierExtension.deserializeBody(byte[] bodyBytes)
           
protected  void Message.deserializeExtensions(byte[] bytes, int firstExtensionOffset)
           
protected static String BytesBlock.readString(byte[] bytes, int offset, int length)
           
protected static String[] BytesBlock.readStringArray(byte[] bytes, int offset, int length)
           
protected static byte[] Message.scopesToBytes(Scopes scopes)
           
 byte[] URLEntry.serialize()
           
 byte[] Message.serialize()
           
 byte[] Extension.serialize()
           
protected  byte[] DAAdvert.serializeBody()
           
protected abstract  byte[] Message.serializeBody()
           
protected  byte[] SrvAck.serializeBody()
           
protected  byte[] SrvReg.serializeBody()
           
protected  byte[] SrvDeReg.serializeBody()
           
protected  byte[] SrvRply.serializeBody()
           
protected  byte[] SrvRqst.serializeBody()
           
protected  byte[] SAAdvert.serializeBody()
           
protected abstract  byte[] Extension.serializeBody()
           
protected  byte[] AttributeListExtension.serializeBody()
           
protected  byte[] IdentifierExtension.serializeBody()
           
protected  byte[] Message.serializeExtensions(int firstExtensionOffset)
           
protected static byte[] Message.serviceTypeToBytes(ServiceType serviceType)
           
protected static byte[] BytesBlock.stringToUTF8Bytes(String value)
           
protected static String BytesBlock.unescape(String value)
           
protected static String BytesBlock.utf8BytesToString(byte[] bytes, int offset, int length)
           
protected static byte[] BytesBlock.writeString(String value)
           
protected static byte[] BytesBlock.writeStringArray(String[] value)
           
 



Copyright © 2006-2012 LiveTribe. All Rights Reserved.