Class InboundPipeline

java.lang.Object
org.elasticsearch.transport.InboundPipeline
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.elasticsearch.common.lease.Releasable

public class InboundPipeline
extends java.lang.Object
implements org.elasticsearch.common.lease.Releasable
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Specified by:
      close in interface org.elasticsearch.common.lease.Releasable
    • handleBytes

      public void handleBytes​(TcpChannel channel, ReleasableBytesReference reference) throws java.io.IOException
      Throws:
      java.io.IOException
    • doHandleBytes

      public void doHandleBytes​(TcpChannel channel, ReleasableBytesReference reference) throws java.io.IOException
      Throws:
      java.io.IOException