|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.protocols.AbstractURISchemeHandler
org.millscript.commons.vfs.protocols.http.HttpSchemeHandler
public class HttpSchemeHandler
This class provides the http URI scheme handler.
| Constructor Summary | |
|---|---|
HttpSchemeHandler(VFS v)
Constructs a new http scheme handler for the specified VFS. |
|
| Method Summary | |
|---|---|
VFile |
resolveAsFile(java.net.URI uri)
Resolves the specified URI to a virtual file in a new virtual filesystem. |
VFolder |
resolveAsFolder(java.net.URI uri)
Resolves the specified URI to a virtual fole in a new virtual filesystem. |
VVolume |
resolveAsVolume(java.net.URI uri)
Resolves the specified URI to a new virtual filesystem volume. |
| Methods inherited from class org.millscript.commons.vfs.protocols.AbstractURISchemeHandler |
|---|
getParentVFS, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpSchemeHandler(VFS v)
v - the VFS for this handler| Method Detail |
|---|
public VFile resolveAsFile(java.net.URI uri)
URISchemeHandler
uri - the URI of the file to get a virtual file for
URISchemeHandler.resolveAsFile(java.net.URI)public VFolder resolveAsFolder(java.net.URI uri)
URISchemeHandler
uri - the URI of the folder to get a virtual folder for
URISchemeHandler.resolveAsFolder(java.net.URI)public VVolume resolveAsVolume(java.net.URI uri)
URISchemeHandler
uri - the URI of the file to get a virtual file for
URISchemeHandler.resolveAsVolume(java.net.URI)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||