Package io.undertow.server.protocol.http
Class ServerFixedLengthStreamSinkConduit
java.lang.Object
org.xnio.conduits.AbstractConduit<D>
org.xnio.conduits.AbstractSinkConduit<D>
org.xnio.conduits.AbstractStreamSinkConduit<org.xnio.conduits.StreamSinkConduit>
io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit
- All Implemented Interfaces:
org.xnio.conduits.Conduit,org.xnio.conduits.SinkConduit,org.xnio.conduits.StreamSinkConduit
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from class org.xnio.conduits.AbstractConduit
next -
Constructor Summary
ConstructorsConstructorDescriptionServerFixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, boolean configurable, boolean propagateClose) Construct a new instance. -
Method Summary
Methods inherited from class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
awaitWritable, awaitWritable, flush, getRemaining, isWriteResumed, reset, terminateWrites, transferFrom, transferFrom, truncateWrites, wakeupWrites, write, write, writeFinal, writeFinalMethods inherited from class org.xnio.conduits.AbstractSinkConduit
getWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWritesMethods inherited from class org.xnio.conduits.AbstractConduit
getWorkerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xnio.conduits.Conduit
getWorkerMethods inherited from interface org.xnio.conduits.SinkConduit
getWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWrites
-
Constructor Details
-
ServerFixedLengthStreamSinkConduit
public ServerFixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, boolean configurable, boolean propagateClose) Construct a new instance.- Parameters:
next- the next channelconfigurable-trueif this instance should pass configuration to the nextpropagateClose-trueif this instance should pass close to the next
-
-
Method Details
-
channelFinished
protected void channelFinished()- Overrides:
channelFinishedin classAbstractFixedLengthStreamSinkConduit
-