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, writeFinalgetWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWritespublic 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 AbstractFixedLengthStreamSinkConduitCopyright © 2018. All rights reserved.