Class SocketOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class SocketOutputStream extends FilterOutputStream
InputStream connected to socket.

Unlike plain Socket.getOutputStream(), closing the stream does not close the entire socket, and instead it merely partial-close a socket in the direction.

Author:
Kohsuke Kawaguchi