Uses of Package
org.eclipse.jetty.util
Packages that use org.eclipse.jetty.util
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.utilClassDescriptionAttributes.An Attributes implementation backed by a
ConcurrentHashMap.A Wrapper of attributesDeprecated.A callback abstraction that handles completed/failed events of asynchronous operations.ACompletableFuturethat is also aCallback.A Callback implementation that calls theCallback.Completing.completed()method when it either succeeds or fails.Nested Completing Callback that completes after completing the nested callbackBuild a string from a sequence of bytes and/or characters.A matcher for classes based on package and/or location and/or module/Deprecated.ACompletableFuturethat implementsRunnableto perform a one-shot task that eventually completes thisCompletableFuture.A concurrent implementation ofPool.The type of the strategy to use for the pool.Interface to decorate objects created by theDecoratedObjectFactoryA container for name/value pairs, known as fields.A named list of string values.Parse an authority string (in the formhost:port) intohostandport, handling IPv4 and IPv6 host formats as defined in RFC 2732Utility class to maintain a set of inclusions and exclusions.An immutable String lookup data structure.Builder ofIndexinstances.A mutable String lookup data structure.Builder ofIndex.Mutableinstances.A pattern representing a single or range ofInetAddress.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.The indication of the overall progress of the iteration that implementations ofIteratingCallback.process()must return.Java Version Utility class.A receiver ofPoolevents.A multi valued Map.A pool of objects, with support for multiplexing and several optimized strategies plus an optionalThreadLocalcache of the last released entry.APoolentry that holds metadata and a pooled object.A factory forPoolinstances.A wrapper forPoolinstances.A callback abstraction that handles completed/failed events of asynchronous operations.A CompletableFuture that is also a Promise.AnInvocablePromisethat provides theInvocable.InvocationTypeof calls toPromise.succeeded(Object).A Tokenizer that splits a string into parts, allowing for quotes.Listener Marker for notifications re file changes.Fast search for patterns within strings, arrays of bytes andByteBuffers.Deprecated.A Closeable Callback.CreatesSocketAddressinstances, returning them through aPromise.Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.component
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.compressionClassDescriptionA pool of objects, with support for multiplexing and several optimized strategies plus an optional
ThreadLocalcache of the last released entry. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.resourceClassDescriptionAn immutable String lookup data structure.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.sslClassDescriptionNotification of exact file changes in the last scan.Listener Marker for notifications re file changes.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.threadClassDescriptionImplementations of this interface can be configured to use virtual threads.
Attributes.Mapped