Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSARequester.java119 public void register(ServiceURL URL, in register() argument
123 registerInternal(URL, serviceLocationAttributes, true); in register()
137 public void deregister(ServiceURL URL) in deregister() argument
140 deregisterInternal(URL, null); in deregister()
158 public void addAttributes(ServiceURL URL, in addAttributes() argument
162 registerInternal(URL, serviceLocationAttributes, false); in addAttributes()
179 public void deleteAttributes(ServiceURL URL, in deleteAttributes() argument
192 deregisterInternal(URL, attributeIds); in deleteAttributes()
210 private void registerInternal(ServiceURL URL, in registerInternal() argument
217 Assert.nonNullParameter(URL, "URL"); in registerInternal()
[all …]
H A DServerDATable.java186 url = ((SSrvReg)msg).URL; in forwardSAMessage()
188 url = ((CSrvReg)msg).URL; in forwardSAMessage()
201 String key = makeKey(smsg.URL, hdr.locale); in forwardSAMessage()
281 addr = InetAddress.getByName(advert.URL.getHost()); in handleAdvertIn()
285 new Object[] {advert.URL.getHost()}); in handleAdvertIn()
295 advert.URL, in handleAdvertIn()
309 new Object[] {advert.URL}); in handleAdvertIn()
316 recordNewDA(advert.URL, in handleAdvertIn()
336 advert.URL, in handleAdvertIn()
348 advert.URL, in handleAdvertIn()
[all …]
H A DSSrvReg.java51 ServiceURL URL = null; // the service URL. field in SSrvReg
80 URL = in initialize()
85 URLSignature = (Hashtable)table.get(URL); in initialize()
95 if (!(URL.getServiceType()).isServiceURL() && in initialize()
96 !t.equals(URL.getServiceType())) { in initialize()
97 URL.setServiceType(t); in initialize()
112 URL + "''\n" + in initialize()
H A DServer_en.properties91 ssf_set_servc_warning = In serialized registrations, tried to set service: URL ``{0}'''' type to ``…
92 …time expired, dropping registration.\n URL=``{0}''''\n Attributes=`{1}''''\n Locale=``{2}…
96 ssim_dump_entry = Locale=``{0}''''\n URL=``{1}''''\n Registered lifetime=``{2}''''\n T…
97 ssim_dump_urlsig = \n URL Auth Block List=``{0}''''
100 st_serialized_malform = Malformed serialized registration URL ``{0}''''.
101 st_unsupported_encoding = Unsupported encoding while opening URL ``{0}''''.
102 st_serialized_ioexception = IOException for serialized registration URL ``{0}'''': {1}
103 st_serialized_sle = Service location exception accessing serialized registration URL ``{0}'''': {1}
104 st_serialized_ex = Exception while registering serialized URL ``{0}'''': {1}
105 st_serialized_seex = Service location exception ``{0}'''' while registering serialized URL ``{1}'''…
[all …]
H A DAdvertiser.java72 public void register(ServiceURL URL, in register() argument
86 public void deregister(ServiceURL URL) in deregister() argument
103 public void addAttributes(ServiceURL URL, in addAttributes() argument
120 public void deleteAttributes(ServiceURL URL, in deleteAttributes() argument
H A DUARequester.java195 serviceURLs.addElement(((CSAAdvert)msg).URL); in findServices()
199 serviceURLs.addElement(((CDAAdvert)msg).URL); in findServices()
237 findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) in findAttributes() argument
240 Assert.nonNullParameter(URL, "URL"); in findAttributes()
245 URL, in findAttributes()
247 URL.getServiceType(), in findAttributes()
276 if (!URL.equals(smsg.URL)) { in findAttributes()
289 if (!URL.equals(smsg.URL)) { in findAttributes()
H A DSAttrMsg.java51 ServiceURL URL = null; // nonNull if a URL query. field in SAttrMsg
91 URL = new ServiceURL(urlOrServiceType, ServiceURL.LIFETIME_NONE); in initialize()
103 URL = null; in initialize()
130 (URL != null ? in initialize()
131 ("URL=``" + URL): in initialize()
H A DCSrvMsg.java181 final Hashtable getURLSignature(ServiceURL URL) { in getURLSignature() argument
183 return (Hashtable)(URLSignatures.get(URL)); in getURLSignature()
186 final void setURLSignature(ServiceURL URL, Hashtable sig) in setURLSignature() argument
190 URLSignatures.remove(URL); in setURLSignature()
192 URLSignatures.put(URL, sig); in setURLSignature()
H A DSSrvDereg.java51 ServiceURL URL = null; // the service URL. field in SSrvDereg
82 URL = in initialize()
87 URLSignature = (Hashtable)ht.get(URL); in initialize()
112 " URL=``" + URL + "''\n" + in initialize()
H A DPermSARegTable.java73 void reg(ServiceURL URL, CSrvReg sr) { in reg() argument
85 htRegs.put(URL, rec); in reg()
90 void dereg(ServiceURL URL) { in dereg() argument
91 htRegs.remove(URL); in dereg()
H A DCSAAdvert.java50 ServiceURL URL = null; // The DA's service URL field in CSAAdvert
68 URL = new ServiceURL(buf.toString(), ServiceURL.LIFETIME_NONE); in CSAAdvert()
82 ServiceType serviceType = URL.getServiceType(); in CSAAdvert()
89 new Object[] {URL, "SA"}); in CSAAdvert()
H A DSLPV1SSrvReg.java74 URL = in initialize()
79 serviceType = URL.getServiceType().toString(); in initialize()
148 ServiceTable.getServiceTable().getServiceRecord(URL, hdr.locale); in initialize()
168 " URL=``" + URL + "''\n" + in initialize()
H A DServiceTable.java183 void serializeServiceStore(String URL) { in serializeServiceStore() argument
190 URL url = new URL(URL); in serializeServiceStore()
203 new Object[] {URL}); in serializeServiceStore()
208 new Object[] {URL}); in serializeServiceStore()
213 new Object[] {URL, ex}); in serializeServiceStore()
218 new Object[] {URL, ex.getMessage()}); in serializeServiceStore()
235 URL url = new URL(serializedURL); in getStoreFromURL()
510 ServiceURL surl = req.URL; in register()
737 ServiceURL surl = req.URL; in deregister()
1063 ServiceURL surl = req.URL; in findAttributes()
[all …]
H A DSLPV1CDAAdvert.java81 URL = in initialize()
88 ServiceType serviceType = URL.getServiceType(); in initialize()
95 new Object[] {URL, "DA"}); in initialize()
H A DSLPV1SSrvDereg.java71 URL = in initialize()
116 ServiceStore.ServiceRecord rec = table.getServiceRecord(URL, in initialize()
136 " URL=``" + URL + "''\n" + in initialize()
H A DSLPV1SAttrMsg.java98 URL = new ServiceURLV1(urlOrServiceType, in initialize()
110 URL = null; in initialize()
177 (URL != null ? ("URL=``" + URL): in initialize()
H A DCDAAdvert.java51 ServiceURL URL = null; // The DA's service URL field in CDAAdvert
151 URL = new ServiceURL(surl, lifetime); in initialize()
165 ServiceType serviceType = URL.getServiceType(); in initialize()
172 new Object[] {URL, "DA"}); in initialize()
H A DServiceURL.java111 public ServiceURL(String URL, int iLifetime) in ServiceURL() argument
114 Assert.nonNullParameter(URL, "URL"); in ServiceURL()
124 checkURLString(URL); in ServiceURL()
125 parseURL(URL); in ServiceURL()
H A DServiceURLV1.java49 ServiceURLV1(String URL, int iLifetime) throws IllegalArgumentException { in ServiceURLV1() argument
50 super(URL, iLifetime); in ServiceURLV1()
H A DURLAttributeVerifier.java85 URL url = new URL(urlName); in initialize()
H A DActiveDiscoverer.java316 advert.URL = in addPreconfiguredDAs()
317 new ServiceURL(advert.URL.toString(), in addPreconfiguredDAs()
330 table.recordNewDA(advert.URL, in addPreconfiguredDAs()
H A DClientLib_en.properties62 …perty ``{1}''''.atattr_sec_error = SLPConfig: Attribute signing is set but URL signing is not, ign…
64 url_malformed = SLPConfig: Config file URL ``{0}'''' is malformed.
100 malformed_url = Malformed service URL:{0}
101 not_right_url = ``{0}'''' is not a {1} service URL
139 url_syntax_error = Syntax error in service URL ``{0}''''
170 loopback_parse_error = Syntax error in URL ``{0}'''' reply to looback DA lookup.
174 template_url_malformed = Malformed template URL ``{0}''''
207 invalid_url = Invalid URL ``{0}''''
208 url_ioexception = IOException opening URL ``{0}'''': {1}
H A DCSrvReg.java50 ServiceURL URL; field in CSrvReg
63 this.URL = urlEntry; in CSrvReg()
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
52 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
68 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
77 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
84 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
93 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
102 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
/illumos-gate/usr/src/tools/scripts/
H A Dits.reg49 # or URL of the actual system.
53 # A URL for additional information about the system. Should be the
58 # A URL to resolve reference to a unique key. See NOTES below.
62 # A URL that is valid only in the specified domain. Arbitrarily many
95 # are different on- and off-SWAN. The off-SWAN URL actually references a
146 # are different on- and off-SWAN. The off-SWAN URL provides restricted,

123