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 Summary
Modifier and TypeMethodDescriptionstatic void
register()
Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-
Method Details
-
register
public static void register()Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-