public class DefaultURLStreamHandler
extends java.net.URLStreamHandler
| Modifier and Type | Field and Description |
|---|---|
private VfsComponentContext |
context |
private FileSystemOptions |
fileSystemOptions |
| Constructor and Description |
|---|
DefaultURLStreamHandler(VfsComponentContext context) |
DefaultURLStreamHandler(VfsComponentContext context,
FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
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 VfsComponentContext context
private final FileSystemOptions fileSystemOptions
public DefaultURLStreamHandler(VfsComponentContext context)
public DefaultURLStreamHandler(VfsComponentContext context, FileSystemOptions fileSystemOptions)
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.URLStreamHandler