public abstract class AbstractLocalURLStreamHandler extends URLStreamHandler
| Constructor and Description |
|---|
AbstractLocalURLStreamHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureLocal(URL url) |
protected boolean |
hostsEqual(URL url1,
URL url2) |
protected URLConnection |
openConnection(URL u,
Proxy p) |
equals, getDefaultPort, getHostAddress, hashCode, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormprotected URLConnection openConnection(URL u, Proxy p) throws IOException
openConnection in class URLStreamHandlerIOExceptionprotected boolean hostsEqual(URL url1, URL url2)
hostsEqual in class URLStreamHandlerprotected void ensureLocal(URL url) throws IOException
IOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.