public class ChannelOutputStream extends BufferOutputStream
output stream that fragments the written byte sequence into fixed-sized buffers and passes them to configured channel.DEFAULT_PROPAGATE_CLOSE| Constructor and Description |
|---|
ChannelOutputStream(IChannel channel) |
ChannelOutputStream(IChannel channel,
IBufferProvider bufferProvider) |
close, ensureBuffer, flush, flushWithEOS, flushWithEOS, getError, isPropagateClose, setError, toString, writewrite, writepublic ChannelOutputStream(IChannel channel)
public ChannelOutputStream(IChannel channel, IBufferProvider bufferProvider)
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.