Class S3UrlStreamHandler

java.lang.Object
java.net.URLStreamHandler
io.nosqlbench.nb.addins.s3.s3urlhandler.S3UrlStreamHandler

public class S3UrlStreamHandler
extends java.net.URLStreamHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    S3UrlStreamHandler​(S3ClientCache clientCache, java.lang.String protocol)  
  • Method Summary

    Modifier and Type Method Description
    protected S3UrlConnection openConnection​(java.net.URL url)  

    Methods inherited from class java.net.URLStreamHandler

    equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • openConnection

      protected S3UrlConnection openConnection​(java.net.URL url) throws java.io.IOException
      Specified by:
      openConnection in class java.net.URLStreamHandler
      Throws:
      java.io.IOException