public class ServerFixedLengthStreamSinkConduit extends AbstractFixedLengthStreamSinkConduit
next
Constructor and Description |
---|
ServerFixedLengthStreamSinkConduit(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
getWorker
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWriteThread, isWriteShutdown, resumeWrites, setWriteReadyHandler, suspendWrites
public ServerFixedLengthStreamSinkConduit(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 © 2019 JBoss by Red Hat. All rights reserved.