public class UpgradeConnection.SendUpgradeRequest extends FutureCallback implements Runnable
Callback.Completable, Callback.Nested
Invocable.InvocationType
__nonBlocking
Constructor and Description |
---|
SendUpgradeRequest() |
Modifier and Type | Method and Description |
---|---|
void |
failed(Throwable cause)
Callback invoked when the operation fails.
|
void |
run() |
void |
succeeded()
Callback invoked when the operation completes.
|
cancel, get, get, isCancelled, isDone, rethrow, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asPreferred, getInvocationType, getInvocationType, invokeNonBlocking, invokeOnlyNonBlocking, invokePreferBlocking, invokePreferNonBlocking, invokePreferred, isNonBlockingInvocation
public void succeeded()
Callback
Callback invoked when the operation completes.
succeeded
in interface Callback
succeeded
in class FutureCallback
Callback.failed(Throwable)
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.