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 voidURLUtils. registerURLStreamHandler(ExtendableProtocolURLStreamHandler handler)Registers the specifiedExtendableProtocolURLStreamHandlerfor its protocol. -
Uses of ExtendableProtocolURLStreamHandler in io.microsphere.net.classpath
Subclasses of ExtendableProtocolURLStreamHandler in io.microsphere.net.classpath Modifier and Type Class Description classHandlerThe "classpath" protocolURLStreamHandlerbased onClassLoader -
Uses of ExtendableProtocolURLStreamHandler in io.microsphere.net.console
Subclasses of ExtendableProtocolURLStreamHandler in io.microsphere.net.console Modifier and Type Class Description classHandler"console" protocol Handler
-