Package org.elasticsearch.transport.nio
Class TcpReadWriteHandler
java.lang.Object
org.elasticsearch.nio.BytesWriteHandler
org.elasticsearch.transport.nio.TcpReadWriteHandler
- All Implemented Interfaces:
NioChannelHandler
public class TcpReadWriteHandler extends BytesWriteHandler
-
Constructor Summary
Constructors Constructor Description TcpReadWriteHandler(NioTcpChannel channel, TcpTransport transport) -
Method Summary
Modifier and Type Method Description intconsumeReads(InboundChannelBuffer channelBuffer)Methods inherited from class org.elasticsearch.nio.BytesWriteHandler
channelActive, close, closeNow, createWriteOperation, pollFlushOperations, writeToBytes
-
Constructor Details
-
Method Details
-
consumeReads
- Throws:
java.io.IOException
-