Class SftpFileSystemInitializationContext

    • Constructor Detail

      • SftpFileSystemInitializationContext

        public SftpFileSystemInitializationContext​(String id,
                                                   URI uri,
                                                   Map<String,​?> env)
        Parameters:
        id - The unique identifier assigned to the file-system being created
        uri - The original URI that triggered the file-system creation
        env - The environment settings passed along with the URI (may be null)
    • Method Detail

      • getId

        public String getId()
        Returns:
        The unique identifier assigned to the file-system being created
      • getUri

        public URI getUri()
        Returns:
        The original URI that triggered the file-system creation
      • getEnvironment

        public Map<String,​?> getEnvironment()
        Returns:
        The environment settings passed along with the URI (may be null)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public int getPort()
        Returns:
        The resolved target port from the URI
      • setPort

        public void setPort​(int port)
      • setPropertyResolver

        public void setPropertyResolver​(PropertyResolver propertyResolver)
      • getMaxConnectTime

        public Duration getMaxConnectTime()
        Returns:
        The resolved max. connect timeout (msec.)
      • setMaxConnectTime

        public void setMaxConnectTime​(Duration maxConnectTime)
      • getMaxAuthTime

        public Duration getMaxAuthTime()
        Returns:
        The resolved max. authentication timeout (msec.)
      • setMaxAuthTime

        public void setMaxAuthTime​(Duration maxAuthTime)