Uses of Interface
org.eclipse.jetty.util.thread.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
Modifier 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
Modifier and TypeClassDescriptionclass
Implements the conversion fromContentProvider
toRequest.Content
. -
Uses of Invocable in org.eclipse.jetty.client.util
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.useInputStreamRequestContent
insteadclass
Deprecated.useOutputStreamRequestContent
instead -
Uses of Invocable in org.eclipse.jetty.fcgi.generator
-
Uses of Invocable in org.eclipse.jetty.http2
Modifier and TypeClassDescriptionclass
static class
class
-
Uses of Invocable in org.eclipse.jetty.proxy
Modifier and TypeClassDescriptionprotected class
protected class
protected class
-
Uses of Invocable in org.eclipse.jetty.server
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
A callback abstraction that handles completed/failed events of asynchronous operations.Modifier 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
Modifier and TypeClassDescriptionstatic class
ARunnable
decorated with anInvocable.InvocationType
. -
Uses of Invocable in org.eclipse.jetty.websocket.core.internal
Modifier 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
Modifier and TypeClassDescriptionclass
Wrapper of user providedSendHandler
to Jetty internalCallback
AsyncRequestContent
instead.