public final class Handler extends URLStreamHandler
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.
Constructor and Description |
---|
Handler()
Deprecated.
Not intended to be called directly; this class is only for use by Java itself.
|
Modifier and Type | Method and Description |
---|---|
protected URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
@Deprecated public Handler()
protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
Copyright © 2013–2018 Google Inc.. All rights reserved.