private class HttpChannel.Send100Callback extends HttpChannel.SendCallback
Callback.Completable, Callback.Completing, Callback.Nested
Invocable.InvocationType
__nonBlocking
Modifier | Constructor and Description |
---|---|
private |
Send100Callback(Callback callback) |
Modifier and Type | Method and Description |
---|---|
void |
succeeded()
Callback invoked when the operation completes.
|
failed
getCallback, getInvocationType
completed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInvocationType, invokeNonBlocking, isNonBlockingInvocation
private Send100Callback(Callback callback)
public void succeeded()
Callback
Callback invoked when the operation completes.
succeeded
in interface Callback
succeeded
in class HttpChannel.SendCallback
Callback.failed(Throwable)