com.superhac.JXBStreamer.Core
Class InternalIPFinder

java.lang.Object
  extended by com.superhac.JXBStreamer.Core.InternalIPFinder

public class InternalIPFinder
extends java.lang.Object

A static class for getting the servers own binding IP address.


Constructor Summary
InternalIPFinder()
          Creates a new instance of InternalIPFinder
 
Method Summary
static java.lang.String getLocalIPAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalIPFinder

public InternalIPFinder()
Creates a new instance of InternalIPFinder

Method Detail

getLocalIPAddress

public static java.lang.String getLocalIPAddress()