@Immutable public class HttpNode extends FsAbstractNode implements net.java.truecommons.cio.IoEntry<HttpNode>
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getMembers() |
String |
getName() |
long |
getSize(net.java.truecommons.cio.Entry.Size type) |
long |
getTime(net.java.truecommons.cio.Entry.Access type) |
net.java.truecommons.shed.BitField<net.java.truecommons.cio.Entry.Type> |
getTypes() |
net.java.truecommons.cio.InputSocket<HttpNode> |
input() |
protected net.java.truecommons.cio.InputSocket<HttpNode> |
input(net.java.truecommons.shed.BitField<FsAccessOption> options) |
Boolean |
isPermitted(net.java.truecommons.cio.Entry.Access type,
net.java.truecommons.cio.Entry.Entity entity) |
boolean |
isType(net.java.truecommons.cio.Entry.Type type) |
protected org.apache.http.client.methods.HttpUriRequest |
newGet() |
protected org.apache.http.client.methods.HttpUriRequest |
newHead() |
protected InputStream |
newInputStream() |
protected OutputStream |
newOutputStream() |
net.java.truecommons.cio.OutputSocket<HttpNode> |
output() |
protected net.java.truecommons.cio.OutputSocket<HttpNode> |
output(net.java.truecommons.shed.BitField<FsAccessOption> options,
net.java.truecommons.cio.Entry template) |
toStringprotected final URI uri
@Nullable public Set<String> getMembers()
getMembers in interface FsNodepublic String getName()
public long getSize(net.java.truecommons.cio.Entry.Size type)
getSize in interface net.java.truecommons.cio.Entrypublic long getTime(net.java.truecommons.cio.Entry.Access type)
getTime in interface net.java.truecommons.cio.Entrypublic net.java.truecommons.shed.BitField<net.java.truecommons.cio.Entry.Type> getTypes()
public final net.java.truecommons.cio.InputSocket<HttpNode> input()
input in interface net.java.truecommons.cio.IoEntry<HttpNode>protected net.java.truecommons.cio.InputSocket<HttpNode> input(net.java.truecommons.shed.BitField<FsAccessOption> options)
public Boolean isPermitted(net.java.truecommons.cio.Entry.Access type, net.java.truecommons.cio.Entry.Entity entity)
isPermitted in interface net.java.truecommons.cio.Entrypublic boolean isType(net.java.truecommons.cio.Entry.Type type)
isType in interface FsNodeisType in class FsAbstractNodeprotected org.apache.http.client.methods.HttpUriRequest newGet()
protected org.apache.http.client.methods.HttpUriRequest newHead()
protected InputStream newInputStream() throws IOException
IOExceptionprotected OutputStream newOutputStream() throws IOException
IOExceptionpublic final net.java.truecommons.cio.OutputSocket<HttpNode> output()
output in interface net.java.truecommons.cio.IoEntry<HttpNode>protected net.java.truecommons.cio.OutputSocket<HttpNode> output(net.java.truecommons.shed.BitField<FsAccessOption> options, @CheckForNull net.java.truecommons.cio.Entry template)
Copyright © 2005–2016 Schlichtherle IT Services. All rights reserved.