Class Handler
java.lang.Object
java.net.URLStreamHandler
org.springframework.boot.loader.net.protocol.jar.Handler
URLStreamHandler alternative to sun.net.www.protocol.jar.Handler with
 optimized support for nested jars.- Since:
- 3.2.0
- Author:
- Phillip Webb
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidClear any internal caches.protected intprotected URLConnectionopenConnection(URL url) protected voidprotected booleanMethods inherited from class java.net.URLStreamHandlerequals, getDefaultPort, getHostAddress, hostsEqual, openConnection, setURL, setURL, toExternalForm
- 
Constructor Details- 
Handlerpublic Handler()
 
- 
- 
Method Details- 
openConnection- Specified by:
- openConnectionin class- URLStreamHandler
- Throws:
- IOException
 
- 
parseURL- Overrides:
- parseURLin class- URLStreamHandler
 
- 
hashCode- Overrides:
- hashCodein class- URLStreamHandler
 
- 
sameFile- Overrides:
- sameFilein class- URLStreamHandler
 
- 
clearCachepublic static void clearCache()Clear any internal caches.
 
-