Package org.eclipse.jetty.server
Class HttpChannel.Send100Callback
- java.lang.Object
-
- org.eclipse.jetty.util.Callback.Completing
-
- org.eclipse.jetty.util.Callback.Nested
-
- org.eclipse.jetty.server.HttpChannel.SendCallback
-
- org.eclipse.jetty.server.HttpChannel.Send100Callback
-
- Enclosing class:
- HttpChannel
private class HttpChannel.Send100Callback extends HttpChannel.SendCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.InvocableCallback, Callback.Nested
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Send100Callback(Callback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
succeeded()
Callback invoked when the operation completes.-
Methods inherited from class org.eclipse.jetty.server.HttpChannel.SendCallback
failed
-
Methods inherited from class org.eclipse.jetty.util.Callback.Nested
getCallback, getInvocationType
-
Methods inherited from class org.eclipse.jetty.util.Callback.Completing
completed
-
-
-
-
Constructor Detail
-
Send100Callback
private Send100Callback(Callback callback)
-
-
Method Detail
-
succeeded
public void succeeded()
Description copied from interface:Callback
Callback invoked when the operation completes.
- Specified by:
succeeded
in interfaceCallback
- Overrides:
succeeded
in classHttpChannel.SendCallback
- See Also:
Callback.failed(Throwable)
-
-