Uses of Class
io.microsphere.net.DelegatingURLStreamHandlerFactory
-
Packages that use DelegatingURLStreamHandlerFactory Package Description io.microsphere.net -
-
Uses of DelegatingURLStreamHandlerFactory in io.microsphere.net
Subclasses of DelegatingURLStreamHandlerFactory in io.microsphere.net Modifier and Type Class Description class
ServiceLoaderURLStreamHandlerFactory
DecoratingURLStreamHandlerFactory
class delegates the composite ofURLStreamHandlerFactory
andURLStreamHandler
instances that are loaded by the JDK'sServiceLoader
.
-