Class TcpNioConnection.ChannelOutputStream

java.lang.Object
java.io.OutputStream
org.springframework.integration.ip.tcp.connection.TcpNioConnection.ChannelOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
TcpNioSSLConnection.SSLChannelOutputStream
Enclosing class:
TcpNioConnection

protected class TcpNioConnection.ChannelOutputStream extends OutputStream
OutputStream to wrap a SocketChannel; implements timeout on write.
Since:
2.0
Author:
Gary Russell, John Anderson, Artem Bilan, David Herschler Shvo, Christian Tzolov