Package com.google.common.jimfs
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- com.google.common.jimfs.Handler
-
public final class Handler extends java.net.URLStreamHandler
URLStreamHandler
implementation for jimfs. NamedHandler
so that the class can be found by Java as described in the documentation forURL
.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
Constructors Constructor Description Handler()
Deprecated.Not intended to be called directly; this class is only for use by Java itself.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URLConnection
openConnection(java.net.URL url)
-