Uses of Package
org.eclipse.jetty.util
-
Packages that use org.eclipse.jetty.util Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.cdi org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.fcgi.server org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http.spi org.eclipse.jetty.http2 org.eclipse.jetty.http2.api org.eclipse.jetty.http2.client org.eclipse.jetty.http2.client.http org.eclipse.jetty.http2.server org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.boot.internal.webapp org.eclipse.jetty.plus.webapp Jetty Plus : Limited Additional JEE Webapp Supportorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.quickstart org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Supportorg.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handlingorg.eclipse.jetty.websocket.common.scopes org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.annotations Class Description Decorator Interface for 3rd party libraries to decorate recently created objects in Jetty.MultiReleaseJarFile.VersionedJarEntry A versioned Jar entry -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.ant Class Description Attributes Attributes.ClassVisibilityChecker ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.Scanner.BulkListener Scanner.Listener Listener Marker for notifications re file changes. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.cdi Class Description Decorator Interface for 3rd party libraries to decorate recently created objects in Jetty. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client Class Description Attachable Abstract mechanism to support attachment of miscellaneous objects.Attributes Attributes.AttributesMap Callback A callback abstraction that handles completed/failed events of asynchronous operations.Fields A container for name/value pairs, known as fields.LeakDetector.LeakInfo Information about the leak of a resource.Pool A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocal
cache of the last release entry.Pool.StrategyType The type of the strategy to use for the pool.Promise A callback abstraction that handles completed/failed events of asynchronous operations.SocketAddressResolver CreatesSocketAddress
instances, returning them through aPromise
. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client.api Class Description Attributes Attributes.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Fields A container for name/value pairs, known as fields.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client.http Class Description Attachable Abstract mechanism to support attachment of miscellaneous objects.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.client.util Class Description Attributes Attributes.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Fields A container for name/value pairs, known as fields. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.deploy Class Description AttributesMap -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.deploy.providers Class Description Scanner.Listener Listener Marker for notifications re file changes. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.client.http Class Description Attachable Abstract mechanism to support attachment of miscellaneous objects.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.generator Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.fcgi.server Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http Class Description ByteArrayOutputStream2 ByteArrayOutputStream with public internalsHostPort Parse an authority string (in the formhost:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in https://www.ietf.org/rfc/rfc2732.txtMultiMap A multi valued Map.Trie A Trie String lookup data structure. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http.spi Class Description Attributes Attributes. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2 Class Description Attachable Abstract mechanism to support attachment of miscellaneous objects.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Callback.Completing Callback.Nested Nested Completing Callback that completes after completing the nested callbackIteratingCallback 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.IteratingCallback.Action The indication of the overall progress of the iteration that implementations ofIteratingCallback.process()
must return.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.api Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.client Class Description Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.client.http Class Description Attachable Abstract mechanism to support attachment of miscellaneous objects.Callback A callback abstraction that handles completed/failed events of asynchronous operations.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.http2.server Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.io Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations.LeakDetector.LeakInfo Information about the leak of a resource.Retainable -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.maven.plugin Class Description Attributes Attributes.ClassVisibilityChecker ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.IncludeExcludeSet Utility class to maintain a set of inclusions and exclusions.Scanner Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.osgi.boot.internal.webapp Class Description ClassVisibilityChecker ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.plus.webapp Class Description Decorator Interface for 3rd party libraries to decorate recently created objects in Jetty. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.proxy Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations.IteratingCallback 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.IteratingCallback.Action The indication of the overall progress of the iteration that implementations ofIteratingCallback.process()
must return.Promise A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.quickstart Class Description Attributes Attributes.ClassVisibilityChecker ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.security Class Description PathWatcher Watch a Path (and sub directories) for Path changes.PathWatcher.Listener Listener for path change eventsPathWatcher.PathWatchEvent PathWatchEvent Represents a file event. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server Class Description Attributes Attributes.AttributesMap Callback A callback abstraction that handles completed/failed events of asynchronous operations.HostPort Parse an authority string (in the formhost:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in https://www.ietf.org/rfc/rfc2732.txtMultiMap A multi valued Map.SharedBlockingCallback.Blocker A Closeable Callback. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server.handler Class Description Attributes Attributes.AttributesMap Callback A callback abstraction that handles completed/failed events of asynchronous operations.IncludeExclude Utility class to maintain a set of inclusions and exclusions.IPAddressMap Deprecated.MultiException Wraps multiple exceptions. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.server.handler.gzip Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.servlet Class Description Attributes Attributes.AttributesMap DecoratedObjectFactory An ObjectFactory enhanced byDecorator
instances.Decorator Interface for 3rd party libraries to decorate recently created objects in Jetty. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util Class Description AbstractTrie Abstract Trie implementation.ArrayTernaryTrie A Ternary Trie String lookup data structure.Attributes Attributes.AttributesMap ByteArrayOutputStream2 ByteArrayOutputStream with public internalsCallback A callback abstraction that handles completed/failed events of asynchronous operations.Callback.Completing Callback.Nested Nested Completing Callback that completes after completing the nested callbackCharsetStringBuilder Build a string from a sequence of bytes and/or characters.DateCache.Tick Decorator Interface for 3rd party libraries to decorate recently created objects in Jetty.Fields A container for name/value pairs, known as fields.Fields.Field A named list of string values.FutureCallback IncludeExcludeSet Utility class to maintain a set of inclusions and exclusions.IteratingCallback 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.IteratingCallback.Action The indication of the overall progress of the iteration that implementations ofIteratingCallback.process()
must return.JavaVersion Java Version Utility class.LeakDetector.LeakInfo Information about the leak of a resource.MultiException Wraps multiple exceptions.MultiMap A multi valued Map.MultiPartInputStreamParser.NonCompliance Deprecated.MultiReleaseJarFile.VersionedJarEntry A versioned Jar entryPathWatcher.Config PathWatcher.DirAction PathWatcher.Listener Listener for path change eventsPathWatcher.PathWatchEvent PathWatchEvent Represents a file event.PathWatcher.PathWatchEventType PathWatchEventType Type of an eventPool.Entry A Pool entry that holds metadata and a pooled object.Pool.StrategyType The type of the strategy to use for the pool.Promise A callback abstraction that handles completed/failed events of asynchronous operations.ReadLineInputStream.Termination Deprecated.Scanner.Listener Listener Marker for notifications re file changes.Scanner.Notification SearchPattern SearchPattern Fast search for patterns within strings and arrays of bytes.SharedBlockingCallback.Blocker A Closeable Callback.SocketAddressResolver CreatesSocketAddress
instances, returning them through aPromise
.Trie A Trie String lookup data structure.Uptime Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profilesUptime.Impl UrlEncoded Handles coding of MIME "x-www-form-urlencoded".Utf8Appendable Utf8 Appendable abstract base class This abstract class wraps a standardAppendable
and provides methods to append UTF-8 encoded bytes, that are converted into characters. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.component Class Description Attributes Attributes.FutureCallback -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.util.ssl Class Description Scanner.DiscreteListener Scanner.Listener Listener Marker for notifications re file changes. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.webapp Class Description Attributes Attributes.AttributesMap ClassVisibilityChecker ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.PatternMatcher -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.client Class Description DecoratedObjectFactory An ObjectFactory enhanced byDecorator
instances. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.common Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations.SharedBlockingCallback Provides a reusableCallback
that can block the thread while waiting to be completed.SharedBlockingCallback.Blocker A Closeable Callback. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.common.io Class Description Callback A callback abstraction that handles completed/failed events of asynchronous operations.FutureCallback IteratingCallback 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.IteratingCallback.Action The indication of the overall progress of the iteration that implementations ofIteratingCallback.process()
must return. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.common.message Class Description ByteArrayOutputStream2 ByteArrayOutputStream with public internalsUtf8Appendable Utf8 Appendable abstract base class This abstract class wraps a standardAppendable
and provides methods to append UTF-8 encoded bytes, that are converted into characters.Utf8StringBuilder UTF-8 StringBuilder. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.common.scopes Class Description DecoratedObjectFactory An ObjectFactory enhanced byDecorator
instances. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.jsr356 Class Description DecoratedObjectFactory An ObjectFactory enhanced byDecorator
instances. -
Classes in org.eclipse.jetty.util used by org.eclipse.jetty.websocket.server Class Description DecoratedObjectFactory An ObjectFactory enhanced byDecorator
instances.