Class Callback.Completing

java.lang.Object
org.eclipse.jetty.util.Callback.Completing
All Implemented Interfaces:
Callback, Invocable
Direct Known Subclasses:
Callback.Nested
Enclosing interface:
Callback

public static class Callback.Completing extends Object implements Callback

A Callback implementation that calls the completed() method when it either succeeds or fails.

  • Constructor Details

  • Method Details