public class ServerFixedLengthStreamSinkConduit extends AbstractFixedLengthStreamSinkConduit
Constructor | Description |
---|---|
ServerFixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
boolean configurable,
boolean propagateClose) |
Construct a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
channelFinished() |
awaitWritable, awaitWritable, flush, getRemaining, isWriteResumed, reset, terminateWrites, transferFrom, transferFrom, truncateWrites, wakeupWrites, write, write, writeFinal, writeFinal
getWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWrites
public ServerFixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, boolean configurable, boolean propagateClose)
next
- the next channelconfigurable
- true
if this instance should pass configuration to the nextpropagateClose
- true
if this instance should pass close to the nextprotected void channelFinished()
channelFinished
in class AbstractFixedLengthStreamSinkConduit
Copyright © 2018. All rights reserved.