Uses of Package
org.eclipse.jetty.util
Packages that use org.eclipse.jetty.util
Package
Description
Jetty Deploy : Webapp Deployment Providers
Jetty Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Proxy : Async Proxy Support
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
This module contains the main abstractions for the QUIC protocol.
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
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
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.clientClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.A container for name/value pairs, known as fields.A factory for
Pool
instances.A callback abstraction that handles completed/failed events of asynchronous operations.CreatesSocketAddress
instances, returning them through aPromise
. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client.transportClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.Attributes.An
Attributes
implementation that lazily creates a backing map iff it is actually needed.A callback abstraction that handles completed/failed events of asynchronous operations.A container for name/value pairs, known as fields.A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client.transport.internalClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.deploy.providers
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.eeClassDescriptionAttributes.A matcher for classes based on package and/or location and/or module/
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.annotations
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.cdi
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.osgi.bootClassDescriptionInterface to be implemented by classes capable of checking class visibility for a context.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.plus.webapp
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.proxyClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.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 of
IteratingCallback.process()
must return. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.security.jaspiClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.servletClassDescriptionAttributes.An
Attributes
implementation backed by anotherAttributes
instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.A Wrapper of attributesA callback abstraction that handles completed/failed events of asynchronous operations.An ObjectFactory enhanced byDecorator
instances.Interface to decorate objects created by theDecoratedObjectFactory
A container for name/value pairs, known as fields.Parse an authority string (in the formhost:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in RFC 2732 -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.webappClassDescriptionAttributes.A matcher for classes based on package and/or location and/or module/Interface to be implemented by classes capable of checking class visibility for a context.Utility class to maintain a set of inclusions and exclusions.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.websocket.jakarta.commonClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.An ObjectFactory enhanced by
Decorator
instances. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.websocket.jakarta.common.messagesClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ee10.websocket.jakarta.server.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.client.transportClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.client.transport.internalClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.generatorClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.proxyClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.server.internalClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.httpClassDescriptionAttributes.Parse an authority string (in the form
host:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in RFC 2732An immutable String lookup data structure.A callback abstraction that handles completed/failed events of asynchronous operations.AnInvocable
Promise
that provides theInvocable.InvocationType
of calls toPromise.succeeded(Object)
.A Tokenizer that splits a string into parts, allowing for quotes. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http.spiClassDescriptionAttributes.Implementations of this interface can be configured to use virtual threads.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2ClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.A Callback implementation that calls the
Callback.Completing.completed()
method when it either succeeds or fails.Nested Completing Callback that completes after completing the nested callbackA callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.api
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.clientClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.client.transportClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.client.transport.internalClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.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 of
IteratingCallback.process()
must return. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.server
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.server.internalClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http3ClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.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 of
IteratingCallback.process()
must return.A callback abstraction that handles completed/failed events of asynchronous operations.A CompletableFuture that is also a Promise. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http3.apiClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http3.clientClassDescriptionAbstract mechanism to support attachment of miscellaneous objects.A callback abstraction that handles completed/failed events of asynchronous operations.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ioClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.A pool of objects, with support for multiplexing and several optimized strategies plus an optional
ThreadLocal
cache of the last released entry.A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.io.contentClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.io.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.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 of
IteratingCallback.process()
must return.Iterating Nested Callback.A pool of objects, with support for multiplexing and several optimized strategies plus an optionalThreadLocal
cache of the last released entry.APool
entry that holds metadata and a pooled object.A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.proxyClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.A
CompletableFuture
that is also aCallback
. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.quic.commonClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.rewrite.handlerClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.securityClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.Notification 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.security.authentication
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.security.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.security.openid
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.serverClassDescriptionAttributes.A Wrapper of attributesA callback abstraction that handles completed/failed events of asynchronous operations.Interface to decorate objects created by the
DecoratedObjectFactory
A container for name/value pairs, known as fields.Parse an authority string (in the formhost:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in RFC 2732AnInvocable
Promise
that provides theInvocable.InvocationType
of calls toPromise.succeeded(Object)
. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server.handlerClassDescriptionAttributes.An
Attributes
implementation backed by anotherAttributes
instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.A Wrapper of attributesA callback abstraction that handles completed/failed events of asynchronous operations.An ObjectFactory enhanced byDecorator
instances.Interface to decorate objects created by theDecoratedObjectFactory
A pattern representing a single or range ofInetAddress
.A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server.handler.gzipClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server.internalClassDescriptionAttributes.An
Attributes
implementation that lazily creates a backing map iff it is actually needed.A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.sessionClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
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.ACompletableFuture
that 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.ACompletableFuture
that implementsRunnable
to 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 theDecoratedObjectFactory
A container for name/value pairs, known as fields.A named list of string values.Parse an authority string (in the formhost:port
) intohost
andport
, 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 ofIndex
instances.A mutable String lookup data structure.Builder ofIndex.Mutable
instances.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 ofPool
events.A multi valued Map.A pool of objects, with support for multiplexing and several optimized strategies plus an optionalThreadLocal
cache of the last released entry.APool
entry that holds metadata and a pooled object.A factory forPool
instances.A wrapper forPool
instances.A callback abstraction that handles completed/failed events of asynchronous operations.A CompletableFuture that is also a Promise.AnInvocable
Promise
that provides theInvocable.InvocationType
of 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 andByteBuffer
s.Deprecated.A Closeable Callback.CreatesSocketAddress
instances, returning them through aPromise
.Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profilesUTF-8 StringBuilder. -
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
ThreadLocal
cache 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.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.client
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.commonClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.common.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.coreClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.An ObjectFactory enhanced by
Decorator
instances. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.client
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.client.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.internalClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.Build a string from a sequence of bytes and/or characters.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 of
IteratingCallback.process()
must return.UTF-8 StringBuilder. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.messagesClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.serverClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.server.internalClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.core.utilClassDescriptionA callback abstraction that handles completed/failed events of asynchronous operations.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 of
IteratingCallback.process()
must return. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.serverClassDescriptionAttributes.A callback abstraction that handles completed/failed events of asynchronous operations.
-
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.server.internal
Attributes.Mapped