public class WriteCallbackWrapper extends Object implements Callback
WriteCallback
Callback
We don't expose the jetty Callback object to the webapp, as that makes things complicated for the WebAppContext's Classloader.
Callback.Adapter
WriteCallbackWrapper(WriteCallback callback)
void
failed(Throwable x)
succeeded()
static Callback
wrap(WriteCallback callback)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WriteCallbackWrapper(WriteCallback callback)
public static Callback wrap(WriteCallback callback)
public void failed(Throwable x)
failed
public void succeeded()
succeeded
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.