Class IiopUrl.Address

  • Enclosing class:
    IiopUrl

    public static class IiopUrl.Address
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String host  
      int major  
      int minor  
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      Address​(java.lang.String hostPortVers, boolean oldFormat)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • port

        public int port
      • major

        public int major
      • minor

        public int minor
      • host

        public java.lang.String host
    • Constructor Detail

      • Address

        public Address​(java.lang.String hostPortVers,
                       boolean oldFormat)
                throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException