java.lang.Object
org.hibernate.search.backend.elasticsearch.client.impl.StubIOControl
All Implemented Interfaces:
org.apache.http.nio.IOControl

public final class StubIOControl extends Object implements org.apache.http.nio.IOControl
  • Field Details

  • Method Details

    • requestInput

      public void requestInput()
      Specified by:
      requestInput in interface org.apache.http.nio.IOControl
    • suspendInput

      public void suspendInput()
      Specified by:
      suspendInput in interface org.apache.http.nio.IOControl
    • requestOutput

      public void requestOutput()
      Specified by:
      requestOutput in interface org.apache.http.nio.IOControl
    • suspendOutput

      public void suspendOutput()
      Specified by:
      suspendOutput in interface org.apache.http.nio.IOControl
    • shutdown

      public void shutdown() throws IOException
      Specified by:
      shutdown in interface org.apache.http.nio.IOControl
      Throws:
      IOException