Here you can find the source of getLocalInetAddress(String host)
public static InetAddress getLocalInetAddress(String host)
//package com.java2s; //License from project: Apache License import java.net.InetAddress; public class Main { public static InetAddress getLocalInetAddress(String host) { // TODO Auto-generated method stub return null; }// ww w . jav a 2 s . c o m }