Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty Proxy : Async Proxy Support
Jetty Server : Core Server API
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement InvocableModifier and TypeClassDescriptionclassA destination for those network transports that are duplex (e.g.classclassA destination for those transports that are multiplex (e.g.protected static class -
Uses of Invocable in org.eclipse.jetty.client.internal
Classes in org.eclipse.jetty.client.internal that implement InvocableModifier and TypeClassDescriptionclassImplements the conversion fromContentProvidertoRequest.Content. -
Uses of Invocable in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement InvocableModifier and TypeClassDescriptionclassDeprecated.classDeprecated.useInputStreamRequestContentinsteadclassDeprecated.useOutputStreamRequestContentinstead -
Uses of Invocable in org.eclipse.jetty.fcgi.generator
Classes in org.eclipse.jetty.fcgi.generator that implement Invocable -
Uses of Invocable in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement InvocableModifier and TypeClassDescriptionclassstatic classclass -
Uses of Invocable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement InvocableModifier and TypeClassDescriptionprotected classprotected classprotected class -
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement InvocableModifier and TypeClassDescriptionstatic classA content represents the production of aHttpChannelreturned byHttpChannel.produceContent().static final classEOF special content.static final classError special content.static classAbstract class that implements the standard special content behavior.static classSimple non-special content wrapper allow overriding the EOF flag. -
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptioninterfaceA callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic classA CompletableFuture that is also a Callback.static classA Callback implementation that calls theCallback.Completing.completed()method when it either succeeds or fails.static classNested Completing Callback that completes after completing the nested callbackclassA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classclassThis specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.classIterating Nested Callback.classA Closeable Callback. -
Uses of Invocable in org.eclipse.jetty.util.thread
Subinterfaces of Invocable in org.eclipse.jetty.util.threadClasses in org.eclipse.jetty.util.thread that implement InvocableModifier and TypeClassDescriptionstatic classARunnabledecorated with anInvocable.InvocationType. -
Uses of Invocable in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement InvocableModifier and TypeClassDescriptionclassThis flusher can be used to mutated and fragmentFrames and forwarded them on towards the application using theIncomingFramesprovided in the constructor.classclass -
Uses of Invocable in org.eclipse.jetty.websocket.javax.common
Classes in org.eclipse.jetty.websocket.javax.common that implement InvocableModifier and TypeClassDescriptionclassWrapper of user providedSendHandlerto Jetty internalCallback
AsyncRequestContentinstead.