public class ServerFixedLengthStreamSinkConduit extends AbstractFixedLengthStreamSinkConduit
Constructor and Description |
---|
ServerFixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, boolean configurable, boolean propagateClose) Construct a new instance. |
Modifier and Type | Method and Description |
---|---|
protected void | channelFinished() |
awaitWritable, awaitWritable, flush, getRemaining, isWriteResumed, reset, terminateWrites, transferFrom, transferFrom, truncateWrites, wakeupWrites, write, write, writeFinal, writeFinal
getWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWrites
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 © 2020 JBoss by Red Hat. All rights reserved.