-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class TCPInputStream extends InputStream
TCP input stream for TCP socket. It is used to multiplex sockets and keep the InputStream interface to users.
-
-
Constructor Summary
Constructors Constructor Description TCPInputStream(MultiplexingSocket socket)Initializes a new TCPInputStream.
-