Uses of Class
io.microsphere.net.ExtendableProtocolURLStreamHandler
-
Packages that use ExtendableProtocolURLStreamHandler Package Description io.microsphere.net io.microsphere.net.classpath io.microsphere.net.console -
-
Uses of ExtendableProtocolURLStreamHandler in io.microsphere.net
Methods in io.microsphere.net with parameters of type ExtendableProtocolURLStreamHandler Modifier and Type Method Description static void
URLUtils. registerURLStreamHandler(ExtendableProtocolURLStreamHandler handler)
Register an instance ofExtendableProtocolURLStreamHandler
-
Uses of ExtendableProtocolURLStreamHandler in io.microsphere.net.classpath
Subclasses of ExtendableProtocolURLStreamHandler in io.microsphere.net.classpath Modifier and Type Class Description class
Handler
The "classpath" protocolURLStreamHandler
based onClassLoader
-
Uses of ExtendableProtocolURLStreamHandler in io.microsphere.net.console
Subclasses of ExtendableProtocolURLStreamHandler in io.microsphere.net.console Modifier and Type Class Description class
Handler
"console" protocol Handler
-