Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for S3URLConnection (0.98 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java

         *
         * @param u The URL to open a connection to
         * @return A new S3URLConnection instance
         * @throws IOException If the connection cannot be opened
         */
        @Override
        protected URLConnection openConnection(final URL u) throws IOException {
            return new S3URLConnection(u);
        }
    
        /**
         * S3URLConnection is a URL connection implementation for accessing S3 objects.
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 07:57:44 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top