Class HttpResourceUrlInterceptor.HttpResourceUrlInterceptorFactory

  • All Implemented Interfaces:
    java.net.URLStreamHandlerFactory
    Enclosing class:
    HttpResourceUrlInterceptor

    public static class HttpResourceUrlInterceptor.HttpResourceUrlInterceptorFactory
    extends java.lang.Object
    implements java.net.URLStreamHandlerFactory
    Creates stream handlers for the interceptor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)  
      • Methods inherited from class java.lang.Object

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

      • HttpResourceUrlInterceptorFactory

        public HttpResourceUrlInterceptorFactory​(java.lang.String resourceName)
    • Method Detail

      • createURLStreamHandler

        public java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
        Specified by:
        createURLStreamHandler in interface java.net.URLStreamHandlerFactory