Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CIFSContext (0.04 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

        /**
         * The SMB authentication holder.
         */
        protected volatile SmbAuthenticationHolder smbAuthenticationHolder;
    
        /**
         * The CIFS context.
         */
        protected CIFSContext cifsContext;
    
        /**
         * Creates a new SmbClient instance.
         */
        public SmbClient() {
            super();
        }
    
        /**
        * Initializes the SMB client.
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/ntlm/JcifsEngine.java

        protected BaseContext cifsContext;
    
        /**
         * Constructs a JcifsEngine with the specified properties.
         *
         * @param props the properties for configuring the CIFS context
         * @throws CrawlingAccessException if an error occurs during initialization
         */
        public JcifsEngine(final Properties props) {
            try {
                cifsContext = new BaseContext(new PropertyConfiguration(props));
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top