public final class OptionOutputSocket extends DecoratingOutputSocket<Entry>
| Modifier and Type | Field and Description |
|---|---|
(package private) BitField<FsOutputOption> |
options |
| Constructor and Description |
|---|
OptionOutputSocket(OutputSocket<?> output,
BitField<FsOutputOption> options) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
getLocalTarget() |
BitField<FsOutputOption> |
getOptions() |
Entry |
getPeerTarget() |
OutputStream |
newOutputStream() |
SeekableByteChannel |
newSeekableByteChannel() |
getDelegate, toStringgetBoundSocketbindfinal BitField<FsOutputOption> options
public OptionOutputSocket(OutputSocket<?> output, BitField<FsOutputOption> options)
public Entry getLocalTarget() throws IOException
getLocalTarget in class DelegatingOutputSocket<Entry>IOExceptionpublic BitField<FsOutputOption> getOptions()
public Entry getPeerTarget() throws IOException
getPeerTarget in class DelegatingOutputSocket<Entry>IOExceptionpublic OutputStream newOutputStream() throws IOException
newOutputStream in class DelegatingOutputSocket<Entry>IOExceptionpublic SeekableByteChannel newSeekableByteChannel() throws IOException
newSeekableByteChannel in class DelegatingOutputSocket<Entry>IOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.