Package io.undertow.channels
Class DetachableStreamSourceChannel
java.lang.Object
io.undertow.channels.DetachableStreamSourceChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,InterruptibleChannel,ReadableByteChannel,ScatteringByteChannel,org.xnio.channels.CloseableChannel,org.xnio.channels.Configurable,org.xnio.channels.StreamSourceChannel,org.xnio.channels.SuspendableReadChannel
public abstract class DetachableStreamSourceChannel
extends Object
implements org.xnio.channels.StreamSourceChannel
A stream source channel that can be marked as detached. Once this is marked as detached then
calls will no longer be forwarded to the delegate.
- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.xnio.ChannelListener.SimpleSetter<DetachableStreamSourceChannel>protected final org.xnio.channels.StreamSourceChannelprotected org.xnio.ChannelListener.SimpleSetter<DetachableStreamSourceChannel>Fields inherited from interface org.xnio.channels.Configurable
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionDetachableStreamSourceChannel(org.xnio.channels.StreamSourceChannel delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidawaitReadable(long time, TimeUnit timeUnit) voidclose()org.xnio.ChannelListener.Setter<? extends org.xnio.channels.StreamSourceChannel>org.xnio.XnioIoThread<T> TgetOption(org.xnio.Option<T> option) org.xnio.ChannelListener.Setter<? extends org.xnio.channels.StreamSourceChannel>org.xnio.XnioExecutororg.xnio.XnioWorkerprotected abstract booleanbooleanisOpen()booleanintread(ByteBuffer dst) longread(ByteBuffer[] dsts) longread(ByteBuffer[] dsts, int offset, int length) void<T> TsetOption(org.xnio.Option<T> option, T value) voidbooleansupportsOption(org.xnio.Option<?> option) voidlongtransferTo(long position, long count, FileChannel target) longtransferTo(long count, ByteBuffer throughBuffer, org.xnio.channels.StreamSinkChannel target) void
-
Field Details
-
delegate
protected final org.xnio.channels.StreamSourceChannel delegate -
readSetter
-
closeSetter
-
-
Constructor Details
-
DetachableStreamSourceChannel
public DetachableStreamSourceChannel(org.xnio.channels.StreamSourceChannel delegate)
-
-
Method Details
-
isFinished
protected abstract boolean isFinished() -
resumeReads
public void resumeReads()- Specified by:
resumeReadsin interfaceorg.xnio.channels.SuspendableReadChannel
-
transferTo
- Specified by:
transferToin interfaceorg.xnio.channels.StreamSourceChannel- Throws:
IOException
-
awaitReadable
- Specified by:
awaitReadablein interfaceorg.xnio.channels.SuspendableReadChannel- Throws:
IOException
-
suspendReads
public void suspendReads()- Specified by:
suspendReadsin interfaceorg.xnio.channels.SuspendableReadChannel
-
transferTo
public long transferTo(long count, ByteBuffer throughBuffer, org.xnio.channels.StreamSinkChannel target) throws IOException - Specified by:
transferToin interfaceorg.xnio.channels.StreamSourceChannel- Throws:
IOException
-
getWorker
public org.xnio.XnioWorker getWorker()- Specified by:
getWorkerin interfaceorg.xnio.channels.CloseableChannel
-
isReadResumed
public boolean isReadResumed()- Specified by:
isReadResumedin interfaceorg.xnio.channels.SuspendableReadChannel
-
setOption
public <T> T setOption(org.xnio.Option<T> option, T value) throws IllegalArgumentException, IOException - Specified by:
setOptionin interfaceorg.xnio.channels.Configurable- Throws:
IllegalArgumentExceptionIOException
-
supportsOption
public boolean supportsOption(org.xnio.Option<?> option) - Specified by:
supportsOptionin interfaceorg.xnio.channels.Configurable
-
shutdownReads
- Specified by:
shutdownReadsin interfaceorg.xnio.channels.SuspendableReadChannel- Throws:
IOException
-
getReadSetter
public org.xnio.ChannelListener.Setter<? extends org.xnio.channels.StreamSourceChannel> getReadSetter()- Specified by:
getReadSetterin interfaceorg.xnio.channels.StreamSourceChannel- Specified by:
getReadSetterin interfaceorg.xnio.channels.SuspendableReadChannel
-
isOpen
public boolean isOpen() -
read
- Specified by:
readin interfaceScatteringByteChannel- Throws:
IOException
-
read
- Specified by:
readin interfaceScatteringByteChannel- Throws:
IOException
-
wakeupReads
public void wakeupReads()- Specified by:
wakeupReadsin interfaceorg.xnio.channels.SuspendableReadChannel
-
getReadThread
public org.xnio.XnioExecutor getReadThread()- Specified by:
getReadThreadin interfaceorg.xnio.channels.SuspendableReadChannel
-
awaitReadable
- Specified by:
awaitReadablein interfaceorg.xnio.channels.SuspendableReadChannel- Throws:
IOException
-
getCloseSetter
public org.xnio.ChannelListener.Setter<? extends org.xnio.channels.StreamSourceChannel> getCloseSetter()- Specified by:
getCloseSetterin interfaceorg.xnio.channels.CloseableChannel- Specified by:
getCloseSetterin interfaceorg.xnio.channels.StreamSourceChannel- Specified by:
getCloseSetterin interfaceorg.xnio.channels.SuspendableReadChannel
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.xnio.channels.CloseableChannel- Specified by:
closein interfaceInterruptibleChannel- Throws:
IOException
-
getOption
- Specified by:
getOptionin interfaceorg.xnio.channels.Configurable- Throws:
IOException
-
read
- Specified by:
readin interfaceReadableByteChannel- Throws:
IOException
-
getIoThread
public org.xnio.XnioIoThread getIoThread()- Specified by:
getIoThreadin interfaceorg.xnio.channels.CloseableChannel
-