Class ClasspathURLStreamHandlerProvider

java.lang.Object
java.net.spi.URLStreamHandlerProvider
org.infinispan.commons.jdkspecific.ClasspathURLStreamHandlerProvider
All Implemented Interfaces:
URLStreamHandlerFactory

@MetaInfServices public class ClasspathURLStreamHandlerProvider extends 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 <[email protected]>
  • Constructor Details

    • ClasspathURLStreamHandlerProvider

      public ClasspathURLStreamHandlerProvider()
  • Method Details