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 Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
Fields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback invoked when the operation completes.Methods inherited from class HttpChannel.SendCallback
failedMethods inherited from class Callback.Nested
getCallback, getInvocationTypeMethods inherited from class Callback.Completing
completed
-
Constructor Details
-
Send100Callback
-
-
Method Details
-
succeeded
public void succeeded()Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- Overrides:
succeededin classHttpChannel.SendCallback- See Also:
-