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