Class ResolverDirectHTTP

    • Field Detail

      • LOG

        private static final org.slf4j.Logger LOG
      • properties

        private static final java.lang.String[] properties
        Field properties[]
      • HttpProxyHost

        private static final int HttpProxyHost
        Field HttpProxyHost
        See Also:
        Constant Field Values
      • HttpProxyPort

        private static final int HttpProxyPort
        Field HttpProxyPort
        See Also:
        Constant Field Values
      • HttpProxyUser

        private static final int HttpProxyUser
        Field HttpProxyUser
        See Also:
        Constant Field Values
      • HttpProxyPass

        private static final int HttpProxyPass
        Field HttpProxyPass
        See Also:
        Constant Field Values
      • HttpBasicUser

        private static final int HttpBasicUser
        Field HttpProxyUser
        See Also:
        Constant Field Values
      • HttpBasicPass

        private static final int HttpBasicPass
        Field HttpProxyPass
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResolverDirectHTTP

        public ResolverDirectHTTP()
    • Method Detail

      • engineIsThreadSafe

        public boolean engineIsThreadSafe()
        Description copied from class: ResourceResolverSpi
        Tells if the implementation does can be reused by several threads safely. It normally means that the implementation does not have any member, or there is member change between engineCanResolve and engineResolve invocations. Or it maintains all member info in ThreadLocal methods.
        Overrides:
        engineIsThreadSafe in class ResourceResolverSpi
      • openConnection

        private java.net.URLConnection openConnection​(java.net.URL url)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • getNewURI

        private static java.net.URI getNewURI​(java.lang.String uri,
                                              java.lang.String baseURI)
                                       throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException