Package io.microsphere.net.console
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- io.microsphere.net.ExtendableProtocolURLStreamHandler
-
- io.microsphere.net.console.Handler
-
public class Handler extends ExtendableProtocolURLStreamHandler
"console" protocol Handler- Since:
- 1.0.0
- Author:
- Mercy
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URLConnection
openConnection(java.net.URL url, java.net.Proxy proxy)
-
Methods inherited from class io.microsphere.net.ExtendableProtocolURLStreamHandler
equals, getHandlePackages, getHandlePackagesPropertyValue, getProtocol, hashCode, hostsEqual, init, initSubProtocolURLConnectionFactories, openConnection, openFallbackConnection, parseURL, reformSpec, resolveAuthority, resolvePath, resolveSubProtocols, toExternalForm, toString
-
-
-
-
Method Detail
-
openConnection
public java.net.URLConnection openConnection(java.net.URL url, java.net.Proxy proxy) throws java.io.IOException
- Overrides:
openConnection
in classExtendableProtocolURLStreamHandler
- Throws:
java.io.IOException
-
-