Class HostNameHelper


  • public class HostNameHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HostNameHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMyHostName()  
      static java.lang.String getMyHostName​(java.lang.String defaultUnknownHostName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_UNKNOWN_HOST_NAME

        public static final java.lang.String DEFAULT_UNKNOWN_HOST_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • HostNameHelper

        public HostNameHelper()
    • Method Detail

      • getMyHostName

        public static java.lang.String getMyHostName()
      • getMyHostName

        public static java.lang.String getMyHostName​(java.lang.String defaultUnknownHostName)