类 Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- io.microsphere.net.ExtendableProtocolURLStreamHandler
-
- io.microsphere.net.classpath.Handler
-
public class Handler extends ExtendableProtocolURLStreamHandler
The "classpath" protocolURLStreamHandler
based onClassLoader
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
ClassLoader.getResource(String)
,ClassLoaderUtils.getDefaultClassLoader()
-
-
构造器概要
构造器 构造器 说明 Handler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected java.net.URLConnection
openConnection(java.net.URL u, java.net.Proxy proxy)
-
从类继承的方法 io.microsphere.net.ExtendableProtocolURLStreamHandler
equals, getHandlePackages, getHandlePackagesPropertyValue, getProtocol, hashCode, hostsEqual, init, initSubProtocolURLConnectionFactories, openConnection, openFallbackConnection, parseURL, reformSpec, resolveAuthority, resolvePath, resolveSubProtocols, toExternalForm, toString
-
-
-
-
方法详细资料
-
openConnection
protected java.net.URLConnection openConnection(java.net.URL u, java.net.Proxy proxy) throws java.io.IOException
- 覆盖:
openConnection
在类中ExtendableProtocolURLStreamHandler
- 抛出:
java.io.IOException
-
-