Package | Description |
---|---|
net.java.truevfs.driver.http |
Provides a file system driver for read-only access to the web.
|
Modifier and Type | Method and Description |
---|---|
protected HttpNode |
HttpController.newEntry(FsNodeName name) |
HttpNode |
HttpController.node(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsNodeName name) |
HttpNode |
HttpOutputSocket.target() |
HttpNode |
HttpInputSocket.target() |
Modifier and Type | Method and Description |
---|---|
net.java.truecommons.cio.InputSocket<HttpNode> |
HttpNode.input() |
protected net.java.truecommons.cio.InputSocket<HttpNode> |
HttpNode.input(net.java.truecommons.shed.BitField<FsAccessOption> options) |
net.java.truecommons.cio.OutputSocket<HttpNode> |
HttpNode.output() |
protected net.java.truecommons.cio.OutputSocket<HttpNode> |
HttpNode.output(net.java.truecommons.shed.BitField<FsAccessOption> options,
net.java.truecommons.cio.Entry template) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpResponse |
HttpDriver.executeGet(HttpNode entry)
Executes the GET request method for the given URI.
|
protected org.apache.http.HttpResponse |
HttpDriver.executeHead(HttpNode entry)
Executes the HEAD request method for the given URI.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.