java.lang.Object
org.apache.arrow.tools.EchoServer.ClientConnection
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- EchoServer
Handler for each client connection to the server.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
socket
-
-
Constructor Details
-
ClientConnection
-
-
Method Details
-
run
Reads a record batch off the socket and writes it back out.- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-