public class Handler extends URLStreamHandler
data:
protocol as specified in RFC 2397.Modifier and Type | Field and Description |
---|---|
static String |
PROTOCOL
The protocol name.
|
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
protected DataURLConnection |
openConnection(URL u) |
protected DataURLConnection |
openConnection(URL u,
Proxy p) |
protected void |
parseURL(URL u,
String spec,
int start,
int limit) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, sameFile, setURL, setURL, toExternalForm
public static final String PROTOCOL
protected DataURLConnection openConnection(URL u)
openConnection
in class URLStreamHandler
protected DataURLConnection openConnection(URL u, Proxy p)
openConnection
in class URLStreamHandler
protected void parseURL(URL u, String spec, int start, int limit)
parseURL
in class URLStreamHandler
Copyright © 2017–2023. All rights reserved.