Class Handlers
java.lang.Object
org.springframework.boot.loader.net.protocol.Handlers
Utility used to register loader 
URL handlers.- Since:
- 3.2.0
- Author:
- Phillip Webb
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister()Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandlerwill be located to deal with jar URLs.
- 
Method Details- 
registerpublic static void register()Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandlerwill be located to deal with jar URLs.
 
-