Class ReadWriteClient
java.lang.Object
org.newsclub.net.unix.demo.client.ReadWriteClient
A simple bidirectional Unix socket client that reads from/writes to stdin/stdout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconnect(SocketAddress endpoint) protected voidhandleSocket(Socket socket)
-
Constructor Details
-
ReadWriteClient
public ReadWriteClient()
-
-
Method Details
-
handleSocket
- Throws:
IOException
-
close
- Throws:
IOException
-
connect
- Throws:
IOException
-