serversocket (1) 썸네일형 리스트형 [Java] 네트워킹 - InetAddress (update.2021-11-11) InetAddress java.net.InetAddress 클래스를 사용해 IP주소를 가져올 수 있다. 주요 메서드 메서드 내용 byte[] getAddress() 주소값을 바이트 배열값으로 리턴 static InetAddress[] getAllByName(String host) -도메인 이름으로 IP 가져오기 -IP주소 배열 리턴 static InetAddress getByName(String host) -도메인 이름으로 IP 가져오기 -IP주소 1개 오기 String getCanonicalHostName() host의 정식이름값 리턴 String getHostAddress() host의 IP주소 리턴 static InetAddress getLocalHost() host 이름과 ip주소 리턴 boole.. 이전 1 다음