Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getContentType_autoConnect (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java

            long length = conn.getContentLengthLong();
            assertEquals(-1, length);
        }
    
        /**
         * Test that getContentType() attempts to connect if not connected.
         */
        public void test_getContentType_autoConnect() throws Exception {
            URL url = new URL("storage://mybucket/object.txt");
            Handler handler = new Handler();
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Dec 11 08:38:29 GMT 2025
    - 14.4K bytes
    - Click Count (0)
Back to Top