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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
socket
 
- 
- 
Constructor Details- 
ClientConnection
 
- 
- 
Method Details- 
runReads a record batch off the socket and writes it back out.- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-