de.schlichtherle.truezip.fs.http
Class HttpInputSocket
java.lang.Object
de.schlichtherle.truezip.socket.IOSocket<E,Entry>
de.schlichtherle.truezip.socket.InputSocket<HttpEntry>
de.schlichtherle.truezip.fs.http.HttpInputSocket
@ThreadSafe
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
final class HttpInputSocket
- extends InputSocket<HttpEntry>
An input socket for HTTP entries.
- Author:
- Christian Schlichtherle
- See Also:
HttpOutputSocket
entry
private final HttpEntry entry
HttpInputSocket
HttpInputSocket(HttpEntry entry)
getLocalTarget
public HttpEntry getLocalTarget()
- Specified by:
getLocalTarget in class IOSocket<HttpEntry,Entry>
newReadOnlyFile
public ReadOnlyFile newReadOnlyFile()
throws IOException
- Specified by:
newReadOnlyFile in class InputSocket<HttpEntry>
- Throws:
IOException
newInputStream
public InputStream newInputStream()
throws IOException
- Overrides:
newInputStream in class InputSocket<HttpEntry>
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.