Class ClasspathURLStreamHandlerProvider

  • All Implemented Interfaces:
    URLStreamHandlerFactory

    @MetaInfServices
    public class ClasspathURLStreamHandlerProvider
    extends java.net.spi.URLStreamHandlerProvider
    A URLStreamHandlerProvider which handles URLs with protocol "classpath". It is automatically registered using the service loader pattern. It can be disabled by setting the system property
    org.infinispan.urlstreamhandler.skip
    Since:
    12.1
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Constructor Detail

      • ClasspathURLStreamHandlerProvider

        public ClasspathURLStreamHandlerProvider()