Package com.google.common.jimfs
Class Handler
java.lang.Object
java.net.URLStreamHandler
com.google.common.jimfs.Handler
URLStreamHandler implementation for jimfs. Named Handler so that the class can be
found by Java as described in the documentation for URL.
This class is only public because it is necessary for Java to find it. It is not intended to be used directly.
- Since:
- 1.1
- Author:
- Colin Decker
-
Constructor Summary
ConstructorsConstructorDescriptionHandler()Deprecated.Not intended to be called directly; this class is only for use by Java itself. -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable InetAddressgetHostAddress(URL url) protected URLConnectionopenConnection(URL url) Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
Deprecated.Not intended to be called directly; this class is only for use by Java itself.
-
-
Method Details
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
getHostAddress
- Overrides:
getHostAddressin classURLStreamHandler
-