|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceType | |
---|---|
org.livetribe.slp | |
org.livetribe.slp.api | |
org.livetribe.slp.api.ua | |
org.livetribe.slp.spi | |
org.livetribe.slp.spi.msg | |
org.livetribe.slp.spi.ua |
Uses of ServiceType in org.livetribe.slp |
---|
Methods in org.livetribe.slp that return ServiceType | |
---|---|
ServiceType |
ServiceURL.getServiceType()
Returns the ServiceType of this service URL. |
ServiceType |
ServiceInfo.getServiceType()
Returns the ServiceType as provided to the constructors; prefer ServiceInfo.resolveServiceType()
to get the ServiceType of this ServiceInfo . |
ServiceType |
ServiceInfo.resolveServiceType()
Returns the ServiceType as provided to the
constructor ;
if this value is null, returns the ServiceType of the ServiceURL
of this ServiceInfo . |
Methods in org.livetribe.slp with parameters of type ServiceType | |
---|---|
protected ServiceInfo |
ServiceInfo.clone(ServiceType serviceType,
ServiceURL serviceURL,
Scopes scopes,
Attributes attributes,
String language)
Returns a new clone of this ServiceInfo with the given arguments. |
boolean |
ServiceType.matches(ServiceType serviceType)
Returns true if this service type matches the given service type, false otherwise. |
Constructors in org.livetribe.slp with parameters of type ServiceType | |
---|---|
ServiceInfo(ServiceType serviceType,
ServiceURL serviceURL,
Scopes scopes,
Attributes attributes,
String language)
Creates a ServiceInfo from the given arguments; the ServiceInfo.ServiceInfo(ServiceURL, Scopes, Attributes, String)
constructor should be preferred to this one, as it does not introduce ambiguity between the
ServiceType argument and the ServiceType of the ServiceURL argument. |
Uses of ServiceType in org.livetribe.slp.api |
---|
Constructors in org.livetribe.slp.api with parameters of type ServiceType | |
---|---|
MatchingServiceInfoCache(ServiceType serviceType,
Scopes matchingScopes,
String matchingFilter,
String matchingLanguage)
|
Uses of ServiceType in org.livetribe.slp.api.ua |
---|
Methods in org.livetribe.slp.api.ua with parameters of type ServiceType | |
---|---|
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 ServiceType in org.livetribe.slp.spi |
---|
Methods in org.livetribe.slp.spi with parameters of type ServiceType | |
---|---|
List |
ServiceInfoCache.match(ServiceType serviceType,
Scopes scopes,
Filter filter,
String language)
|
Uses of ServiceType in org.livetribe.slp.spi.msg |
---|
Methods in org.livetribe.slp.spi.msg that return ServiceType | |
---|---|
ServiceType |
SrvReg.getServiceType()
|
ServiceType |
SrvRqst.getServiceType()
|
Methods in org.livetribe.slp.spi.msg with parameters of type ServiceType | |
---|---|
protected static byte[] |
Message.serviceTypeToBytes(ServiceType serviceType)
|
void |
SrvReg.setServiceType(ServiceType serviceType)
|
void |
SrvRqst.setServiceType(ServiceType serviceType)
|
Uses of ServiceType in org.livetribe.slp.spi.ua |
---|
Methods in org.livetribe.slp.spi.ua with parameters of type ServiceType | |
---|---|
SrvRply[] |
StandardUserAgentManager.multicastSrvRqst(ServiceType serviceType,
Scopes scopes,
String filter,
String language,
int timeframe)
|
SrvRply[] |
UserAgentManager.multicastSrvRqst(ServiceType serviceType,
Scopes scopes,
String filter,
String language,
int timeframe)
|
SrvRply |
StandardUserAgentManager.tcpSrvRqst(InetAddress address,
ServiceType serviceType,
Scopes scopes,
String filter,
String language)
|
SrvRply |
UserAgentManager.tcpSrvRqst(InetAddress address,
ServiceType serviceType,
Scopes scopes,
String filter,
String language)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |