Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ENDPOINT (0.04 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

         *
         * @param address the address to check
         * @return true if witness service is available
         */
        private boolean isWitnessServiceAvailable(InetAddress address) {
            // RPC endpoint mapper port and connection timeout
            final int RPC_ENDPOINT_PORT = 135;
            final int RPC_CONNECT_TIMEOUT_MS = 5000;
    
            try (Socket socket = new Socket()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # The title of the domain for logging and display.
    domain.title = Fess
    
    # Search Engine
    
    # The type of search engine backend (e.g., default, opensearch).
    search_engine.type=default
    # The URL of the search engine HTTP endpoint.
    search_engine.http.url=http://localhost:9201
    # Path to SSL certificate authorities for secure HTTP connections.
    search_engine.http.ssl.certificate_authorities=
    # Username for authenticating to the search engine.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

    * Trusty: Add retry in curl commands ([#24749](https://github.com/kubernetes/kubernetes/pull/24749), [@andyzheng0831](https://github.com/andyzheng0831))
    * Collect and expose runtime's image storage usage via Kubelet's /stats/summary endpoint ([#23595](https://github.com/kubernetes/kubernetes/pull/23595), [@vishh](https://github.com/vishh))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top