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, setURLpublic MultiplexingURLStreamHandler(String protocol, StreamHandlerFactory factory, URLStreamHandler authorized)
protected URLConnection openConnection(URL url) throws IOException
openConnection in class URLStreamHandlerIOExceptionprotected boolean equals(URL url1, URL url2)
equals in class URLStreamHandlerprotected int getDefaultPort()
getDefaultPort in class URLStreamHandlerprotected InetAddress getHostAddress(URL url)
getHostAddress in class URLStreamHandlerprotected int hashCode(URL url)
hashCode in class URLStreamHandlerprotected boolean hostsEqual(URL url1, URL url2)
hostsEqual in class URLStreamHandlerprotected void parseURL(URL arg0, String arg1, int arg2, int arg3)
parseURL in class URLStreamHandlerprotected boolean sameFile(URL url1, URL url2)
sameFile in class URLStreamHandlerprotected void setURL(URL arg0, String arg1, String arg2, int arg3, String arg4, String arg5, String arg6, String arg7, String arg8)
setURL in class URLStreamHandlerprotected String toExternalForm(URL url)
toExternalForm in class URLStreamHandlerCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.