public class MultiplexingURLStreamHandler extends URLStreamHandler
Constructor and Description |
---|
MultiplexingURLStreamHandler(String protocol,
StreamHandlerFactory factory,
URLStreamHandler authorized) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
equals(URL url1,
URL url2) |
protected int |
getDefaultPort() |
protected InetAddress |
getHostAddress(URL url) |
protected int |
hashCode(URL url) |
protected boolean |
hostsEqual(URL url1,
URL url2) |
protected URLConnection |
openConnection(URL url) |
protected void |
parseURL(URL arg0,
String arg1,
int arg2,
int arg3) |
protected boolean |
sameFile(URL url1,
URL url2) |
protected void |
setURL(URL arg0,
String arg1,
String arg2,
int arg3,
String arg4,
String arg5,
String arg6,
String arg7,
String arg8) |
protected String |
toExternalForm(URL url) |
openConnection, setURL
public MultiplexingURLStreamHandler(String protocol, StreamHandlerFactory factory, URLStreamHandler authorized)
protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
protected boolean equals(URL url1, URL url2)
equals
in class URLStreamHandler
protected int getDefaultPort()
getDefaultPort
in class URLStreamHandler
protected InetAddress getHostAddress(URL url)
getHostAddress
in class URLStreamHandler
protected int hashCode(URL url)
hashCode
in class URLStreamHandler
protected boolean hostsEqual(URL url1, URL url2)
hostsEqual
in class URLStreamHandler
protected void parseURL(URL arg0, String arg1, int arg2, int arg3)
parseURL
in class URLStreamHandler
protected boolean sameFile(URL url1, URL url2)
sameFile
in class URLStreamHandler
protected void setURL(URL arg0, String arg1, String arg2, int arg3, String arg4, String arg5, String arg6, String arg7, String arg8)
setURL
in class URLStreamHandler
protected String toExternalForm(URL url)
toExternalForm
in class URLStreamHandler
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.