HttpResponseCode.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_161) on Thu Aug 16 18:54:13 JST 2018 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>HttpResponseCode (twitter4j-core 4.0.7 API)</title>
  8. <meta name="date" content="2018-08-16">
  9. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  10. <script type="text/javascript" src="../script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="HttpResponseCode (twitter4j-core 4.0.7 API)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. </script>
  23. <noscript>
  24. <div>JavaScript is disabled on your browser.</div>
  25. </noscript>
  26. <!-- ========= START OF TOP NAVBAR ======= -->
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  31. <a name="navbar.top.firstrow">
  32. <!-- -->
  33. </a>
  34. <ul class="navList" title="Navigation">
  35. <li><a href="../overview-summary.html">Overview</a></li>
  36. <li><a href="package-summary.html">Package</a></li>
  37. <li class="navBarCell1Rev">Class</li>
  38. <li><a href="class-use/HttpResponseCode.html">Use</a></li>
  39. <li><a href="package-tree.html">Tree</a></li>
  40. <li><a href="../deprecated-list.html">Deprecated</a></li>
  41. <li><a href="../index-all.html">Index</a></li>
  42. <li><a href="../help-doc.html">Help</a></li>
  43. </ul>
  44. </div>
  45. <div class="subNav">
  46. <ul class="navList">
  47. <li><a href="../twitter4j/HttpResponse.html" title="class in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  48. <li><a href="../twitter4j/HttpResponseEvent.html" title="class in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  49. </ul>
  50. <ul class="navList">
  51. <li><a href="../index.html?twitter4j/HttpResponseCode.html" target="_top">Frames</a></li>
  52. <li><a href="HttpResponseCode.html" target="_top">No&nbsp;Frames</a></li>
  53. </ul>
  54. <ul class="navList" id="allclasses_navbar_top">
  55. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  56. </ul>
  57. <div>
  58. <script type="text/javascript"><!--
  59. allClassesLink = document.getElementById("allclasses_navbar_top");
  60. if(window==top) {
  61. allClassesLink.style.display = "block";
  62. }
  63. else {
  64. allClassesLink.style.display = "none";
  65. }
  66. //-->
  67. </script>
  68. </div>
  69. <div>
  70. <ul class="subNavList">
  71. <li>Summary:&nbsp;</li>
  72. <li>Nested&nbsp;|&nbsp;</li>
  73. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  74. <li>Constr&nbsp;|&nbsp;</li>
  75. <li>Method</li>
  76. </ul>
  77. <ul class="subNavList">
  78. <li>Detail:&nbsp;</li>
  79. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  80. <li>Constr&nbsp;|&nbsp;</li>
  81. <li>Method</li>
  82. </ul>
  83. </div>
  84. <a name="skip.navbar.top">
  85. <!-- -->
  86. </a></div>
  87. <!-- ========= END OF TOP NAVBAR ========= -->
  88. <!-- ======== START OF CLASS DATA ======== -->
  89. <div class="header">
  90. <div class="subTitle">twitter4j</div>
  91. <h2 title="Interface HttpResponseCode" class="title">Interface HttpResponseCode</h2>
  92. </div>
  93. <div class="contentContainer">
  94. <div class="description">
  95. <ul class="blockList">
  96. <li class="blockList">
  97. <dl>
  98. <dt>All Known Implementing Classes:</dt>
  99. <dd><a href="../twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dd>
  100. </dl>
  101. <hr>
  102. <br>
  103. <pre>public interface <span class="typeNameLabel">HttpResponseCode</span></pre>
  104. <dl>
  105. <dt><span class="simpleTagLabel">Since:</span></dt>
  106. <dd>Twitter4J 2.1.2</dd>
  107. <dt><span class="simpleTagLabel">Author:</span></dt>
  108. <dd>Yusuke Yamamoto - yusuke at mac.com</dd>
  109. </dl>
  110. </li>
  111. </ul>
  112. </div>
  113. <div class="summary">
  114. <ul class="blockList">
  115. <li class="blockList">
  116. <!-- =========== FIELD SUMMARY =========== -->
  117. <ul class="blockList">
  118. <li class="blockList"><a name="field.summary">
  119. <!-- -->
  120. </a>
  121. <h3>Field Summary</h3>
  122. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  123. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  124. <tr>
  125. <th class="colFirst" scope="col">Modifier and Type</th>
  126. <th class="colLast" scope="col">Field and Description</th>
  127. </tr>
  128. <tr class="altColor">
  129. <td class="colFirst"><code>static int</code></td>
  130. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#BAD_GATEWAY">BAD_GATEWAY</a></span></code>&nbsp;</td>
  131. </tr>
  132. <tr class="rowColor">
  133. <td class="colFirst"><code>static int</code></td>
  134. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#BAD_REQUEST">BAD_REQUEST</a></span></code>&nbsp;</td>
  135. </tr>
  136. <tr class="altColor">
  137. <td class="colFirst"><code>static int</code></td>
  138. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#ENHANCE_YOUR_CLAIM">ENHANCE_YOUR_CLAIM</a></span></code>&nbsp;</td>
  139. </tr>
  140. <tr class="rowColor">
  141. <td class="colFirst"><code>static int</code></td>
  142. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#FORBIDDEN">FORBIDDEN</a></span></code>&nbsp;</td>
  143. </tr>
  144. <tr class="altColor">
  145. <td class="colFirst"><code>static int</code></td>
  146. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#FOUND">FOUND</a></span></code>&nbsp;</td>
  147. </tr>
  148. <tr class="rowColor">
  149. <td class="colFirst"><code>static int</code></td>
  150. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#GATEWAY_TIMEOUT">GATEWAY_TIMEOUT</a></span></code>&nbsp;</td>
  151. </tr>
  152. <tr class="altColor">
  153. <td class="colFirst"><code>static int</code></td>
  154. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#INTERNAL_SERVER_ERROR">INTERNAL_SERVER_ERROR</a></span></code>&nbsp;</td>
  155. </tr>
  156. <tr class="rowColor">
  157. <td class="colFirst"><code>static int</code></td>
  158. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#MULTIPLE_CHOICES">MULTIPLE_CHOICES</a></span></code>&nbsp;</td>
  159. </tr>
  160. <tr class="altColor">
  161. <td class="colFirst"><code>static int</code></td>
  162. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#NOT_ACCEPTABLE">NOT_ACCEPTABLE</a></span></code>&nbsp;</td>
  163. </tr>
  164. <tr class="rowColor">
  165. <td class="colFirst"><code>static int</code></td>
  166. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#NOT_FOUND">NOT_FOUND</a></span></code>&nbsp;</td>
  167. </tr>
  168. <tr class="altColor">
  169. <td class="colFirst"><code>static int</code></td>
  170. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#NOT_MODIFIED">NOT_MODIFIED</a></span></code>&nbsp;</td>
  171. </tr>
  172. <tr class="rowColor">
  173. <td class="colFirst"><code>static int</code></td>
  174. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#OK">OK</a></span></code>&nbsp;</td>
  175. </tr>
  176. <tr class="altColor">
  177. <td class="colFirst"><code>static int</code></td>
  178. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#SERVICE_UNAVAILABLE">SERVICE_UNAVAILABLE</a></span></code>&nbsp;</td>
  179. </tr>
  180. <tr class="rowColor">
  181. <td class="colFirst"><code>static int</code></td>
  182. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#TOO_MANY_REQUESTS">TOO_MANY_REQUESTS</a></span></code>&nbsp;</td>
  183. </tr>
  184. <tr class="altColor">
  185. <td class="colFirst"><code>static int</code></td>
  186. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#UNAUTHORIZED">UNAUTHORIZED</a></span></code>&nbsp;</td>
  187. </tr>
  188. <tr class="rowColor">
  189. <td class="colFirst"><code>static int</code></td>
  190. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/HttpResponseCode.html#UNPROCESSABLE_ENTITY">UNPROCESSABLE_ENTITY</a></span></code>&nbsp;</td>
  191. </tr>
  192. </table>
  193. </li>
  194. </ul>
  195. </li>
  196. </ul>
  197. </div>
  198. <div class="details">
  199. <ul class="blockList">
  200. <li class="blockList">
  201. <!-- ============ FIELD DETAIL =========== -->
  202. <ul class="blockList">
  203. <li class="blockList"><a name="field.detail">
  204. <!-- -->
  205. </a>
  206. <h3>Field Detail</h3>
  207. <a name="OK">
  208. <!-- -->
  209. </a>
  210. <ul class="blockList">
  211. <li class="blockList">
  212. <h4>OK</h4>
  213. <pre>static final&nbsp;int OK</pre>
  214. <dl>
  215. <dt><span class="seeLabel">See Also:</span></dt>
  216. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.OK">Constant Field Values</a></dd>
  217. </dl>
  218. </li>
  219. </ul>
  220. <a name="MULTIPLE_CHOICES">
  221. <!-- -->
  222. </a>
  223. <ul class="blockList">
  224. <li class="blockList">
  225. <h4>MULTIPLE_CHOICES</h4>
  226. <pre>static final&nbsp;int MULTIPLE_CHOICES</pre>
  227. <dl>
  228. <dt><span class="seeLabel">See Also:</span></dt>
  229. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.MULTIPLE_CHOICES">Constant Field Values</a></dd>
  230. </dl>
  231. </li>
  232. </ul>
  233. <a name="FOUND">
  234. <!-- -->
  235. </a>
  236. <ul class="blockList">
  237. <li class="blockList">
  238. <h4>FOUND</h4>
  239. <pre>static final&nbsp;int FOUND</pre>
  240. <dl>
  241. <dt><span class="seeLabel">See Also:</span></dt>
  242. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.FOUND">Constant Field Values</a></dd>
  243. </dl>
  244. </li>
  245. </ul>
  246. <a name="NOT_MODIFIED">
  247. <!-- -->
  248. </a>
  249. <ul class="blockList">
  250. <li class="blockList">
  251. <h4>NOT_MODIFIED</h4>
  252. <pre>static final&nbsp;int NOT_MODIFIED</pre>
  253. <dl>
  254. <dt><span class="seeLabel">See Also:</span></dt>
  255. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.NOT_MODIFIED">Constant Field Values</a></dd>
  256. </dl>
  257. </li>
  258. </ul>
  259. <a name="BAD_REQUEST">
  260. <!-- -->
  261. </a>
  262. <ul class="blockList">
  263. <li class="blockList">
  264. <h4>BAD_REQUEST</h4>
  265. <pre>static final&nbsp;int BAD_REQUEST</pre>
  266. <dl>
  267. <dt><span class="seeLabel">See Also:</span></dt>
  268. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.BAD_REQUEST">Constant Field Values</a></dd>
  269. </dl>
  270. </li>
  271. </ul>
  272. <a name="UNAUTHORIZED">
  273. <!-- -->
  274. </a>
  275. <ul class="blockList">
  276. <li class="blockList">
  277. <h4>UNAUTHORIZED</h4>
  278. <pre>static final&nbsp;int UNAUTHORIZED</pre>
  279. <dl>
  280. <dt><span class="seeLabel">See Also:</span></dt>
  281. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.UNAUTHORIZED">Constant Field Values</a></dd>
  282. </dl>
  283. </li>
  284. </ul>
  285. <a name="FORBIDDEN">
  286. <!-- -->
  287. </a>
  288. <ul class="blockList">
  289. <li class="blockList">
  290. <h4>FORBIDDEN</h4>
  291. <pre>static final&nbsp;int FORBIDDEN</pre>
  292. <dl>
  293. <dt><span class="seeLabel">See Also:</span></dt>
  294. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.FORBIDDEN">Constant Field Values</a></dd>
  295. </dl>
  296. </li>
  297. </ul>
  298. <a name="NOT_FOUND">
  299. <!-- -->
  300. </a>
  301. <ul class="blockList">
  302. <li class="blockList">
  303. <h4>NOT_FOUND</h4>
  304. <pre>static final&nbsp;int NOT_FOUND</pre>
  305. <dl>
  306. <dt><span class="seeLabel">See Also:</span></dt>
  307. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.NOT_FOUND">Constant Field Values</a></dd>
  308. </dl>
  309. </li>
  310. </ul>
  311. <a name="NOT_ACCEPTABLE">
  312. <!-- -->
  313. </a>
  314. <ul class="blockList">
  315. <li class="blockList">
  316. <h4>NOT_ACCEPTABLE</h4>
  317. <pre>static final&nbsp;int NOT_ACCEPTABLE</pre>
  318. <dl>
  319. <dt><span class="seeLabel">See Also:</span></dt>
  320. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.NOT_ACCEPTABLE">Constant Field Values</a></dd>
  321. </dl>
  322. </li>
  323. </ul>
  324. <a name="ENHANCE_YOUR_CLAIM">
  325. <!-- -->
  326. </a>
  327. <ul class="blockList">
  328. <li class="blockList">
  329. <h4>ENHANCE_YOUR_CLAIM</h4>
  330. <pre>static final&nbsp;int ENHANCE_YOUR_CLAIM</pre>
  331. <dl>
  332. <dt><span class="seeLabel">See Also:</span></dt>
  333. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.ENHANCE_YOUR_CLAIM">Constant Field Values</a></dd>
  334. </dl>
  335. </li>
  336. </ul>
  337. <a name="UNPROCESSABLE_ENTITY">
  338. <!-- -->
  339. </a>
  340. <ul class="blockList">
  341. <li class="blockList">
  342. <h4>UNPROCESSABLE_ENTITY</h4>
  343. <pre>static final&nbsp;int UNPROCESSABLE_ENTITY</pre>
  344. <dl>
  345. <dt><span class="seeLabel">See Also:</span></dt>
  346. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.UNPROCESSABLE_ENTITY">Constant Field Values</a></dd>
  347. </dl>
  348. </li>
  349. </ul>
  350. <a name="TOO_MANY_REQUESTS">
  351. <!-- -->
  352. </a>
  353. <ul class="blockList">
  354. <li class="blockList">
  355. <h4>TOO_MANY_REQUESTS</h4>
  356. <pre>static final&nbsp;int TOO_MANY_REQUESTS</pre>
  357. <dl>
  358. <dt><span class="seeLabel">See Also:</span></dt>
  359. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.TOO_MANY_REQUESTS">Constant Field Values</a></dd>
  360. </dl>
  361. </li>
  362. </ul>
  363. <a name="INTERNAL_SERVER_ERROR">
  364. <!-- -->
  365. </a>
  366. <ul class="blockList">
  367. <li class="blockList">
  368. <h4>INTERNAL_SERVER_ERROR</h4>
  369. <pre>static final&nbsp;int INTERNAL_SERVER_ERROR</pre>
  370. <dl>
  371. <dt><span class="seeLabel">See Also:</span></dt>
  372. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.INTERNAL_SERVER_ERROR">Constant Field Values</a></dd>
  373. </dl>
  374. </li>
  375. </ul>
  376. <a name="BAD_GATEWAY">
  377. <!-- -->
  378. </a>
  379. <ul class="blockList">
  380. <li class="blockList">
  381. <h4>BAD_GATEWAY</h4>
  382. <pre>static final&nbsp;int BAD_GATEWAY</pre>
  383. <dl>
  384. <dt><span class="seeLabel">See Also:</span></dt>
  385. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.BAD_GATEWAY">Constant Field Values</a></dd>
  386. </dl>
  387. </li>
  388. </ul>
  389. <a name="SERVICE_UNAVAILABLE">
  390. <!-- -->
  391. </a>
  392. <ul class="blockList">
  393. <li class="blockList">
  394. <h4>SERVICE_UNAVAILABLE</h4>
  395. <pre>static final&nbsp;int SERVICE_UNAVAILABLE</pre>
  396. <dl>
  397. <dt><span class="seeLabel">See Also:</span></dt>
  398. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.SERVICE_UNAVAILABLE">Constant Field Values</a></dd>
  399. </dl>
  400. </li>
  401. </ul>
  402. <a name="GATEWAY_TIMEOUT">
  403. <!-- -->
  404. </a>
  405. <ul class="blockListLast">
  406. <li class="blockList">
  407. <h4>GATEWAY_TIMEOUT</h4>
  408. <pre>static final&nbsp;int GATEWAY_TIMEOUT</pre>
  409. <dl>
  410. <dt><span class="seeLabel">See Also:</span></dt>
  411. <dd><a href="../constant-values.html#twitter4j.HttpResponseCode.GATEWAY_TIMEOUT">Constant Field Values</a></dd>
  412. </dl>
  413. </li>
  414. </ul>
  415. </li>
  416. </ul>
  417. </li>
  418. </ul>
  419. </div>
  420. </div>
  421. <!-- ========= END OF CLASS DATA ========= -->
  422. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  423. <div class="bottomNav"><a name="navbar.bottom">
  424. <!-- -->
  425. </a>
  426. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  427. <a name="navbar.bottom.firstrow">
  428. <!-- -->
  429. </a>
  430. <ul class="navList" title="Navigation">
  431. <li><a href="../overview-summary.html">Overview</a></li>
  432. <li><a href="package-summary.html">Package</a></li>
  433. <li class="navBarCell1Rev">Class</li>
  434. <li><a href="class-use/HttpResponseCode.html">Use</a></li>
  435. <li><a href="package-tree.html">Tree</a></li>
  436. <li><a href="../deprecated-list.html">Deprecated</a></li>
  437. <li><a href="../index-all.html">Index</a></li>
  438. <li><a href="../help-doc.html">Help</a></li>
  439. </ul>
  440. </div>
  441. <div class="subNav">
  442. <ul class="navList">
  443. <li><a href="../twitter4j/HttpResponse.html" title="class in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  444. <li><a href="../twitter4j/HttpResponseEvent.html" title="class in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  445. </ul>
  446. <ul class="navList">
  447. <li><a href="../index.html?twitter4j/HttpResponseCode.html" target="_top">Frames</a></li>
  448. <li><a href="HttpResponseCode.html" target="_top">No&nbsp;Frames</a></li>
  449. </ul>
  450. <ul class="navList" id="allclasses_navbar_bottom">
  451. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  452. </ul>
  453. <div>
  454. <script type="text/javascript"><!--
  455. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  456. if(window==top) {
  457. allClassesLink.style.display = "block";
  458. }
  459. else {
  460. allClassesLink.style.display = "none";
  461. }
  462. //-->
  463. </script>
  464. </div>
  465. <div>
  466. <ul class="subNavList">
  467. <li>Summary:&nbsp;</li>
  468. <li>Nested&nbsp;|&nbsp;</li>
  469. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  470. <li>Constr&nbsp;|&nbsp;</li>
  471. <li>Method</li>
  472. </ul>
  473. <ul class="subNavList">
  474. <li>Detail:&nbsp;</li>
  475. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  476. <li>Constr&nbsp;|&nbsp;</li>
  477. <li>Method</li>
  478. </ul>
  479. </div>
  480. <a name="skip.navbar.bottom">
  481. <!-- -->
  482. </a></div>
  483. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  484. <p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
  485. </body>
  486. </html>