{"id":981,"date":"2018-09-17T19:01:45","date_gmt":"2018-09-17T10:01:45","guid":{"rendered":"https:\/\/chat-messenger.com\/?p=981"},"modified":"2018-12-23T01:50:32","modified_gmt":"2018-12-22T16:50:32","slug":"inetaddress-getlocalhost","status":"publish","type":"post","link":"https:\/\/chat-messenger.com\/ko\/blog\/java\/inetaddress-getlocalhost","title":{"rendered":"Java \uc2e4\ud589\uc911\uc778 \uc2dc\uc2a4\ud15c\uc758 \ud638\uc2a4\ud2b8 \uc774\ub984 \uac00\uc838 \uc624\uae30"},"content":{"rendered":"<h2 class=\"common_title\"><a name=\"0\">Java \uc2e4\ud589\uc911\uc778 \uc2dc\uc2a4\ud15c\uc758 \ud638\uc2a4\ud2b8 \uc774\ub984 \uac00\uc838 \uc624\uae30<\/a><br \/><strong>InetAddress.getLocalHost().getHostName()<\/strong><\/h2>\n<p>\nJava\uc5d0\uc11c \uc2e4\ud589\uc911\uc778 \ucef4\ud4e8\ud130\uc758<strong>\ud638\uc2a4\ud2b8 \uc774\ub984<\/strong>(<strong>\uae30\uacc4 \uc774\ub984<\/strong>)\uc744 \uc5bb\ub294 \uc0d8\ud50c \ud504\ub85c\uadf8\ub7a8\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4.<br \/>\n\uc0d8\ud50c \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c\ub294 \ub2e4\uc74c\uc758 \ubc29\ubc95\uc73c\ub85c \ud638\uc2a4\ud2b8\uba85\uc744 \ucde8\ub4dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<div class=\"point\">\n<ul>\n<li><strong>java.net.InetAddress.getLocalHost()<\/strong> \uc5d0 \uc758\ud574 \ub85c\uceec \ud638\uc2a4\ud2b8\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. <strong>InetAddress<\/strong> \uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uac00\uc838\uc635\ub2c8\ub2e4.<\/li>\n<li>\uc5bb\uc740 \ub85c\uceec \ud638\uc2a4\ud2b8 <strong>InetAddress<\/strong> \uc758 <strong>getHostName()<\/strong> \uc5d0 \uc758\ud574 \uba38\uc2e0\uba85\uc744 \ucde8\ub4dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<\/div>\n<h2 class=\"common_title\"><a name=\"1\">\uc0d8\ud50c \ud504\ub85c\uadf8\ub7a8<\/a><\/h2>\n<pre class=\"sample_src\">\/** * \uc2e4\ud589 \uc911\uc778 \uc2dc\uc2a4\ud15c\uc758 \ud638\uc2a4\ud2b8 \uc774\ub984\uc744 \uac00\uc838\uc635\ub2c8\ub2e4. * @return \ud638\uc2a4\ud2b8\uba85 * \u203b\uc608\uae30\uce58 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc744 \uacbd\uc6b0\ub294, \uce90\ub9ad\ud130 \ub77c\uc778 &quot;UnknownHost&quot; \ub97c \ub3cc\ub824\uc90d\ub2c8\ub2e4. *\/ public static String getHostName() { try { return InetAddress.getLocalHost().getHostName(); }catch (Exception e) { e.printStackTrace(); } return &quot;UnknownHost&quot;; }\r\n<\/pre>\n<p><script type=\"text\/javascript\" src=\"https:\/\/chat-messenger.com\/js\/common.js?dd12sssas2223\" charset=\"UTF-8\"><\/script><br \/>\n<script type=\"text\/javascript\"> writePR(); <\/script><\/p>\n<h2 class=\"common_title\"><a name=\"2\">\uc2e4\ud589 \uacb0\uacfc<\/a><\/h2>\n<p>\u25c6\uc2e4\ud589\uc608<\/p>\n<pre class=\"sample_src\">\/** * \uc608\uc81c \uc2e4\ud589 * @param args *\/ public static void main(String[] args) { String name = getHostName(); System.out.println(&quot;\ud638\uc2a4\ud2b8 \uc774\ub984 = &#039;&quot;+name+&quot;&#039;&quot;); }\r\n<\/pre>\n<p>\u25c6\ucd9c\ub825 \uacb0\uacfc<\/p>\n<pre class=\"console\">\ud638\uc2a4\ud2b8 \uc774\ub984 = &#039;*****ATTON&#039;\r\n<\/pre>\n<p>\u203b\uc2e4\uc81c\ub85c\ub294 \uc2e4\ud589\ud55c \uba38\uc2e0\uc758 \ud638\uc2a4\ud2b8\uba85\uc774 \ucd9c\ub825\ub429\ub2c8\ub2e4.<\/p>","protected":false},"excerpt":{"rendered":"<p>Java \uc2e4\ud589\uc911\uc778 \uba38\uc2e0\uc758 \ud638\uc2a4\ud2b8\uba85\uc744 \ucde8\ub4dd InetAddress.getLocalHost().getHos [\u2026]<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"swell_btn_cv_data":""},"categories":[19],"tags":[],"_links":{"self":[{"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/posts\/981"}],"collection":[{"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/comments?post=981"}],"version-history":[{"count":4,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/posts\/981\/revisions"}],"predecessor-version":[{"id":1870,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/posts\/981\/revisions\/1870"}],"wp:attachment":[{"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/media?parent=981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/categories?post=981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chat-messenger.com\/ko\/wp-json\/wp\/v2\/tags?post=981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}