Class AbstractConnection.ReadCallback

java.lang.Object
org.eclipse.jetty.io.AbstractConnection.ReadCallback
All Implemented Interfaces:
Callback, Invocable
Enclosing class:
AbstractConnection

private class AbstractConnection.ReadCallback extends Object implements Callback
  • Constructor Details

    • ReadCallback

      private ReadCallback()
  • Method Details

    • succeeded

      public void succeeded()
      Description copied from interface: Callback

      Callback invoked when the operation completes.

      Specified by:
      succeeded in interface Callback
      See Also:
    • failed

      public void failed(Throwable x)
      Description copied from interface: Callback

      Callback invoked when the operation fails.

      Specified by:
      failed in interface Callback
      Parameters:
      x - the reason for the operation failure
    • toString

      public String toString()
      Overrides:
      toString in class Object