Class HostFileNameParser.Authority

  • Enclosing class:
    HostFileNameParser

    protected static class HostFileNameParser.Authority
    extends java.lang.Object
    Parsed authority info (scheme, hostname, userinfo, port)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String hostName  
      java.lang.String password  
      int port  
      java.lang.String scheme  
      java.lang.String userName  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Authority()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • scheme

        public java.lang.String scheme
      • hostName

        public java.lang.String hostName
      • userName

        public java.lang.String userName
      • password

        public java.lang.String password
      • port

        public int port
    • Constructor Detail

      • Authority

        protected Authority()