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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
Send100Callback
-
-
Method Details
-
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:
-