class URLHandlersBundleStreamHandler
extends java.net.URLStreamHandler
| Modifier and Type | Field and Description |
|---|---|
private SecureAction |
m_action |
private Felix |
m_framework |
| Constructor and Description |
|---|
URLHandlersBundleStreamHandler(Felix framework) |
URLHandlersBundleStreamHandler(SecureAction action) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
checkPermission(java.net.URL u) |
protected java.net.InetAddress |
getHostAddress(java.net.URL u) |
protected java.net.URLConnection |
openConnection(java.net.URL url) |
protected void |
parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit) |
protected java.lang.String |
toExternalForm(java.net.URL u) |
private final Felix m_framework
private final SecureAction m_action
public URLHandlersBundleStreamHandler(Felix framework)
public URLHandlersBundleStreamHandler(SecureAction action)
protected java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException
openConnection in class java.net.URLStreamHandlerjava.io.IOExceptionprotected void parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit)
parseURL in class java.net.URLStreamHandlerprotected java.lang.String toExternalForm(java.net.URL u)
toExternalForm in class java.net.URLStreamHandlerprotected java.net.InetAddress getHostAddress(java.net.URL u)
getHostAddress in class java.net.URLStreamHandlerprivate boolean checkPermission(java.net.URL u)