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 TypeClassDescriptionclass
A destination for those network transports that are duplex (e.g.class
class
A 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 TypeClassDescriptionclass
Implements the conversion fromContentProvider
toRequest.Content
. -
Uses of Invocable in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement InvocableModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.useInputStreamRequestContent
insteadclass
Deprecated.useOutputStreamRequestContent
instead -
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 TypeClassDescriptionclass
static class
class
-
Uses of Invocable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement InvocableModifier and TypeClassDescriptionprotected class
protected class
protected class
-
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement InvocableModifier and TypeClassDescriptionstatic class
A content represents the production of aHttpChannel
returned byHttpChannel.produceContent()
.static final class
EOF special content.static final class
Error special content.static class
Abstract class that implements the standard special content behavior.static class
Simple 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 TypeInterfaceDescriptioninterface
A callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic class
A CompletableFuture that is also a Callback.static class
A Callback implementation that calls theCallback.Completing.completed()
method when it either succeeds or fails.static class
Nested Completing Callback that completes after completing the nested callbackclass
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.class
class
This specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.class
Iterating Nested Callback.class
A 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 class
ARunnable
decorated 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 TypeClassDescriptionclass
This flusher can be used to mutated and fragmentFrame
s and forwarded them on towards the application using theIncomingFrames
provided in the constructor.class
class
-
Uses of Invocable in org.eclipse.jetty.websocket.javax.common
Classes in org.eclipse.jetty.websocket.javax.common that implement InvocableModifier and TypeClassDescriptionclass
Wrapper of user providedSendHandler
to Jetty internalCallback
AsyncRequestContent
instead.