17
17
< a title ="ApolloDebugServer Class Reference "> </ a >
18
18
< header >
19
19
< div class ="content-wrapper ">
20
- < p > < a href ="../index.html "> ApolloDeveloperKit 0.14.1 Docs</ a > (74 % documented)</ p >
20
+ < p > < a href ="../index.html "> ApolloDeveloperKit 0.15.0 Docs</ a > (75 % documented)</ p >
21
21
< p class ="header-right ">
22
22
< form role ="search " action ="../search.json ">
23
23
< input type ="text " placeholder ="Search documentation " data-typeahead >
@@ -221,12 +221,17 @@ <h4>Declaration</h4>
221
221
< section class ="section ">
222
222
< div class ="pointer "> </ div >
223
223
< div class ="abstract ">
224
- < p > The URL where the server is established.</ p >
224
+ < p > The URL where the server is established.
225
+ Only returns resolved hostname in IPv4 format.</ p >
225
226
< div class ="aside aside-warning ">
226
227
< p class ="aside-title "> Warning</ p >
227
228
If running on a simulator, < code > serverURL</ code > might return < code > nil</ code > .
228
229
Since there’s no way to access host machine’s network interfaces, < code > ApolloDebugServer</ code > assumes < code > en0</ code > or < code > en1</ code > is the only available interfaces.
229
230
231
+ </ div > < div class ="aside aside-see-also ">
232
+ < p class ="aside-title "> See also</ p >
233
+ < code > < a href ="../Classes/ApolloDebugServer.html#/s:18ApolloDeveloperKit0A11DebugServerC10serverURLsSay10Foundation3URLVGvp "> ApolloDebugServer.serverURLs</ a > </ code >
234
+
230
235
</ div >
231
236
232
237
</ div >
@@ -241,6 +246,35 @@ <h4>Declaration</h4>
241
246
</ section >
242
247
</ div >
243
248
</ li >
249
+ < li class ="item ">
250
+ < div >
251
+ < code >
252
+ < a name ="/s:18ApolloDeveloperKit0A11DebugServerC10serverURLsSay10Foundation3URLVGvp "> </ a >
253
+ < a name ="//apple_ref/swift/Property/serverURLs " class ="dashAnchor "> </ a >
254
+ < a class ="token " href ="#/s:18ApolloDeveloperKit0A11DebugServerC10serverURLsSay10Foundation3URLVGvp "> serverURLs</ a >
255
+ </ code >
256
+ </ div >
257
+ < div class ="height-container ">
258
+ < div class ="pointer-container "> </ div >
259
+ < section class ="section ">
260
+ < div class ="pointer "> </ div >
261
+ < div class ="abstract ">
262
+ < p > The possible URLs where the server is established.</ p >
263
+
264
+ < p > The hostname may contain resolved IPv4 / IPv6 format.</ p >
265
+
266
+ </ div >
267
+ < div class ="declaration ">
268
+ < h4 > Declaration</ h4 >
269
+ < div class ="language ">
270
+ < p class ="aside-title "> Swift</ p >
271
+ < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="k "> var</ span > < span class ="nv "> serverURLs</ span > < span class ="p "> :</ span > < span class ="p "> [</ span > < span class ="kt "> URL</ span > < span class ="p "> ]</ span > < span class ="p "> {</ span > < span class ="k "> get</ span > < span class ="p "> }</ span > </ code > </ pre >
272
+
273
+ </ div >
274
+ </ div >
275
+ </ section >
276
+ </ div >
277
+ </ li >
244
278
< li class ="item ">
245
279
< div >
246
280
< code >
@@ -418,7 +452,7 @@ <h4>Declaration</h4>
418
452
</ section >
419
453
</ section >
420
454
< section id ="footer ">
421
- < p > © 2020 < a class ="link " href ="https://github.com/manicmaniac/ApolloDeveloperKit " target ="_blank " rel ="external "> Ryosuke Ito</ a > . All rights reserved. (Last updated: 2020-09-06 )</ p >
455
+ < p > © 2020 < a class ="link " href ="https://github.com/manicmaniac/ApolloDeveloperKit " target ="_blank " rel ="external "> Ryosuke Ito</ a > . All rights reserved. (Last updated: 2020-09-26 )</ p >
422
456
< p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.13.5</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
423
457
</ section >
424
458
</ article >
0 commit comments