Uses of Class
io.microsphere.net.MutableURLStreamHandlerFactory
-
Packages that use MutableURLStreamHandlerFactory Package Description io.microsphere.net -
-
Uses of MutableURLStreamHandlerFactory in io.microsphere.net
Methods in io.microsphere.net that return MutableURLStreamHandlerFactory Modifier and Type Method Description MutableURLStreamHandlerFactory
MutableURLStreamHandlerFactory. addURLStreamHandler(java.lang.String protocol, H handler)
Adds a new handler for the specified protocolMutableURLStreamHandlerFactory<H>
MutableURLStreamHandlerFactory. clearHandlers()
Clears all handlersprotected static MutableURLStreamHandlerFactory
URLUtils. getMutableURLStreamHandlerFactory()
protected static MutableURLStreamHandlerFactory
URLUtils. getMutableURLStreamHandlerFactory(boolean createIfAbsent)
-