Index

A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke to stop further processing iterations.
AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
AbstractLeakPreventer Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).
AbstractLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
AbstractLifeCycle - Class in org.eclipse.jetty.util.component
Basic implementation of the life cycle interface for components.
AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
 
AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
Deprecated.
this class is redundant now that LifeCycle.Listener has default methods.
AbstractLifeCycle.StopException - Exception Class in org.eclipse.jetty.util.component
An exception, which if thrown by doStart will immediately stop the component
AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
acquire() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
acquire() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
acquire() - Method in class org.eclipse.jetty.util.LockedPool
 
acquire() - Method in interface org.eclipse.jetty.util.Pool
Acquires an entry from the pool.
acquire() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
acquire(Function<Pool.Entry<P>, P>) - Method in class org.eclipse.jetty.util.LockedPool
 
acquire(Function<Pool.Entry<P>, P>) - Method in interface org.eclipse.jetty.util.Pool
Acquires an entry from the pool, reserving and creating a new entry if necessary.
acquire(Function<Pool.Entry<W>, W>) - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
acquired(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is acquired.
Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
 
AdaptiveExecutionStrategy - Class in org.eclipse.jetty.util.thread.strategy
An adaptive execution strategy that uses the Invocable status of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.
AdaptiveExecutionStrategy(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
add(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given deltas to the current hi and lo values.
add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
add(long) - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(String) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
 
add(String) - Method in class org.eclipse.jetty.util.InetAddressSet
 
add(String) - Method in class org.eclipse.jetty.util.RegexSet
 
add(String, String) - Method in class org.eclipse.jetty.util.Fields
Adds the given value to a field with the given name, creating a Fields.Field is none exists for the given name.
add(String, String...) - Method in class org.eclipse.jetty.util.Fields
Adds the given value to a field with the given name, creating a Fields.Field is none exists for the given name.
add(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Add value to multi valued entry.
add(Throwable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
add(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Adds the given field, storing it if none exists for the given name, or adding all the values to the existing field with the given name.
add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add arrays
addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
addAll(Fields) - Method in class org.eclipse.jetty.util.Fields
 
addAllValues(MultiMap<V>) - Method in class org.eclipse.jetty.util.MultiMap
Merge values.
addAndGetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given delta to the current hi value, returning the updated hi value.
addAndGetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given delta to the current lo value, returning the updated lo value.
addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of an array to a LazyList
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Add a bean.
addBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, detecting whether to manage it or not.
addBean(Object, boolean) - Method in interface org.eclipse.jetty.util.component.Container
Adds the given bean, explicitly managing it or not.
addBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, explicitly managing it or not.
addBean(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to add a bean to a container.
addBean(Object, Object, boolean) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to add a bean to a container.
addBeforeAfter(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort
An alternative to TopologicalSort.addDependency(Object, Object[]), which is equivalent to addDependency(after,before) as the after item is dependent of the before item.
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
addDependency(T, T...) - Method in class org.eclipse.jetty.util.TopologicalSort
Add a dependency to be considered in the sort.
addDirectory(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a directory to be scanned.
addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two encoded URI path segments.
addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.Container
Add an event listener.
addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a file to be scanned.
addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Add an added/removed/changed listener
addManaged(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds a managed lifecycle.
addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
 
addPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add a sub path to an existing URI.
addPath(Path) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addPathQuery(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add a path and a query string
addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two Decoded URI path segments.
addPaths(Collection<Path>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addQueries(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Combine two query strings into one.
addSuppressedIfNotAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Add a suppressed exception if it is not associated.
addToArray(T[], T, Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to an array
addValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addValues(String, V[]) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
age(long, TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
An X509ExtendedKeyManager that select a key with desired alias, delegating other processing to a nested X509ExtendedKeyManager.
AliasedX509ExtendedKeyManager(X509ExtendedKeyManager, String) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
allocate(int, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocates a ByteBuffer in flush mode.
allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
allowEmbeddedQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will interpret quote characters within a token as initiating a sequence of quoted characters, rather than being part of the token value itself.
allowEscapeOnlyForQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will only allow escapes to be used with the quote character.
allowSingleQuote() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will allow quoting with the single quote character '.
AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.
AppContextLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
append(byte) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[]) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte[]) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[], int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(char) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(CharSequence, int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(String) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append substring to StringBuilder
append(String, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(ByteBuffer) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
Appends a byte to a buffer
append(ByteBuffer, byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Append bytes to a buffer.
append(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Append bytes to a buffer.
append(ByteBuffer, String) - Static method in class org.eclipse.jetty.util.BufferUtil
Append a string to a buffer.
append(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Appends a buffer to a buffer
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append 2 digits (zero padded) to the StringBuilder
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
appendSchemeHostPort(StringBuffer, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
appendSchemeHostPort(StringBuilder, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
apply(Supplier<E>, BiFunction<E, A, R>, A) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Apply an item, either from the pool or supplier, to a function, then give it back to the pool.
apply(Supplier<E>, Function<E, R>) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Apply an item, either from the pool or supplier, to a function, then give it back to the pool.
apply(SSLEngine, List<SNIServerName>) - Method in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
Provides the SNI names to send to the server.
areNotAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Check if two Throwables are associated.
A ResourceFactory.Closeable that exists within a try-with-resources call - Search tag in interface org.eclipse.jetty.util.resource.ResourceFactory
Section
A ResourceFactory.LifeCycle tied to a Jetty org.eclipse.jetty.util.component.Container - Search tag in interface org.eclipse.jetty.util.resource.ResourceFactory
Section
A ResourceFactory that lives at the JVM level - Search tag in interface org.eclipse.jetty.util.resource.ResourceFactory
Section
areSupported() - Static method in class org.eclipse.jetty.util.VirtualThreads
 
arrayFromString(String) - Static method in class org.eclipse.jetty.util.StringUtil
Parse the string representation of a list using StringUtil.csvSplit(List, String, int, int)
ArrayUtil - Class in org.eclipse.jetty.util
Utility methods for Array manipulation
as(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Convert a Throwable to a specific type by casting or construction on a new instance.
asAttributeMap() - Method in interface org.eclipse.jetty.util.Attributes
 
asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
asciiEndsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Check for a string suffix, ignoring StandardCharsets.US_ASCII case differences.
asciiEqualsIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Check for string equality, ignoring StandardCharsets.US_ASCII case differences.
AsciiLowerCaseSet - Class in org.eclipse.jetty.util
 
AsciiLowerCaseSet() - Constructor for class org.eclipse.jetty.util.AsciiLowerCaseSet
 
asciiStartsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Check for a string prefix, ignoring StandardCharsets.US_ASCII case differences.
asciiToLowerCase(byte) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToLowerCase(char) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToUpperCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast upper case conversion.
asFile(Object) - Static method in class org.eclipse.jetty.util.IO
Convert an object to a File if possible.
asImmutable() - Method in class org.eclipse.jetty.util.Fields
 
asImmutable() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Array to List.
asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
associateInfo(Object) - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
asTryExecutor(Executor) - Static method in interface org.eclipse.jetty.util.thread.TryExecutor
 
Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
Creates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds.
AtomicBiInteger - Class in org.eclipse.jetty.util
An AtomicLong with additional methods to treat it as two hi/lo integers.
AtomicBiInteger() - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
AtomicBiInteger(int, int) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
AtomicBiInteger(long) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
Atomics - Class in org.eclipse.jetty.util
 
Attachable - Interface in org.eclipse.jetty.util
Abstract mechanism to support attachment of miscellaneous objects.
ATTR - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
ServletContext attribute for the active DecoratedObjectFactory
AttributeContainerMap - Class in org.eclipse.jetty.util.component
An Attributes implementation that holds it's values in an immutable ContainerLifeCycle
AttributeContainerMap() - Constructor for class org.eclipse.jetty.util.component.AttributeContainerMap
 
AttributeNormalizer - Class in org.eclipse.jetty.util.resource
Normalize Attribute to String.
AttributeNormalizer(Resource) - Constructor for class org.eclipse.jetty.util.resource.AttributeNormalizer
 
Attributes - Interface in org.eclipse.jetty.util
Attributes.
Attributes.Layer - Class in org.eclipse.jetty.util
An Attributes implementation backed by another Attributes instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.
Attributes.Lazy - Class in org.eclipse.jetty.util
An Attributes implementation that lazily creates a backing map iff it is actually needed.
Attributes.Mapped - Class in org.eclipse.jetty.util
An Attributes implementation backed by a ConcurrentHashMap.
Attributes.Synthetic - Class in org.eclipse.jetty.util
An abstract implementation of Attributes.Wrapper that provides a mechanism for synthetic attributes that can be modified or deleted.
Attributes.Wrapper - Class in org.eclipse.jetty.util
A Wrapper of attributes
AttributesMap - Class in org.eclipse.jetty.util
Deprecated.
AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
AutoLock - Class in org.eclipse.jetty.util.thread
Reentrant lock that can be used in a try-with-resources statement.
AutoLock() - Constructor for class org.eclipse.jetty.util.thread.AutoLock
 
AutoLock.WithCondition - Class in org.eclipse.jetty.util.thread
A reentrant lock with a condition that can be used in a try-with-resources statement.
AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
 
availableProcessors() - Static method in class org.eclipse.jetty.util.ProcessorUtils
Returns the number of available processors, from System Property "JETTY_AVAILABLE_PROCESSORS", or if not set then from environment variable "JETTY_AVAILABLE_PROCESSORS" or if not set then from Runtime.availableProcessors().
await() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
await(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.
AWTLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 

B

beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
bind(Context, String, Object) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
Bind an object to a context ensuring all sub-contexts are created if necessary
block() - Method in interface org.eclipse.jetty.util.Blocker.Callback
 
block() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
 
block() - Method in class org.eclipse.jetty.util.FutureCallback
 
block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
block(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
Blocker - Class in org.eclipse.jetty.util
Utility class that provides blocking Runnable and Callback instances.
Blocker() - Constructor for class org.eclipse.jetty.util.Blocker
 
Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
Blocker.Callback - Interface in org.eclipse.jetty.util
 
Blocker.Runnable - Interface in org.eclipse.jetty.util
 
Blocker.Shared - Class in org.eclipse.jetty.util
A shared reusable Blocking source.
BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable may block the invoker thread, and the invocation may be performed immediately (possibly blocking the invoker thread) or deferred to a later time, for example by submitting the Invocable to a thread pool.
BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
A BlockingQueue backed by a circular array capable or growing.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue with default initial capacity and grow factor.
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates a bounded BlockingArrayQueue that does not grow.
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue that grows by the given parameter.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a bounded BlockingArrayQueue that grows by the given parameter.
bufferAppend(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
bufferReset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
BufferUtil - Class in org.eclipse.jetty.util
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
 
build() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
Build the completed string and reset the buffer.
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
build() - Method in class org.eclipse.jetty.util.Index.Builder
Build a Index instance.
build() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Build a Index.Mutable instance.
build() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
 
build() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
BUILD_TIMESTAMP - Static variable in class org.eclipse.jetty.util.Jetty
a formatted build timestamp with pattern yyyy-MM-dd'T'HH:mm:ssXXX
builder() - Static method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
Builder() - Constructor for class org.eclipse.jetty.util.Index.Builder
Create a new index builder instance.
buildMutableVisibleAsciiAlphabet(boolean, int) - Static method in interface org.eclipse.jetty.util.Index
A special purpose static builder for fast creation of specific Index type
byFileName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
byName(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
byName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
Byte Array ISO 8859 writer.
ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
byteEquals(byte[], byte[]) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces Arrays.equals() to avoid timing attacks.

C

call() - Method in interface org.eclipse.jetty.util.thread.Invocable.Callable
 
callAndCatch(Invocable.Callable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
callback() - Static method in class org.eclipse.jetty.util.Blocker
 
callback() - Method in class org.eclipse.jetty.util.Blocker.Shared
 
Callback - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Callback.Completable - Class in org.eclipse.jetty.util
A CompletableFuture that is also a Callback.
Callback.Completing - Interface in org.eclipse.jetty.util
A Callback implementation that calls the Callback.Completing.completed() method when it either succeeds or fails.
Callback.Nested - Class in org.eclipse.jetty.util
Nested Completing Callback that completes after completing the nested callback
cancel() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
This method can be called after Graceful.Shutdown.shutdown() has been called, but before Graceful.Shutdown.check() has been called with Graceful.Shutdown.isShutdownDone() having returned true to cancel the effects of the Graceful.Shutdown.shutdown() call.
cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
 
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM URI class.
canonicalPath(String, Supplier<X>) - Static method in class org.eclipse.jetty.util.URIUtil
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM URI class.
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
capacity() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
 
cappedAdd(int, int, int) - Static method in class org.eclipse.jetty.util.MathUtils
Returns the sum of its arguments, capping to maxValue.
cappedAdd(long, long) - Static method in class org.eclipse.jetty.util.MathUtils
Returns the sum of its arguments, capping to Long.MAX_VALUE if they overflow.
caseSensitive(boolean) - Method in class org.eclipse.jetty.util.Index.Builder
Configure the index to be either case-sensitive or not.
ceilToNextPowerOfTwo(int) - Static method in class org.eclipse.jetty.util.TypeUtil
Get the next highest power of two
CertificateUtils - Class in org.eclipse.jetty.util.security
 
CertificateUtils() - Constructor for class org.eclipse.jetty.util.security.CertificateUtils
 
CertificateValidator - Class in org.eclipse.jetty.util.security
Convenience class to handle validation of certificates, aliases and keystores Allows specifying Certificate Revocation List (CRL), as well as enabling CRL Distribution Points Protocol (CRLDP) certificate extension support, and also enabling On-Line Certificate Status Protocol (OCSP) support.
CertificateValidator(KeyStore, Collection<? extends CRL>) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
creates an instance of the certificate validator
CharsetStringBuilder - Interface in org.eclipse.jetty.util
Build a string from a sequence of bytes and/or characters.
CharsetStringBuilder.DecoderStringBuilder - Class in org.eclipse.jetty.util
 
CharsetStringBuilder.Iso88591StringBuilder - Class in org.eclipse.jetty.util
 
CharsetStringBuilder.ReportingUtf8StringBuilder - Class in org.eclipse.jetty.util
Extended Utf8StringBuilder that mimics CodingErrorAction.REPORT behaviour for CharsetStringBuilder methods.
CharsetStringBuilder.UsAsciiStringBuilder - Class in org.eclipse.jetty.util
 
check() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
This method should be called whenever the components state has been updated.
check(int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
Checks leases against the given number of maxThreads.
check(Object) - Method in class org.eclipse.jetty.util.security.Credential
Check a credential
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
 
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
check(Object) - Method in class org.eclipse.jetty.util.security.Password
 
checkCharAppend() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
checkCiphers(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkClientTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
checkEndPointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
checkPermission(Permission) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Checks the given permission, if the security manager is set.
checkProtocols(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkServerTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseServerAlias(String, Principal[], Collection<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
ClassLoaderDump - Class in org.eclipse.jetty.util.component
 
ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.util.component.ClassLoaderDump
 
ClassLoaderThreadLocal() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
ClassLoadingObjectInputStream - Class in org.eclipse.jetty.util
ClassLoadingObjectInputStream For re-inflating serialized objects, this class uses the thread context classloader rather than the jvm's default classloader selection.
ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
ClassLoadingObjectInputStream.ClassLoaderThreadLocal - Class in org.eclipse.jetty.util
 
ClassVisibilityChecker - Interface in org.eclipse.jetty.util
ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
clear() - Method in class org.eclipse.jetty.util.Fields
Empties this Fields instance from all fields.
clear() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
clear() - Method in interface org.eclipse.jetty.util.Index.Mutable
Remove all entries from the index.
clear() - Method in class org.eclipse.jetty.util.RegexSet
 
clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clears the buffer to be empty in flush mode.
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
Clear all attribute names
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Synthetic
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
clearAttributes() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in fill mode.
Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
close() - Method in interface org.eclipse.jetty.util.Blocker.Callback
 
close() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
close() - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke to forbid further invocations to IteratingCallback.iterate() and IteratingCallback.reset().
close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiPartWriter
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
close() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
close() - Method in interface org.eclipse.jetty.util.resource.ResourceFactory.Closeable
 
close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
close() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
close(Closeable) - Static method in class org.eclipse.jetty.util.IO
Closes an arbitrary closable, and logs exceptions at ignore level
close(InputStream) - Static method in class org.eclipse.jetty.util.IO
closes an input stream, and logs exceptions
close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
closes an output stream, and logs exceptions
close(Reader) - Static method in class org.eclipse.jetty.util.IO
closes a reader, and logs exceptions
close(Writer) - Static method in class org.eclipse.jetty.util.IO
closes a writer, and logs exceptions
close(AutoCloseable) - Static method in class org.eclipse.jetty.util.IO
Closes an arbitrary closable, and logs exceptions at ignore level
closeable() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A ResourceFactory that can close it's opened resources using the Java standard AutoCloseable techniques.
combine(Runnable...) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Combine Runnables into a single Runnable that sequentially calls the others.
combine(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Combine two, possible null, Throwables in a style to facilitate handling multiple exceptions that are accumulated as suppressed exceptions.
combine(List<Resource>) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Make a directory Resource containing a collection of other directory Resources
combine(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
 
combine(Fields, Fields) - Static method in class org.eclipse.jetty.util.Fields
Combine two Fields
combine(Resource...) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Make a directory Resource containing a collection of directory Resources
combine(Invocable.InvocationType, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Combine two invocation type.
CombinedResource - Class in org.eclipse.jetty.util.resource
Multiple Resource directories presented as a single overlayed Resource directory.
compact(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Compact the buffer
compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a compact form.
compareAndSet(int, int, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi and lo values to the given updated values only if the current hi and lo values == the expected hi and lo values.
compareAndSet(long, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the values to the given updated values only if the current encoded value == the expected encoded value.
compareAndSetHi(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi value to the given updated value only if the current value == the expected value.
compareAndSetLo(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the lo value to the given updated value only if the current value == the expected value.
compile(byte[]) - Static method in class org.eclipse.jetty.util.SearchPattern
Creates a SearchPattern instance which can be used to find matches of the pattern in data.
compile(String) - Static method in class org.eclipse.jetty.util.SearchPattern
Creates a SearchPattern instance which can be used to find matches of the pattern in data.
Completable() - Constructor for class org.eclipse.jetty.util.Callback.Completable
 
Completable() - Constructor for class org.eclipse.jetty.util.Promise.Completable
 
Completable(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Callback.Completable
 
CompletableTask<T> - Class in org.eclipse.jetty.util
A CompletableFuture that implements Runnable to perform a one-shot task that eventually completes this CompletableFuture.
CompletableTask() - Constructor for class org.eclipse.jetty.util.CompletableTask
 
complete() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Complete the appendable, adding a replacement character and coding error if the sequence is not currently complete.
completed() - Method in interface org.eclipse.jetty.util.Callback.Completing
 
completed() - Method in class org.eclipse.jetty.util.Callback.Nested
 
completeWith(CompletableFuture<?>) - Method in interface org.eclipse.jetty.util.Callback
Completes this callback with the given CompletableFuture.
completeWith(CompletableFuture<C>) - Method in interface org.eclipse.jetty.util.Promise
Completes this promise with the given CompletableFuture.
compose(Consumer<Callback.Completable>) - Method in class org.eclipse.jetty.util.Callback.Completable
Returns a new Callback.Completable that, when this Callback.Completable succeeds, is passed to the given consumer and then returned.
CompressionPool<T> - Class in org.eclipse.jetty.util.compression
 
CompressionPool(int) - Constructor for class org.eclipse.jetty.util.compression.CompressionPool
Create a Pool of CompressionPool instances.
CompressionPool.Entry - Class in org.eclipse.jetty.util.compression
 
concat(Iterator<T>, Iterator<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
ConcurrentEntry(ConcurrentPool<E>) - Constructor for class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
ConcurrentPool<P> - Class in org.eclipse.jetty.util
A concurrent implementation of Pool.
ConcurrentPool(ConcurrentPool.StrategyType, int) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Creates an instance with the specified strategy.
ConcurrentPool(ConcurrentPool.StrategyType, int, boolean) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Deprecated.
cache is no longer supported. Use ConcurrentPool.StrategyType.THREAD_ID
ConcurrentPool(ConcurrentPool.StrategyType, int, boolean, ToIntFunction<P>) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Deprecated.
cache is no longer supported. Use ConcurrentPool.StrategyType.THREAD_ID
ConcurrentPool(ConcurrentPool.StrategyType, int, ToIntFunction<P>) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Creates an instance with the specified strategy.
ConcurrentPool.ConcurrentEntry<E> - Class in org.eclipse.jetty.util
A Pool entry that holds metadata and a pooled object.
ConcurrentPool.StrategyType - Enum Class in org.eclipse.jetty.util
The type of the strategy to use for the pool.
ConstantThrowable - Exception Class in org.eclipse.jetty.util
A Throwable that may be used in static contexts.
ConstantThrowable() - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
 
ConstantThrowable(String) - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
 
Container - Interface in org.eclipse.jetty.util.component
A Container
Container.InheritedListener - Interface in org.eclipse.jetty.util.component
Inherited Listener.
Container.Listener - Interface in org.eclipse.jetty.util.component
A listener for Container events.
ContainerLifeCycle - Class in org.eclipse.jetty.util.component
A ContainerLifeCycle is an LifeCycle implementation for a collection of contained beans.
ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
 
contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
contains(String) - Method in interface org.eclipse.jetty.util.Index
Check if there is an exact match from a String key
contains(Resource) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
contains(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
 
contains(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Return true if this resource deeply contains the other Resource.
containsSameFieldName(Field, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSameMethodSignature(Method, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSimpleValue(V) - Method in class org.eclipse.jetty.util.MultiMap
Test for a specific single value in the map.
convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertHexDigit(char) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertHexDigit(int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
copy(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy files or directories
copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer out until EOF or exception.
copy(Reader, Writer, long) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Deep copy of a buffer
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyDir(Path, Path) - Static method in class org.eclipse.jetty.util.IO
Copy the contents of a source directory to destination directory.
copyDir(Path, Path, CopyOption...) - Static method in class org.eclipse.jetty.util.IO
Deprecated, for removal: This API element is subject to removal in a future version.
use IO.copyDir(Path, Path) instead to avoid foreign target behavior across FileSystems.
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy the contents of a source file to destination file.
copyFile(Path, Path) - Static method in class org.eclipse.jetty.util.IO
Copy the contents of a source file to destination file.
copyTo(Path) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
copyTo(Path) - Method in class org.eclipse.jetty.util.resource.Resource
Copy the Resource to the new destination file or directory.
CORE - Static variable in interface org.eclipse.jetty.util.component.Environment
 
correctFileURI(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Deprecated, for removal: This API element is subject to removal in a future version.
use URIUtil.correctURI(URI) instead, will be removed in Jetty 12.1.0
correctURI(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Corrects any bad file based URIs (even within a jar:file: based URIs) from the bad out-of-spec format that various older Java APIs creates (most notably: File creates with it's File.toURL() and File.toURI(), along with the side effects of using URL.toURI())
CounterStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
 
CountingCallback - Class in org.eclipse.jetty.util
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
CountingCallback(Callback, int) - Constructor for class org.eclipse.jetty.util.CountingCallback
 
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
create(String) - Static method in class org.eclipse.jetty.util.PidFile
 
createInstance(Class<T>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
Credential - Class in org.eclipse.jetty.util.security
Credentials.
Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
 
Credential.Crypt - Class in org.eclipse.jetty.util.security
Unix Crypt Credentials
Credential.MD5 - Class in org.eclipse.jetty.util.security
MD5 Credentials
CredentialProvider - Interface in org.eclipse.jetty.util.security
Provider of credentials, it converts a String into a credential if it starts with a given prefix
CRLF - Static variable in class org.eclipse.jetty.util.IO
 
CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
 
CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Encrypts String into crypt (Unix) code.
CSV - Static variable in interface org.eclipse.jetty.util.QuotedStringTokenizer
A QuotedStringTokenizer for comma separated values with optional white space.
csvSplit(String) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Split a quoted comma separated string to a list
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Customize an SslEngine instance with the configuration of this factory, by calling SslContextFactory.customize(SSLParameters)
customize(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Customize an SslParameters instance with the configuration of this factory.

D

DateCache - Class in org.eclipse.jetty.util
Computes String representations of Dates then caches the results so that subsequent requests within the same second will be fast.
DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
Make a DateCache that will use a default format.
DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
Make a DateCache that will use the given format.
DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, Locale, String) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, Locale, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache.Tick - Class in org.eclipse.jetty.util
 
decode88591To(InputStream, BiConsumer<String, String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to MultiMap, using ISO8859-1 encodings.
decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to MultiMap, using ISO8859-1 encodings.
decodeCharset(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeHexByte(char, char) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
decodeQuery(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
DecoderStringBuilder(CharsetDecoder) - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
decodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Decode a raw String and convert any specific URI encoded sequences into characters.
decodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeString(String, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(InputStream, BiConsumer<String, String>, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap<String>, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, BiConsumer<String, String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, BiConsumer<String, String>, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Deprecated, for removal: This API element is subject to removal in a future version.
decodeTo(String, MultiMap<String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, BiConsumer<String, String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(InputStream, BiConsumer<String, String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(String, int, int, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decodes URI query parameters into a Fields instance.
decodeUtf8To(String, int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
decodeUtf8To(String, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decodes URI query parameters into a Fields instance.
decodeUtf8To(String, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
Deprecated.
decorate(T) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
decorate(T) - Method in interface org.eclipse.jetty.util.Decorator
 
decorate(T) - Method in class org.eclipse.jetty.util.DeprecationWarning
 
DecoratedObjectFactory - Class in org.eclipse.jetty.util
An ObjectFactory enhanced by Decorator instances.
DecoratedObjectFactory() - Constructor for class org.eclipse.jetty.util.DecoratedObjectFactory
 
Decorator - Interface in org.eclipse.jetty.util
Interface to decorate objects created by the DecoratedObjectFactory
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Decrements the value by one.
deduceKeyLength(String) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
Default initial capacity, 128.
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.compression.CompressionPool
 
DEFAULT_DELIMS - Static variable in class org.eclipse.jetty.util.StringUtil
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
Default growth factor, 64.
DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DEFAULT_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
When walking a directory, a depth of 1 ensures that the directory's descendants are visited, not just the directory itself (as a file).
DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
 
DeflaterPool - Class in org.eclipse.jetty.util.compression
 
DeflaterPool(int, int, boolean) - Constructor for class org.eclipse.jetty.util.compression.DeflaterPool
Create a Pool of Deflater instances.
DELEGATE - Static variable in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
delete(Path) - Static method in class org.eclipse.jetty.util.IO
Delete the path, recursively.
delimiters(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
 
deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
DeprecationWarning - Class in org.eclipse.jetty.util
 
DeprecationWarning() - Constructor for class org.eclipse.jetty.util.DeprecationWarning
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
deriveTaskName(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
description() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the description of the parameter
destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Destroys the managed Destroyable beans in the reverse order they were added.
destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
 
destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
destroy(Object) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
destroy(Object) - Method in interface org.eclipse.jetty.util.Decorator
 
destroy(Object) - Method in class org.eclipse.jetty.util.DeprecationWarning
 
Destroyable - Interface in org.eclipse.jetty.util.component
A Destroyable is an object which can be destroyed.
digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
Used only by Command Line Password utility
disassociateInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
dispatch() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
Initiates (or resumes) the task production and consumption.
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
doAs(Subject, Callable<T>) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Runs the given action as the given subject.
doFormat(long, DateTimeFormatter) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to supplied formatter.
doPrivileged(PrivilegedAction<T>) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Runs the given action with the calling context restricted to just the calling frame, not all the frames in the stack.
doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
Method to override to start the lifecycle
doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the managed lifecycle beans in the order they were added.
doStart() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
doStart() - Method in class org.eclipse.jetty.util.Scanner
Start the scanning action.
doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Creates the SSLContext object and starts the lifecycle
doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
doStart() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
Method to override to stop the lifecycle
doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the managed lifecycle beans in the reverse order they were added.
doStop() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
doStop() - Method in class org.eclipse.jetty.util.Scanner
Stop the scanning.
doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
doStop() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
doStop() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
doStop() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
DriverManagerLeakPreventer - Class in org.eclipse.jetty.util.preventers
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
DriverManagerLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
dump() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
dump() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
dump() - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
dump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
dump() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dump this object to an Appendable with no indent.
dump(Appendable, String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
Dump this object (and children) into an Appendable using the provided indent after any new lines.
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableAttributes
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableCollection
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.Environment.Named
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.ConcurrentPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.jndi.NamingDump
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
 
dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump(Dumpable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Utility method to implement Dumpable.dump() by calling Dumpable.dump(Appendable, String)
dump(Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
 
Dumpable - Interface in org.eclipse.jetty.util.component
 
Dumpable.DumpableContainer - Interface in org.eclipse.jetty.util.component
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
DumpableAttributes - Class in org.eclipse.jetty.util.component
 
DumpableAttributes(String, Attributes) - Constructor for class org.eclipse.jetty.util.component.DumpableAttributes
 
DumpableCollection - Class in org.eclipse.jetty.util.component
 
DumpableCollection(String, Collection<?>) - Constructor for class org.eclipse.jetty.util.component.DumpableCollection
 
dumpContainer(Appendable, String, Container, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpIterable(Appendable, String, Iterable<?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpMapEntries(Appendable, String, Map<?, ?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpObject(Appendable, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump just an Object (but not it's contained items) to an Appendable.
dumpObjects(Appendable, String, Object...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dump this object, it's contained beans and additional items to an Appendable
dumpObjects(Appendable, String, Object, Object...) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump an Object, it's contained items and additional items to an Appendable.
dumpSelf() - Method in interface org.eclipse.jetty.util.component.Dumpable
The description of this/self found in the dump.
dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dumps to System.err.
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 

E

EatWhatYouKill - Class in org.eclipse.jetty.util.thread.strategy
Deprecated, for removal: This API element is subject to removal in a future version.
This class has been renamed to AdaptiveExecutionStrategy
EatWhatYouKill(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
Deprecated.
 
EITHER - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable may block the invoker thread, but the invocation cannot be deferred to a later time, differently from Invocable.InvocationType.BLOCKING.
elapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds elapsed between two nanoTimes.
element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
empty(boolean) - Static method in interface org.eclipse.jetty.util.Index
 
EMPTY - Static variable in class org.eclipse.jetty.util.Fields
 
EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
 
enable(E, boolean) - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
enable(E, boolean) - Method in interface org.eclipse.jetty.util.Pool.Entry
Enables this, previously reserved, Entry.
enable(W, boolean) - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
encode(int, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Encodes hi and lo values into a long.
encode(MultiMap<String>, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode MultiMap with % encoding.
encodeHi(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the hi value into the given encoded value.
encodeLo(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the lo value into the given encoded value.
encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodePathSafeEncoding(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode characters in a path to ensure they only contain safe encodings suitable for both URI and Paths.get(URI) usage.
encodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a raw String and convert any specific characters to their URI encoded equivalent.
encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeString(String, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
end(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
end(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
end(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
end creation of the next Content.
endsWith(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a partial match of the pattern at the end of the data.
endsWith(ByteBuffer) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a partial match of the pattern at the end of the ByteBuffer.
endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
ensure(String) - Static method in interface org.eclipse.jetty.util.component.Environment
 
ensureCapacity(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
ensureDirExists(Path) - Static method in class org.eclipse.jetty.util.IO
Ensure that the given path exists, and is a directory.
ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.DeflaterPool
 
ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.InflaterPool
 
ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Ensure the capacity of the underlying list.
ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
Environment - Interface in org.eclipse.jetty.util.component
A named runtime environment containing a ClassLoader and Attributes.
Environment.Named - Class in org.eclipse.jetty.util.component
 
equals(Object) - Method in interface org.eclipse.jetty.util.Attributes
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields.Field
 
equals(Object) - Method in class org.eclipse.jetty.util.InetAddressPattern
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.PathResource
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Password
 
equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
equals(Attributes, Object) - Static method in interface org.eclipse.jetty.util.Attributes
 
evict() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Determines whether to evict the current thread from the pool.
ExceptionUtil - Class in org.eclipse.jetty.util
Exception (or rather Throwable utility methods.
ExceptionUtil.MultiException - Class in org.eclipse.jetty.util
 
exclude(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
exclude(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
Arrange for a task to be executed, mutually excluded from other tasks.
execute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
execute(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
Arrange for tasks to be executed, mutually excluded from other tasks.
executeOnVirtualThread(Runnable) - Static method in class org.eclipse.jetty.util.VirtualThreads
Deprecated, for removal: This API element is subject to removal in a future version.
ExecuteProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the thread that produces will always run the resulting task.
ExecuteProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
ExecutionStrategy - Interface in org.eclipse.jetty.util.thread
An ExecutionStrategy executes Runnable tasks produced by a ExecutionStrategy.Producer.
ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
A producer of Runnable tasks to run.
ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor, int, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
exists() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
exists() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
exists() - Method in class org.eclipse.jetty.util.resource.PathResource
 
exists() - Method in class org.eclipse.jetty.util.resource.Resource
Equivalent to Files.exists(Path, LinkOption...) with the following parameters: Resource.getPath() and LinkOption.NOFOLLOW_LINKS.
exists(String) - Method in class org.eclipse.jetty.util.Scanner
 
exists(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource exists.
expand(String) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 

F

fail(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Completable
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback.Completing
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation fails.
failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Nested
 
failed(Throwable) - Method in class org.eclipse.jetty.util.CountingCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FuturePromise
 
failed(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke when the asynchronous sub-task fails, or to fail the overall asynchronous task and therefore terminate the iteration.
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Adapter
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Completable
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation fails.
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
failed(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
falsePredicate() - Static method in class org.eclipse.jetty.util.TypeUtil
A Predicate that is always false, with optimized and/or/not methods.
Field(String, String) - Constructor for class org.eclipse.jetty.util.Fields.Field
 
Field(String, List<String>) - Constructor for class org.eclipse.jetty.util.Fields.Field
 
Fields - Class in org.eclipse.jetty.util
A container for name/value pairs, known as fields.
Fields() - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty, modifiable, case insensitive Fields instance.
Fields(boolean) - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty, modifiable, case insensitive Fields instance.
Fields(Map<String, Fields.Field>) - Constructor for class org.eclipse.jetty.util.Fields
 
Fields(Fields) - Constructor for class org.eclipse.jetty.util.Fields
 
Fields(MultiMap<String>) - Constructor for class org.eclipse.jetty.util.Fields
 
Fields.Field - Class in org.eclipse.jetty.util
A named list of string values.
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is added.
fileAdded(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is changed.
fileChanged(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
FileDestroyable - Class in org.eclipse.jetty.util.component
 
FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(Path) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileID - Class in org.eclipse.jetty.util
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
FileID() - Constructor for class org.eclipse.jetty.util.FileID
 
FileNoticeLifeCycleListener - Class in org.eclipse.jetty.util.component
Deprecated.
use org.eclipse.jetty.server.StateLifeCycleListener instead
FileNoticeLifeCycleListener(String) - Constructor for class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is removed.
fileRemoved(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
filesChanged(Set<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
FileSystemPool - Class in org.eclipse.jetty.util.resource
TODO figure out if this should be a LifeCycle or not, how many instances of this class can reside in a JVM, who can call sweep and when.
FileSystemPool.Listener - Interface in org.eclipse.jetty.util.resource
Listener for pool events
FileSystemPool.Mount - Class in org.eclipse.jetty.util.resource
 
FileSystemPool.StackLoggingListener - Class in org.eclipse.jetty.util.resource
Show a StackTrace
fill(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Like append, but does not throw BufferOverflowException
findField(Class<?>, String, Class<?>, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
FIRST - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry always starting from the first entry.
flattenBindings(Context, String) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
Do a deep listing of the bindings for a context.
flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to fill mode.
flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to Flush mode.
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
flush() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
forCharset(Charset) - Static method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long) - Method in class org.eclipse.jetty.util.DateCache.Tick
 
format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
formatTick(long) - Method in class org.eclipse.jetty.util.DateCache
 
from(Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback that runs completed when it succeeds or fails
from(Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback from the given success and failure lambdas.
from(Runnable, Callback) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed before completing the nested callback.
from(String) - Static method in class org.eclipse.jetty.util.InetAddressPattern
 
from(String, Object...) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
from(String, Collection<?>) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
from(CompletableFuture<?>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a non-blocking callback from the given incomplete CompletableFuture.
from(CompletableFuture<?>, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback from the given incomplete CompletableFuture, with the given blocking characteristic.
from(CompletableFuture<? super T>) - Static method in interface org.eclipse.jetty.util.Promise
Creates a promise from the given incomplete CompletableFuture.
from(Consumer<T>, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Promise
Creates a Promise from the given success and failure consumers.
from(Callback) - Static method in class org.eclipse.jetty.util.Callback.Completable
Creates a completable future given a callback.
from(Callback, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed after completing the nested callback.
from(Callback, Throwable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback which always fails the nested callback on completion.
from(Callback, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed after completing the nested callback.
from(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback which combines two other callbacks and will succeed or fail them both.
from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a Callback with the given invocationType, that runs the given Runnable when it succeeds or fails.
from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Creates a Invocable.Task from the given InvocationType and Runnable.
from(Invocable.InvocationType, Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback with the given InvocationType from the given success and failure lambdas.
fromArray(String, Object[]) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.
FutureCallback - Class in org.eclipse.jetty.util
 
FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FuturePromise<C> - Class in org.eclipse.jetty.util
 
FuturePromise() - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C) - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C, Throwable) - Constructor for class org.eclipse.jetty.util.FuturePromise
 

G

get() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
get() - Method in class org.eclipse.jetty.util.FutureCallback
 
get() - Method in class org.eclipse.jetty.util.FuturePromise
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
 
get(Object) - Method in class org.eclipse.jetty.util.HostMap
 
get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Get item from the list
get(String) - Static method in interface org.eclipse.jetty.util.component.Environment
 
get(String) - Method in class org.eclipse.jetty.util.Fields
 
get(String) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a String key
get(String, int, int) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a String key
get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a segment of a ByteBuffer as key
get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a segment of a ByteBuffer as key
get(CompletableFuture<T>) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Get from a CompletableFuture and convert any uncheck exceptions to RuntimeException.
getAcceptedIssuers() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
getAlias() - Method in class org.eclipse.jetty.util.ssl.X509
 
getAliases() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getAliasMapper() - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getAll() - Static method in interface org.eclipse.jetty.util.component.Environment
 
getAllResources() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getAllResources() - Method in class org.eclipse.jetty.util.resource.Resource
Get a deep collection of contained resources.
getAndSetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi value without changing the lo value.
getAndSetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the lo value without changing the hi value.
getAssociatedInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
getAttachment() - Method in interface org.eclipse.jetty.util.Attachable
 
getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
Get an attribute
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Synthetic
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNameSet() - Method in interface org.eclipse.jetty.util.Attributes
Get the immutable set of attribute names.
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Synthetic
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
getAttributeNameSetCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getAvailableReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getAverageQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getAverageTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getBasename(Path) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the basename of a path.
getBean(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans() - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBest(byte[]) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte array.
getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte array.
getBest(String) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a String, which may be a prefix match or an exact match.
getBest(String, int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a String.
getBest(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte buffer.
getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte buffer.
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getBusyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of threads executing internal and transient jobs.
getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getBytes() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getCachedBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getCacheLineBytes() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getCallback() - Method in class org.eclipse.jetty.util.Callback.Nested
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Get the current capacity of this queue.
getCapacity() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
getCapacity() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
Obtain the X509 Certificate Chain from the provided SSLSession using this SslContextFactory's optional Provider specific CertificateFactory.
getCertificate() - Method in class org.eclipse.jetty.util.ssl.X509
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getCertificateFactoryInstance(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertStoreInstance(Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCipherComparator() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getClassLoader() - Method in interface org.eclipse.jetty.util.component.Environment
 
getClassLoader() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
getClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClassLoaderLocation(Class<?>, ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getCodeSourceLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getConnectTimeout() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
URL Connection Connect Timeout
getContainedBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getContainedBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getContainedBeans(Class<T>, Collection<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getContainerPath() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getCount() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Get the number of samples recorded.
getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the number of samples recorded.
getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
Get a credential from a String.
getCredential(String) - Method in interface org.eclipse.jetty.util.security.CredentialProvider
Get a credential from a String
getCrlPath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Get current counter value.
getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getDecorators() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
getDefaultPortForScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
Get the default port for some well known schemes
getDefaultVirtualThreadsExecutor() - Static method in class org.eclipse.jetty.util.VirtualThreads
Get a default virtual thread per task Executor.
getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getEventListeners() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getEventListeners() - Method in interface org.eclipse.jetty.util.component.Container
Get the beans added to the container that are EventListeners.
getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExcluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExecutor() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getExecutor() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getExtension(String) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a file path (not a directory).
getExtension(URI) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a URI path.
getExtension(Path) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a file path (not a directory).
getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getFileName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.Resource
The file name of the resource.
getFileName(String) - Static method in class org.eclipse.jetty.util.FileID
Get the last segment of a String path returning it as the filename
getFileName(URI) - Static method in class org.eclipse.jetty.util.FileID
Get the last segment of the URI returning it as the filename
getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getHi() - Method in class org.eclipse.jetty.util.AtomicBiInteger
Get the hi value.
getHi(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Gets a hi value from the given encoded value.
getHost() - Method in class org.eclipse.jetty.util.HostPort
Get the host.
getHostnameVerifier() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get the HostnameVerifier used by a client to verify host names in the server certificate.
getHosts() - Method in class org.eclipse.jetty.util.ssl.X509
 
getIdleCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getIdleCount() - Method in interface org.eclipse.jetty.util.Pool
 
getIdleCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of idle threads, but without including reserved threads.
getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getImpl() - Method in class org.eclipse.jetty.util.Uptime
 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getIncluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
getIncludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
Returns the instance of the singleton
getInstance() - Static method in class org.eclipse.jetty.util.Uptime
 
getIntegersPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getInUseCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getInUseCount() - Method in interface org.eclipse.jetty.util.Pool
 
getInUseCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Completable
 
getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Nested
 
getInvocationType() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
getInvocationType() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
getInvocationType() - Method in interface org.eclipse.jetty.util.thread.Invocable
 
getInvocationType() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
getInvocationType(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Get the invocation type of an Object.
getKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagerPassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStore(Resource, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
getKeyStorePassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
getLeaked() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads that are leased to internal components, and therefore cannot be used to execute transient jobs.
getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
getLength() - Method in class org.eclipse.jetty.util.SearchPattern
 
getLength(String) - Static method in class org.eclipse.jetty.util.StringUtil
Get the length of a string where a null string is length 0.
getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getLo() - Method in class org.eclipse.jetty.util.AtomicBiInteger
Get the lo value.
getLo(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Gets a lo value from the given encoded value.
getLocationOfClass(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Attempt to find the Location of a loaded Class.
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getLongsPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getLowThreadsThreshold() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMajor() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the major number version, such as 1 for JDK 1.8.0_92 and 9 for JDK 9.2.4.
getManifest(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
 
getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Get max counter value.
getMax() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Get the max number of samples per period..
getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the max value of the recorded samples.
getMaxAvailableThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The maximum number of threads available to run transient jobs.
getMaxBusyThreads() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Get the max capacity of this queue, or -1 if this queue is unbounded.
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getMaxEvictCount() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.
getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxQueueSize() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxSize() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getMaxSize() - Method in class org.eclipse.jetty.util.LockedPool
 
getMaxSize() - Method in interface org.eclipse.jetty.util.Pool
 
getMaxSize() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getMaxTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the average value of the samples recorded, or zero if there are no samples.
getMessage() - Method in exception class org.eclipse.jetty.util.Utf8StringBuilder.Utf8CharacterCodingException
 
getMicro() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the micro number version (aka security number), such as 0 for JDK 1.8.0_92 and 4 for JDK 9.2.4.
getMinor() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the minor number version, such as 8 for JDK 1.8.0_92 and 2 for JDK 9.2.4.
getMinThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getModuleLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getName() - Method in interface org.eclipse.jetty.util.component.Environment
 
getName() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
getName() - Method in class org.eclipse.jetty.util.Fields.Field
 
getName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getName() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
getName() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getName() - Method in class org.eclipse.jetty.util.resource.Resource
The full name of the resource.
getName() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getName() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
getNamedVirtualThreadsExecutor(String) - Static method in class org.eclipse.jetty.util.VirtualThreads
Get a virtual threads Executor that names the virtual threads according to the provided name prefix.
getNames() - Method in class org.eclipse.jetty.util.Fields
 
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getOldest(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getOrThrow() - Method in class org.eclipse.jetty.util.FuturePromise
Return the result if completed successfully or in the case of failure, throw the Exception/Error, or an ExecutionException wrapping the cause if it is neither an Exception or Error.
getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Returns the password object for the given realm.
getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
Get a password.
getPath() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.Resource
Return the Path corresponding to this resource.
getPathTo(Resource) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getPathTo(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Get the relative path from this Resource to a possibly contained resource.
getPattern() - Method in class org.eclipse.jetty.util.SearchPattern
 
getPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPECTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPending() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Deprecated.
getPeriod() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getPersistentAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getPICTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPkixCertPathChecker() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getPlatform() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the Java Platform version, such as 8 for JDK 1.8.0_92 and 9 for JDK 9.2.4.
getPool() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
getPooled() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
getPooled() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
getPooled() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
getPort() - Method in class org.eclipse.jetty.util.HostPort
Get the port.
getPort(int) - Method in class org.eclipse.jetty.util.HostPort
Get the port or the given default port.
getPrefix() - Method in interface org.eclipse.jetty.util.security.CredentialProvider
Get the prefix of the credential strings convertible into credentials
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getPromise() - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
getProtocol() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get the optional Security Provider name.
getQueue() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getQueueSize() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getRate() - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
getRate() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Get the number of records in the current period.
getReadTimeout() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
URL Connection Read Timeout.
getReadyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads ready to execute transient jobs.
getRealPath() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getRealURI() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getRealURI() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getRealURI() - Method in class org.eclipse.jetty.util.resource.Resource
The real URI of the resource.
getReferencesPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getRenegotiationLimit() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
 
getReservedCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getReservedCount() - Method in interface org.eclipse.jetty.util.Pool
 
getReservedCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getReservedThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getResource(String) - Static method in class org.eclipse.jetty.util.Loader
 
getResourceBundle(String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
getResources() - Method in class org.eclipse.jetty.util.resource.CombinedResource
Retrieves the resource collection's resources.
getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
Get the scanDepth.
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getScanInterval() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
getScannables() - Method in class org.eclipse.jetty.util.Scanner
 
getScheduler() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getScopedClassLoader() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
getSeconds() - Method in class org.eclipse.jetty.util.DateCache.Tick
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSecureRandomInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSecurityManager() - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Get the current security manager, if available.
getSelectedCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSelectedProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getSize() - Method in class org.eclipse.jetty.util.Fields
Get the number of fields.
getSize() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
getSizedThreadPool() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
getSNIProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
getSNISelector() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getSslContext() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSSLContextInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session timeout.
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the standard deviation of the samples recorded.
getStopTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getString(String) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getSyntheticAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Synthetic
Get the value of a specific synthetic attribute.
getSyntheticNameSet() - Method in class org.eclipse.jetty.util.Attributes.Synthetic
Get the list of known synthetic attribute names, including those that currently have a null value.
getSystemClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getTasks() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getTerminatedCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getTerminatedCount() - Method in interface org.eclipse.jetty.util.Pool
 
getTerminatedCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getThreadPoolBudget() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads currently known by this thread pool.
getThreads() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPoolBudget.Lease
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getTimeout() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getTimeZone() - Method in class org.eclipse.jetty.util.DateCache
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Get total counter value.
getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the sum of all the recorded samples.
getTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustManagers(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStore() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getTrustStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getUnits() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getUptime() - Method in class org.eclipse.jetty.util.Uptime.DefaultImpl
 
getUptime() - Static method in class org.eclipse.jetty.util.Uptime
 
getUptime() - Method in interface org.eclipse.jetty.util.Uptime.Impl
 
getURI() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.Resource
URI representing the resource.
getUriLastPathSegment(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Given a URI, attempt to get the last segment.
getUtf8Bytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getUtilizationRate() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The rate between the number of utilized threads and the maximum number of utilizable threads.
getUtilizedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of threads executing transient jobs.
getValue() - Method in class org.eclipse.jetty.util.Fields.Field
 
getValue(String) - Method in class org.eclipse.jetty.util.Fields
 
getValue(String) - Method in class org.eclipse.jetty.util.MultiMap
Get the first value from a multiple value.
getValue(String, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValueAsInt() - Method in class org.eclipse.jetty.util.Fields.Field
Attempts to convert the result of Fields.Field.getValue() to an integer, returning it if the conversion is successful; returns null if the result of Fields.Field.getValue() is null.
getValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
getValues(String) - Method in class org.eclipse.jetty.util.Fields
 
getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getValuesOrEmpty(String) - Method in class org.eclipse.jetty.util.Fields
 
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Get the variance of the samples recorded, or zero if there are less than 2 samples.
getVersion() - Method in class org.eclipse.jetty.util.JavaVersion
Get the string from which this JavaVersion was created.
getVersion(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
Attempts to return the version of the jar/module for the given class.
getVirtualThreadsExecutor() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getVirtualThreadsExecutor() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getVirtualThreadsExecutor() - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
 
getVirtualThreadsExecutor(Executor) - Static method in class org.eclipse.jetty.util.VirtualThreads
 
getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getWilds() - Method in class org.eclipse.jetty.util.ssl.X509
 
getWrapped() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getX509(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getX509CertChain(SSLSession) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Obtain the X509 Certificate Chain from the provided SSLSession using this SslContextFactory's optional Provider specific CertificateFactory.
GIT_HASH - Static variable in class org.eclipse.jetty.util.Jetty
 
Graceful - Interface in org.eclipse.jetty.util.component
Jetty components that wish to be part of a Graceful shutdown implement this interface so that the Graceful.shutdown() method will be called to initiate a shutdown.
Graceful.Shutdown - Class in org.eclipse.jetty.util.component
A utility class to assist implementing the Graceful interface.
Graceful.ThrowingRunnable - Interface in org.eclipse.jetty.util.component
 

H

HaltLifeCycleListener - Class in org.eclipse.jetty.util.component
A LifeCycle listener that halts the JVM with exit code 0 when notified of the "started" event.
HaltLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.HaltLifeCycleListener
 
hasCodingErrors() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
hasContent(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and non empty buffer.
hasEntry(Object) - Static method in class org.eclipse.jetty.util.LazyList
Simple utility method to test if List has at least 1 entry.
hasExcludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
hashCode() - Method in interface org.eclipse.jetty.util.Attributes
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
hashCode() - Method in class org.eclipse.jetty.util.Fields.Field
 
hashCode() - Method in class org.eclipse.jetty.util.Fields
 
hashCode() - Method in class org.eclipse.jetty.util.InetAddressPattern
 
hashCode() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.PathResource
 
hashCode() - Method in class org.eclipse.jetty.util.security.Password
 
hashCode(Attributes) - Static method in interface org.eclipse.jetty.util.Attributes
 
hasHost() - Method in class org.eclipse.jetty.util.HostPort
 
hasIncludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
hasMultipleValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
hasNamedPathSegment(Path, String) - Static method in class org.eclipse.jetty.util.FileID
Does the provided path have a directory segment with the given name.
hasPort() - Method in class org.eclipse.jetty.util.HostPort
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
HostMap<TYPE> - Class in org.eclipse.jetty.util
 
HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostPort - Class in org.eclipse.jetty.util
Parse an authority string (in the form host:port) into host and port, handling IPv4 and IPv6 host formats as defined in RFC 2732
HostPort(String) - Constructor for class org.eclipse.jetty.util.HostPort
 
HostPort(String, int) - Constructor for class org.eclipse.jetty.util.HostPort
 

I

IDLE - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has no more work to do, but the iteration is not completed yet, probably waiting for additional events to trigger more work.
ifExceptionThrow() - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrow(Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a checked Exception if it cannot be thrown as unchecked.
ifExceptionThrowAllAs(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a specific type, casting or construction as required.
ifExceptionThrowAs(Class<T>) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrowAs(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a specific type, casting or construction as required.
ifExceptionThrowRuntime() - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrowUnchecked(Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as an unchecked Exception.
ignoreOptionalWhiteSpace() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will ignore optional white space characters before and after delimiters.
impact() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
The impact of an operation.
include(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
include(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
IncludeExclude<ITEM> - Class in org.eclipse.jetty.util
Utility class to maintain a set of inclusions and exclusions.
IncludeExclude() - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExclude(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExclude(Set<ITEM>, Predicate<ITEM>, Set<ITEM>, Predicate<ITEM>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExcludeSet<T,P> - Class in org.eclipse.jetty.util
Utility class to maintain a set of inclusions and exclusions.
IncludeExcludeSet() - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Default constructor over HashSet
IncludeExcludeSet(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Construct an IncludeExclude.
IncludeExcludeSet(Set<T>, Predicate<P>, Set<T>, Predicate<P>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Construct an IncludeExclude
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Increments the value by one.
Index<V> - Interface in org.eclipse.jetty.util
An immutable String lookup data structure.
Index.Builder<V> - Class in org.eclipse.jetty.util
Builder of Index instances.
Index.Mutable<V> - Interface in org.eclipse.jetty.util
A mutable String lookup data structure.
Index.Mutable.Builder<V> - Class in org.eclipse.jetty.util
Builder of Index.Mutable instances.
indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
returns the next index of a character from the chars string
indexOfControlChars(String) - Static method in class org.eclipse.jetty.util.StringUtil
Find the index of a control characters in String
InetAddressPattern - Class in org.eclipse.jetty.util
A pattern representing a single or range of InetAddress.
InetAddressPattern(String) - Constructor for class org.eclipse.jetty.util.InetAddressPattern
 
InetAddressSet - Class in org.eclipse.jetty.util
A set of InetAddress patterns.
InetAddressSet() - Constructor for class org.eclipse.jetty.util.InetAddressSet
 
InflaterPool - Class in org.eclipse.jetty.util.compression
 
InflaterPool(int, boolean) - Constructor for class org.eclipse.jetty.util.compression.InflaterPool
Create a Pool of Inflater instances.
initialValue() - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
installBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Add a bean in a way that is safe to call from a super constructor of this ContainerLifeCycle: there are no Container.Listeners registered; the object itself is not a Container.Listener; this LifeCycle is not started or starting; and the is no debugging call to this.toString().
installBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Add a bean in a way that is safe to call from a super constructor of this ContainerLifeCycle: there are no Container.Listeners registered; the object itself is not a Container.Listener; this LifeCycle is not started or starting; and the is no debugging call to this.toString().
INSTANCE - Static variable in class org.eclipse.jetty.util.resource.FileSystemPool
 
interruptThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
IntrospectionUtil - Class in org.eclipse.jetty.util
IntrospectionUtil
IntrospectionUtil() - Constructor for class org.eclipse.jetty.util.IntrospectionUtil
 
Invocable - Interface in org.eclipse.jetty.util.thread
A task (typically either a Runnable or Invocable.Callable that declares how it will behave when invoked:
Invocable.Callable - Interface in org.eclipse.jetty.util.thread
 
Invocable.InvocationType - Enum Class in org.eclipse.jetty.util.thread
The behavior of an Invocable when it is invoked.
Invocable.ReadyTask - Class in org.eclipse.jetty.util.thread
A Runnable decorated with an Invocable.InvocationType.
Invocable.Task - Interface in org.eclipse.jetty.util.thread
A task with an Invocable.InvocationType.
invokeNonBlocking(Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Invoke a task with the calling thread, tagged to indicate that it will not block.
IO - Class in org.eclipse.jetty.util
IO Utilities.
isAborted() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isAlias() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isAlias() - Method in class org.eclipse.jetty.util.resource.Resource
 
isArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Test if filename is any supported Java Archive type (ends in jar, war, or zip).
isArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Test if URI is any supported Java Archive type.
isArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Test if Path is any supported Java Archive type (ends in jar, war, or zip).
isAuto(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isAutoStartScanning() - Method in class org.eclipse.jetty.util.Scanner
Test if scanning should start automatically with Scanner.AbstractLifeCycle.start()
isBefore(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Returns whether the first nanoTime is strictly before the second nanoTime.
isBeforeOrSame(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Returns whether the first nanoTime is before or the same as the second nanoTime.
isBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is null or only has whitespace characters in it.
isCancelled() - Method in class org.eclipse.jetty.util.FutureCallback
 
isCancelled() - Method in class org.eclipse.jetty.util.FuturePromise
 
isCertSign(X509Certificate) - Static method in class org.eclipse.jetty.util.ssl.X509
 
isClassFile(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to test for class files
isClosed() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isCombined(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource has been created by combining other resources.
isComplete() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Return true if this resource is contained in the Resource r, either because r is a folder or a jar file or any form of resource capable of containing other resources.
isDaemon() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
Return true if resource represents a directory of potential resources.
isDirectory(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is a valid directory.
isDone() - Method in class org.eclipse.jetty.util.FutureCallback
 
isDone() - Method in class org.eclipse.jetty.util.FuturePromise
 
isDumpable(Object) - Method in interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
 
isEmpty() - Method in class org.eclipse.jetty.util.Fields
 
isEmpty() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
isEmpty() - Method in interface org.eclipse.jetty.util.Index
Check if the index contains any entry.
isEmpty() - Method in class org.eclipse.jetty.util.RegexSet
 
isEmpty(Object) - Static method in class org.eclipse.jetty.util.LazyList
Simple utility method to test if List is empty
isEmpty(String) - Static method in class org.eclipse.jetty.util.StringUtil
Checks if a String is empty ("") or null.
isEmpty(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffer.
isEmpty(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffers.
isEmptyDir(File) - Static method in class org.eclipse.jetty.util.IO
Test if directory is empty.
isEnableCRLDP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isExtension(String, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if filename matches any of the indicated extensions.
isExtension(URI, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if URI matches any of the indicated extensions.
isExtension(Path, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if Path matches any of the indicated extensions.
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isFailed() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isFalse(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and full buffer.
isHeldByCurrentThread() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
isHex(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
isHex(String, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isHidden(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate useful for Stream<Path> to exclude hidden paths following filesystem rules for hidden directories and files.
isHidden(Path, Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate useful for Stream<Path> to exclude hidden paths following filesystem rules for hidden directories and files.
isIdle() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isIdle() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isIdle() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
isIncludedAndNotExcluded(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Test Included and not Excluded
isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isInUse() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isInUse() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isInUse() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isJavaArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Is the filename a JAR file.
isJavaArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Is the URI pointing to a Java Archive (JAR) File (not directory)
isJavaArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Java Archive (JAR) File (not directory)
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isLibArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Test if filename is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLibArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Test if URI is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLibArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Test if Path is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Returns whether this thread pool is low on threads.
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isManaged(Object) - Method in interface org.eclipse.jetty.util.component.Container
Test if this container manages a bean
isManaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isMetaInfVersions(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to filter on META-INF/versions/* tree in walk/stream results.
isModuleInfoClass(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to skip module-info.class files.
isNonBlockingInvocation() - Static method in interface org.eclipse.jetty.util.thread.Invocable
Test if the current thread has been tagged as non blocking
isNotBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is not null and contains at least 1 non-whitespace characters in it.
isNotMetaInfVersions(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to skip META-INF/versions/* tree from walk/stream results.
isNotModuleInfoClass(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to skip module-info.class files.
isNotNormalWithinSelf(String) - Static method in class org.eclipse.jetty.util.URIUtil
Check if a path would be normalized within itself.
Iso88591StringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
isOptionalWhiteSpace(char) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
isPathValid(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isQuoted(String) - Static method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
isReadable() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.Resource
True if the resource is readable.
isReadable(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is readable.
isReadableDirectory(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is a valid directory that can be read from.
isReadableFile(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource exists, is not a directory, is readable.
isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
isRelative(String) - Static method in class org.eclipse.jetty.util.URIUtil
Test if a string is a relative path or a URI
isRenegotiationAllowed() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isReserved() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isReserved() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isReserved() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSameFile(Path) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isSameFile(Path) - Method in class org.eclipse.jetty.util.resource.Resource
 
isSameName(Path, Path) - Static method in class org.eclipse.jetty.util.resource.PathResource
Test if the paths are the same name.
isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isServerClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
Is the class a Server Class.
isSessionCachingEnabled() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isShutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
 
isShutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
isShutdownDone() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
isSniRequired() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.
isStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarted() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSucceeded() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isSupported(String) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Test to see if provided string is supported.
isSupported(URI) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Test to see if provided uri is supported.
isSystemClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
Is the class a System Class.
isTerminated() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isTerminated() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
isTerminated() - Method in class org.eclipse.jetty.util.LockedPool
 
isTerminated() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isTerminated() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isTerminated() - Method in interface org.eclipse.jetty.util.Pool
 
isTerminated() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
isTheEmptyBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isTld(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a TLD File
isTrue(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isUnmanaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
isUseCipherSuitesOrder() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isUseVirtualThreads() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
isUseVirtualThreads() - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
isUseVirtualThreads(Executor) - Static method in class org.eclipse.jetty.util.VirtualThreads
Tests whether the given executor implements VirtualThreads.Configurable and it has been configured to use virtual threads.
isValidateCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isValidatePeerCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isValidHostName(String) - Method in class org.eclipse.jetty.util.HostPort
 
isValidHostRegisteredName(String) - Static method in class org.eclipse.jetty.util.URIUtil
True if token is a RFC3986 reg-name (Registered Name)
isValidIpAddress(String) - Method in class org.eclipse.jetty.util.HostPort
 
isVirtualThread() - Static method in class org.eclipse.jetty.util.VirtualThreads
 
isWebArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Is the filename a WAR file.
isWebArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Web Archive File (not directory)
isWebArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Web Archive File (not directory)
isXml(String) - Static method in class org.eclipse.jetty.util.FileID
Is the Path a file that ends in XML?
isXml(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the Path a file that ends in XML?
iterate() - Method in class org.eclipse.jetty.util.IteratingCallback
This method must be invoked by applications to start the processing of asynchronous sub-tasks.
IteratingCallback - Class in org.eclipse.jetty.util
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() - Constructor for class org.eclipse.jetty.util.IteratingCallback
 
IteratingCallback(boolean) - Constructor for class org.eclipse.jetty.util.IteratingCallback
 
IteratingCallback.Action - Enum Class in org.eclipse.jetty.util
The indication of the overall progress of the iteration that implementations of IteratingCallback.process() must return.
IteratingNestedCallback - Class in org.eclipse.jetty.util
Iterating Nested Callback.
IteratingNestedCallback(Callback) - Constructor for class org.eclipse.jetty.util.IteratingNestedCallback
 
iterator() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
iterator() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
iterator() - Method in class org.eclipse.jetty.util.Fields
 
iterator() - Method in class org.eclipse.jetty.util.InetAddressSet
 
iterator() - Method in class org.eclipse.jetty.util.RegexSet
 
iterator() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
iterator() - Method in class org.eclipse.jetty.util.resource.Resource
Return an Iterator of all Resource's referenced in this Resource.
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 

J

JAVA_TARGET_PLATFORM - Static variable in class org.eclipse.jetty.util.JavaVersion
Context attribute that can be set to target a different version of the jvm than the current runtime.
JavaVersion - Class in org.eclipse.jetty.util
Java Version Utility class.
Jetty - Class in org.eclipse.jetty.util
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Blocks until the thread pool is LifeCycle stopped.
join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Blocks until the thread pool is stopped.

K

KEY - Static variable in interface org.eclipse.jetty.util.component.Dumpable
 
KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of key password property.
keySet() - Method in interface org.eclipse.jetty.util.Index
Get a Set of the keys contained in this index.
KeyStoreScanner - Class in org.eclipse.jetty.util.ssl
The KeyStoreScanner is used to monitor the KeyStore file used by the SslContextFactory.
KeyStoreScanner(SslContextFactory) - Constructor for class org.eclipse.jetty.util.ssl.KeyStoreScanner
 

L

lastModified() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.PathResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
The time the resource was last modified.
Layer(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Layer
 
Layer(Attributes, Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Layer
 
Lazy() - Constructor for class org.eclipse.jetty.util.Attributes.Lazy
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
leaked() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
leaseFrom(Executor, Object, int) - Static method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
leaseTo(Object, int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
legacy() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will use the legacy implementation from prior to jetty-12.
LegacyQuotedStringTokenizer - Class in org.eclipse.jetty.util
 
length() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
length() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
length() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
length() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
length() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
length() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
length() - Method in class org.eclipse.jetty.util.resource.PathResource
 
length() - Method in class org.eclipse.jetty.util.resource.Resource
Length of the resource.
length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
length(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get remaining from null checked buffer
LF - Static variable in class org.eclipse.jetty.util.TypeUtil
 
lifecycle() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A ResourceFactory that implements the Jetty LifeCycle.
LifeCycle - Interface in org.eclipse.jetty.util.component
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
Listener.
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.HaltLifeCycleListener
 
lifeCycleStarted(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
Deprecated.
 
lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
list() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
list() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
list() - Method in class org.eclipse.jetty.util.resource.PathResource
 
list() - Method in class org.eclipse.jetty.util.resource.Resource
List of contents of a directory Resource.
listIterator(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadClass(String) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadCRL(String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
loadCRL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Loads certificate revocation list (CRL) from a file.
Loader - Class in org.eclipse.jetty.util
ClassLoader Helper.
Loader() - Constructor for class org.eclipse.jetty.util.Loader
 
loadKeyStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadTrustStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a truststore.
lock() - Method in class org.eclipse.jetty.util.thread.AutoLock
Acquires the lock.
lock() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
LockedPool<P> - Class in org.eclipse.jetty.util
A Pool.Wrapper that tracks the acquire/release/remove pool events.
LockedPool(Pool<P>) - Constructor for class org.eclipse.jetty.util.LockedPool
 
LockedPool(Pool<P>, LockedPool.Tracker<P>) - Constructor for class org.eclipse.jetty.util.LockedPool
 
LockedPool.Factory<F> - Interface in org.eclipse.jetty.util
A Pool.Factory that wraps newly created Pool instances with LockedPool.
LockedPool.Tracker<T> - Interface in org.eclipse.jetty.util
A receiver of Pool events.
LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
LOG - Static variable in interface org.eclipse.jetty.util.resource.ResourceFactory
 
LOG - Static variable in class org.eclipse.jetty.util.Utf8StringBuilder
 

M

main(String[]) - Static method in class org.eclipse.jetty.util.security.Password
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
 
manage(Object) - Method in interface org.eclipse.jetty.util.component.Container
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
manage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
ManagedAttribute - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedAttribute annotation is used to indicate that a given method exposes a JMX attribute.
ManagedObject - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedObject annotation is used on a class at the top level to indicate that it should be exposed as an mbean.
ManagedOperation - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedOperation annotation is used to indicate that a given method should be considered a JMX operation.
ManifestUtils - Class in org.eclipse.jetty.util
 
Mapped() - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
Mapped(Map<String, Object>) - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
Mapped(Attributes.Mapped) - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
match(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a complete match of the pattern within the data
match(ByteBuffer) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a full match of the pattern in the ByteBuffer.
matches(String) - Method in class org.eclipse.jetty.util.RegexSet
 
matches(String) - Method in class org.eclipse.jetty.util.ssl.X509
 
MathUtils - Class in org.eclipse.jetty.util
 
MAX_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
 
maxCapacity(int) - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Configure a maximum capacity for the mutable index.
MemoryResource - Class in org.eclipse.jetty.util.resource
An in memory Resource created from a URL
MemoryUtils - Class in org.eclipse.jetty.util
MemoryUtils provides an abstraction over memory properties and operations.
millisElapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds elapsed between two nanoTimes.
millisSince(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds elapsed between a begin nanoTime and the current nanoTime.
millisUntil(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds remaining between the current nanoTime and an end nanoTime.
missing(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource is missing.
MonitoredQueuedThreadPool - Class in org.eclipse.jetty.util.thread
A QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics.
MonitoredQueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MonitoredQueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MonitoredQueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MountedPathResource - Class in org.eclipse.jetty.util.resource
Java NIO Path Resource with file system pooling.
MountedPathResourceFactory - Class in org.eclipse.jetty.util.resource
 
MountedPathResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.MountedPathResourceFactory
 
mounts() - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
MultiException() - Constructor for class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
MultiMap<V> - Class in org.eclipse.jetty.util
A multi valued Map.
MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(Map<String, List<V>>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(MultiMap<V>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartOutputStream(OutputStream, String) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartWriter - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
 
MultiReleaseJarFile - Class in org.eclipse.jetty.util
Utility class to handle a Multi Release Jar file
MultiReleaseJarFile(Path) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
Construct a multi release jar file for the current JVM version, ignoring directories.
mutable() - Method in class org.eclipse.jetty.util.Index.Builder
Configure the index to be mutable.
mutable() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Configure the index to be mutable.
mxBean - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 

N

name() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
name to use for the attribute
Name - Annotation Interface in org.eclipse.jetty.util.annotation
This annotation is used to describe variables in method signatures so that when rendered into tools like JConsole it is clear what the parameters are.
named(String, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
Named(String) - Constructor for class org.eclipse.jetty.util.component.Environment.Named
 
Named(String, ClassLoader) - Constructor for class org.eclipse.jetty.util.component.Environment.Named
 
NamingDump - Class in org.eclipse.jetty.util.jndi
A utility Dumpable to dump a JNDI naming context tree.
NamingDump() - Constructor for class org.eclipse.jetty.util.jndi.NamingDump
 
NamingDump(ClassLoader, String) - Constructor for class org.eclipse.jetty.util.jndi.NamingDump
 
NamingUtil - Class in org.eclipse.jetty.util.jndi
Naming Utility Methods
NamingUtil() - Constructor for class org.eclipse.jetty.util.jndi.NamingUtil
 
NanoTime - Class in org.eclipse.jetty.util
Utility class with methods that deal with System.nanoTime().
needsQuoting(char) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
needsQuoting(char) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
needsQuoting(char) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
Nested(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Nested
 
newClassLoaderResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a search of ClassLoaders.
newClassLoaderResource(String, boolean) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a search of ClassLoaders.
newClassPathResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use ResourceFactory.newClassLoaderResource(String, boolean) instead, will be removed in Jetty 12.1.0
newCondition() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
newInputStream() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
newInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Creates a new input stream to the resource.
newJarFileResource(URI) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a file: based URI that is mountable (eg: a jar file).
newMemoryResource(URL) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Load a URL into a memory resource.
newPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Creates a new Password object.
newPKIXBuilderParameters(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newPool() - Method in interface org.eclipse.jetty.util.Pool.Factory
 
newPooled() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
newPooled() - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
newPooled() - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
newReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
newReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.Resource
Deprecated, for removal: This API element is subject to removal in a future version.
use Resource.newInputStream() or IOResources instead.
newResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a resource from a string.
newResource(URI) - Method in class org.eclipse.jetty.util.resource.MountedPathResourceFactory
 
newResource(URI) - Method in class org.eclipse.jetty.util.resource.PathResourceFactory
 
newResource(URI) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a resource from a uri.
newResource(URI) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
newResource(URL) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a provided URL.
newResource(Path) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from provided path.
newResource(Path, URI) - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
newResource(Path, URI) - Method in class org.eclipse.jetty.util.resource.PathResource
Internal override for creating a new PathResource.
newResource(List<URI>) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a possible combined Resource from a list of URIs.
newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Factory method for "scratch" SSLEngines, usually only used for retrieving configuration information such as the application buffer size or the list of protocols/ciphers.
newSSLEngine(String, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
General purpose factory method for creating SSLEngines, although creation of SSLEngines on the server-side should prefer SslContextFactory.newSSLEngine(InetSocketAddress).
newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Server-side only factory method for creating SSLEngines.
newSslServerSocket(String, int, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSslSocket() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSystemResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
newURI(String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI from the arguments, handling IPv6 host encoding and default ports
newURI(String, String, int, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI from the arguments, handling IPv6 host encoding and default ports
newURI(String, String, int, String, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI from the arguments, handling IPv6 host encoding and default ports
newURIBuilder(String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI StringBuilder from the arguments, handling IPv6 host encoding and default ports
NO_ARGS - Static variable in class org.eclipse.jetty.util.TypeUtil
 
NO_TRY - Static variable in interface org.eclipse.jetty.util.thread.TryExecutor
 
NOIMPL - Static variable in class org.eclipse.jetty.util.Uptime
 
NON_BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable does not block the invoker thread, and the invocation may be performed immediately in the invoker thread.
NON_DOMAIN_SNI_PROVIDER - Static variable in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
An SNI provider that, if the given serverNames list is empty, retrieves the host via SSLEngine.getPeerHost(), converts it to ASCII bytes, and sends it as SNI.
nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
Return a non null string.
Non shared Callback - Search tag in class org.eclipse.jetty.util.Blocker
Section
Non shared Runnable - Search tag in class org.eclipse.jetty.util.Blocker
Section
noop() - Static method in interface org.eclipse.jetty.util.Promise
 
NOOP - Static variable in interface org.eclipse.jetty.util.Callback
Instance of Adapter that can be used when the callback methods need an empty implementation without incurring in the cost of allocating a new Adapter object.
NOOP - Static variable in interface org.eclipse.jetty.util.Promise
 
NOOP - Static variable in interface org.eclipse.jetty.util.thread.Invocable
 
normalize(Object) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
Normalize a URI, URL, or File reference by replacing known attributes with ${key} attributes.
normalizeHost(String) - Static method in class org.eclipse.jetty.util.HostPort
Normalizes IPv6 address as per RFC 2732 and RFC 6874, surrounding with square brackets if they are absent.
normalizePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize a URI path by factoring out all segments of . and ...
normalizePath(Path) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
normalizePathQuery(String) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize a URI path and query by factoring out all segments of '.' and '..' up until any query or fragment.
normalizePortForScheme(String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize a port for a given scheme
normalizeScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize the scheme
normalizeUri(URI) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
notComplete(SharedBlockingCallback.Blocker) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
noTracker() - Static method in interface org.eclipse.jetty.util.LockedPool.Tracker
 
NoTryExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
now() - Static method in class org.eclipse.jetty.util.NanoTime
 
nudge() - Method in class org.eclipse.jetty.util.Scanner
Hint to the scanner to perform a scan cycle as soon as possible.
NULL - Static variable in interface org.eclipse.jetty.util.Attributes
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
of(Container) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A new ResourceFactory tied to a Jetty Component Container, to allow its allocated resources to be cleaned up during the normal component lifecycle behavior.
of(Resource) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Offer an item to the pool.
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for a task to be invoked, mutually excluded from other tasks.
offer(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for tasks to be invoked, mutually excluded from other tasks.
offer(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
onClose(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and reached no references and has been closed
onClose(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
Invoked when the overall task has completed with a failure.
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingCallback
Invoked when the overall task has completed successfully.
onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
onDecrement(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is decremented
onDecrement(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
 
onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
onIncrement(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is incremented
onIncrement(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onJobFailure(Throwable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
onRetain(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI is retained for the first time
onRetain(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
OPTIMAL_MAX_SIZE - Static variable in class org.eclipse.jetty.util.ConcurrentPool
ConcurrentPool internally needs to linearly scan a list to perform an acquisition.
org.eclipse.jetty.util - module org.eclipse.jetty.util
 
org.eclipse.jetty.util - package org.eclipse.jetty.util
Jetty Util : Common Utility Classes
org.eclipse.jetty.util.annotation - package org.eclipse.jetty.util.annotation
Jetty Util : Common Utility Annotations
org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
Jetty Util : Jetty Lifecycle Management
org.eclipse.jetty.util.compression - package org.eclipse.jetty.util.compression
 
org.eclipse.jetty.util.jndi - package org.eclipse.jetty.util.jndi
 
org.eclipse.jetty.util.preventers - package org.eclipse.jetty.util.preventers
Jetty Util : Common Memory Leak Prevention Tooling
org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
Jetty Util : Resource Utilities
org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
Jetty Util : Common Security Utilities
org.eclipse.jetty.util.ssl - package org.eclipse.jetty.util.ssl
Jetty Util : Common SSL Utility Classes
org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
Jetty Util : Common Statistics Utility classes
org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
Jetty Util : Common ThreadPool Utilities
org.eclipse.jetty.util.thread.strategy - package org.eclipse.jetty.util.thread.strategy
 

P

parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Return the parent Path.
parse(String) - Static method in class org.eclipse.jetty.util.JavaVersion
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8LineParser
Parse a ByteBuffer (could be a partial buffer), and return once a complete line of UTF8 parsed text has been reached.
parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a byte array of ascii characters.
parseInt(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a substring.
parsePort(String) - Static method in class org.eclipse.jetty.util.HostPort
Parse a string representing a port validating it is a valid port value.
partialReset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Partially reset the appendable: clear the buffer and clear any errors, but retain the decoding state of any partially decoded sequences.
Password - Class in org.eclipse.jetty.util.security
Password utility class.
Password(String) - Constructor for class org.eclipse.jetty.util.security.Password
Constructor.
PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of keystore password property.
pathAdded(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is added.
pathChanged(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is changed.
PathCollators - Class in org.eclipse.jetty.util.resource
 
PathCollators() - Constructor for class org.eclipse.jetty.util.resource.PathCollators
 
pathRemoved(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is removed.
PathResource - Class in org.eclipse.jetty.util.resource
Java NIO Path Resource.
PathResourceFactory - Class in org.eclipse.jetty.util.resource
 
PathResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.PathResourceFactory
 
pathsChanged(Set<Path>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
PidFile - Class in org.eclipse.jetty.util
Create a PID file for the running process.
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
Pool<P> - Interface in org.eclipse.jetty.util
A pool of objects, with support for multiplexing and several optimized strategies plus an optional ThreadLocal cache of the last released entry.
Pool.Entry<E> - Interface in org.eclipse.jetty.util
A Pool entry that holds metadata and a pooled object.
Pool.Entry.Wrapper<W> - Class in org.eclipse.jetty.util
A wrapper for Entry instances.
Pool.Factory<F> - Interface in org.eclipse.jetty.util
A factory for Pool instances.
Pool.Wrapper<W> - Class in org.eclipse.jetty.util
A wrapper for Pool instances.
POWERED_BY - Static variable in class org.eclipse.jetty.util.Jetty
 
prependToArray(T, T[], Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to the start of an array
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
printable(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
process() - Method in class org.eclipse.jetty.util.IteratingCallback
Method called by IteratingCallback.iterate() to process the asynchronous sub-task.
processIncludeCipherSuites(String[], List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
ProcessorUtils - Class in org.eclipse.jetty.util
ProcessorUtils provides access to runtime info about processors, that may be overridden by system properties or environment variables.
ProcessorUtils() - Constructor for class org.eclipse.jetty.util.ProcessorUtils
 
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
Initiates (or resumes) the task production and consumption.
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy.Producer
Produces a task to be executed.
produce() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
ProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
ProduceExecuteConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceExecuteConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
Promise<C> - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Promise.Adapter<U> - Class in org.eclipse.jetty.util
Empty implementation of Promise.
Promise.Completable<S> - Class in org.eclipse.jetty.util
A CompletableFuture that is also a Promise.
Promise.Wrapper<W> - Class in org.eclipse.jetty.util
 
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Does the managed field exist on a proxy object?
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Does the managed field exist on a proxy object?
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(String, String) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given name/value pair as a single-valued Fields.Field.
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, V) - Method in interface org.eclipse.jetty.util.Index.Mutable
Put an entry into the index.
put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
put(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
put(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given Fields.Field, mapped to the field's name
put(V) - Method in interface org.eclipse.jetty.util.Index.Mutable
Put a value as both a key and a value.
putAllValues(Map<String, V>) - Method in class org.eclipse.jetty.util.MultiMap
Shorthand version of putAll
putCRLF(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDecInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDecLong(ByteBuffer, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putHexInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putIntLittleEndian(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Put an integer little endian
putValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(String, V...) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.

Q

QueuedThreadPool - Class in org.eclipse.jetty.util.thread
A thread pool with a queue of jobs to execute.
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup, ThreadFactory) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
quote(Appendable, String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quote(Appendable, String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable, escaping any characters that need to be escaped.
quote(Appendable, String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
quote(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
QuotedStringTokenizer - Interface in org.eclipse.jetty.util
A Tokenizer that splits a string into parts, allowing for quotes.
QuotedStringTokenizer.Builder - Class in org.eclipse.jetty.util
 
quoteIfNeeded(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quoteIfNeeded(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteIfNeeded(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
quoteIfNeeded(StringBuilder, String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quoteIfNeeded(StringBuilder, String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Append into buf the provided string, adding quotes if needed.
quoteIfNeeded(StringBuilder, String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 

R

RANDOM - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry by iterating from a random starting index.
randomAlphaNumeric(int) - Static method in class org.eclipse.jetty.util.StringUtil
 
RateCounter - Class in org.eclipse.jetty.util.statistic
Counts the rate that Longs are added to this from the time of creation or the last call to RateCounter.reset().
RateCounter() - Constructor for class org.eclipse.jetty.util.statistic.RateCounter
 
RateStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a time sequence rate.
RateStatistic(long, TimeUnit) - Constructor for class org.eclipse.jetty.util.statistic.RateStatistic
 
readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
readFrom(File, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, int, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(ReadableByteChannel, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Read content from a ReadableByteChannel into a buffer.
readFrom(Path, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readObject(ClassLoader) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
readonly() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Is the managed field read-only? Required only when a setter exists but should not be exposed via JMX
ReadyTask(Invocable.InvocationType, Runnable) - Constructor for class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
record() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Records a sample value.
record(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Records a sample value.
RegexSet - Class in org.eclipse.jetty.util
A Set of Regular expressions strings.
RegexSet() - Constructor for class org.eclipse.jetty.util.RegexSet
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
registerResourceFactory(String, ResourceFactory) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Register a new ResourceFactory that can handle the specific scheme for the Resource API.
release() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
release() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
release() - Method in interface org.eclipse.jetty.util.Pool.Entry
Releases this Entry to the Pool.
release() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
release(CompressionPool.Entry) - Method in class org.eclipse.jetty.util.compression.CompressionPool
Release an Entry.
released(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is released.
reload() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
reload(Consumer<SslContextFactory>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
remaining(ByteBuffer...) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the remaining bytes in 0 or more buffers.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
remove() - Method in interface org.eclipse.jetty.util.Pool.Entry
Removes this Entry from the Pool.
remove() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(E, int) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Remove a specific item from the pool from a specific index
remove(Object) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.util.InetAddressSet
 
remove(Object) - Method in class org.eclipse.jetty.util.RegexSet
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(String) - Method in class org.eclipse.jetty.util.Fields
Removes the Fields.Field with the given name.
remove(String) - Method in interface org.eclipse.jetty.util.Index.Mutable
Remove an entry from the index.
remove(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
removeAll() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Removes all items from the pool.
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
Remove an attribute
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Synthetic
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
removeBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Removes the given bean.
removeBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeBean(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to remove a bean from a container.
removeBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Removes all bean
removed(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is removed.
REMOVED - Static variable in class org.eclipse.jetty.util.Attributes.Synthetic
 
removeDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.Container
Remove an event listener.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
removeExcludedCipherSuites(List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(Path) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFromArray(T[], Object) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Remove a registered listener
removeNulls(T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeThread(Thread) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
removeValue(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Remove value.
replace(String, char, char) - Static method in class org.eclipse.jetty.util.StringUtil
Replace chars within string.
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace substrings within string.
replaceFirst(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace first substrings within string.
REPLACEMENT - Static variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
ReportingUtf8StringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
reserve() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
reserve() - Method in class org.eclipse.jetty.util.LockedPool
 
reserve() - Method in interface org.eclipse.jetty.util.Pool
Creates a new disabled slot into the pool.
reserve() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
ReservedThreadExecutor - Class in org.eclipse.jetty.util.thread
A TryExecutor using pre-allocated/reserved threads from an external Executor.
ReservedThreadExecutor(Executor, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
ReservedThreadExecutor(Executor, int, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
ReservedThreadExecutor(Executor, int, int, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
reservedThreads(Executor, int) - Static method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Get the heuristic number of reserved threads.
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
reset() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
Resets this sequence to be empty.
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
reset() - Method in class org.eclipse.jetty.util.IteratingCallback
Resets this callback.
reset() - Method in class org.eclipse.jetty.util.Scanner
Clear the list of scannables.
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max and total to the current value.
reset() - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
reset() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
reset() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Reset the appendable, clearing the buffer, resetting decoding state and clearing any errors.
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max, total and current value to the given parameter.
reset(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Resets the buffer's endianness to ByteOrder.BIG_ENDIAN and clears the buffer to be empty in flush mode.
reset(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
reset(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
reset(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.CombinedResource
Resolves a path against the resource collection.
resolve(String) - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.PathResource
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.Resource
Resolve an existing Resource.
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in interface org.eclipse.jetty.util.SocketAddressResolver
Resolves via DNS the given host and port, within the connect timeout, returning a list of InetSocketAddress through the given Promise.
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
resolvePath(Path, Path) - Static method in class org.eclipse.jetty.util.IO
Perform a resolve of a basePath Path against a relative Path in a way that ignores FileSystem differences between the two Path parameters.
resolveProxyClass(String[]) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
Resource - Class in org.eclipse.jetty.util.resource
A Resource is a wrapper over a Path object pointing to a file or directory that can be represented by aFileSystem.
Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
 
ResourceCollators - Class in org.eclipse.jetty.util.resource
 
ResourceCollators() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollators
 
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory is the source of new Resource instances.
ResourceFactory.Closeable - Interface in org.eclipse.jetty.util.resource
 
ResourceFactory.LifeCycle - Interface in org.eclipse.jetty.util.resource
 
Resources - Class in org.eclipse.jetty.util.resource
Collection of helpful static methods for working with Resource objects.
Resources() - Constructor for class org.eclipse.jetty.util.resource.Resources
 
ResourceUriPatternPredicate - Class in org.eclipse.jetty.util.resource
Specialized UriPatternPredicate to allow filtering Resource entries by their URI.
ResourceUriPatternPredicate(String, boolean) - Constructor for class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
ResourceUriPatternPredicate(UriPatternPredicate) - Constructor for class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
rethrow(Throwable) - Static method in class org.eclipse.jetty.util.IO
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FuturePromise
 
returnDelimiters() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will return delimiter characters as individual tokens.
returnQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will return tokens with quotes interpreted but not removed.
RFC9110QuotedStringTokenizer - Class in org.eclipse.jetty.util
An implementation of QuotedStringTokenizer with partial handling of RFC9110 quoted-strings.
rollover(File, File, File) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
This method is called whenever a log file is rolled over
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream.
RolloverFileOutputStream(String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
root() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
root() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
The JVM wide (root) ResourceFactory.
ROUND_ROBIN - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry by iterating from a starting point that is incremented on every search.
run() - Method in interface org.eclipse.jetty.util.component.Graceful.ThrowingRunnable
 
run() - Method in class org.eclipse.jetty.util.PidFile
 
run() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
run() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
run() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
run(Runnable) - Method in interface org.eclipse.jetty.util.component.Environment
Run a Runnable in the environment, i.e.
run(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for a task to be run, mutually excluded from other tasks.
run(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for tasks to be executed, mutually excluded from other tasks.
runJob(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Runs the given job in the current thread.
runnable() - Static method in class org.eclipse.jetty.util.Blocker
 
runnable() - Method in class org.eclipse.jetty.util.Blocker.Shared
 

S

SampleStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a sampled value.
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
sanitizeFileSystemName(String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace all characters from input string that are known to have special meaning in various filesystems.
sanitizeXmlString(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
scan(long) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
scan(Callback) - Method in class org.eclipse.jetty.util.Scanner
Get the scanner to perform a scan cycle as soon as possible and call the Callback when the scan is finished or failed.
scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
Scanner - Class in org.eclipse.jetty.util
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.
Scanner() - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner(Scheduler) - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner(Scheduler, boolean) - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner.BulkListener - Interface in org.eclipse.jetty.util
Notification of files that changed in the last scan.
Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
Notification of exact file changes in the last scan.
Scanner.Listener - Interface in org.eclipse.jetty.util
Listener Marker for notifications re file changes.
Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
Listener that notifies when a scan has started and when it has ended.
scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
schedule(Runnable, long, TimeUnit) - Method in interface org.eclipse.jetty.util.thread.Scheduler
 
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
SCHEDULED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has initiated an asynchronous sub-task, where the execution has started but the callback that signals the completion of the asynchronous sub-task may have not yet been invoked.
ScheduledExecutorScheduler - Class in org.eclipse.jetty.util.thread
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor.
ScheduledExecutorScheduler() - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(ScheduledExecutorService) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
Scheduler - Interface in org.eclipse.jetty.util.thread
 
Scheduler.Task - Interface in org.eclipse.jetty.util.thread
 
SearchPattern - Class in org.eclipse.jetty.util
Fast search for patterns within strings, arrays of bytes and ByteBuffers.
secondsElapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds elapsed between two nanoTimes.
secondsSince(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds elapsed between a begin nanoTime and the current nanoTime.
secondsUntil(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds remaining between the current nanoTime and an end nanoTime.
SecurityUtils - Class in org.eclipse.jetty.util.security
Collections of utility methods to deal with the scheduled removal of the security classes defined by JEP 411.
selectCipherSuites(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported cipher suite lists.
selectProtocols(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select protocols to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported protocols.
SerializedExecutor - Class in org.eclipse.jetty.util.thread
Ensures serial execution of submitted tasks.
SerializedExecutor() - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor
 
SerializedExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor
 
SerializedExecutor.ErrorHandlingTask - Interface in org.eclipse.jetty.util.thread
Error handling task
SerializedInvoker - Class in org.eclipse.jetty.util.thread
Ensures serial invocation of submitted tasks.
SerializedInvoker() - Constructor for class org.eclipse.jetty.util.thread.SerializedInvoker
 
Server() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
serviceProviderStream(ServiceLoader<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
Utility to create a stream which provides the same functionality as ServiceLoader.stream().
serviceStream(ServiceLoader<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
Utility method to provide a stream of the service type from a ServiceLoader.
set(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the hi and lo values.
set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
set(Environment) - Static method in interface org.eclipse.jetty.util.component.Environment
 
setAliasMapper(UnaryOperator<String>) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
Sets a function that transforms the alias into a possibly different alias, invoked when the SNI logic must choose the alias to pick the right certificate.
setAttachment(Object) - Method in interface org.eclipse.jetty.util.Attachable
Attaches the given object to this stream for later retrieval.
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
Set an attribute
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Synthetic
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
setAutoStartScanning(boolean) - Method in class org.eclipse.jetty.util.Scanner
Flag to control scanning auto start feature.
setAvailableProcessors(int) - Static method in class org.eclipse.jetty.util.ProcessorUtils
 
setBeans(Collection<Object>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
setCapacity(int) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
setCertAlias(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the default certificate Alias.
setCipherComparator(Comparator<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setConnectTimeout(int) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setCrlPath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDecorators(List<? extends Decorator>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables CRL Distribution Points Support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables On-Line Certificate Status Protocol support
setEndpointIdentificationAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
When set to "HTTPS" hostname verification will be enabled.
setEventListeners(Collection<EventListener>) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
setHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Sets a HostnameVerifier used by a client to verify host names in the server certificate.
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the maximum thread idle time in ms.
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time in ms.
setIdleTimeout(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Set the idle timeout for shrinking the reserved thread pool
setImpl(Uptime.Impl) - Method in class org.eclipse.jetty.util.Uptime
 
setIncludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setIncludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store.
setKeyStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store resource.
setKeyStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
setListener(FileSystemPool.Listener) - Method in class org.eclipse.jetty.util.resource.FileSystemPool
Set a listener on the FileSystemPool to monitor for pool events.
setLowThreadsThreshold(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setMaxEvictCount(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Returns the maximum number of idle threads that are evicted for every idle timeout period, thus shrinking this thread pool towards its minimum number of threads.
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setName(String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Set the name of this thread pool, used to name threads.
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Sets the name of this thread pool, used as a prefix for the thread names.
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the location of the OCSP Responder.
setPkixCertPathChecker(PKIXCertPathChecker) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProtocol(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the optional Security Provider name.
setReadTimeout(int) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set whether TLS renegotiation is allowed.
setRenegotiationLimit(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setReportDirs(boolean) - Method in class org.eclipse.jetty.util.Scanner
Set if found directories should be reported.
setReportExistingFilesOnStartup(boolean) - Method in class org.eclipse.jetty.util.Scanner
Whether or not an initial scan will report all files as being added.
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the number of reserved threads.
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set number of reserved threads or -1 for heuristically determined.
setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scanDepth.
setScanDirs(List<Path>) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
setScanInterval(int) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSessionCachingEnabled(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the flag to enable SSL Session caching.
setSNIProvider(SslContextFactory.Client.SniProvider) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Sets whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.
setSNISelector(SniX509ExtendedKeyManager.SniSelector) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Sets a custom function to select certificates based on SNI information.
setSslContext(SSLContext) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSslSessionCacheSize(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session cache size.
setSslSessionTimeout(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session timeout.
setStopTimeout(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setter() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
If is a field references a setter that doesn't conform to standards for discovery it can be set here.
setThreadPoolBudget(ThreadPoolBudget) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the priority of the pool threads.
setTrustAll(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store.
setTrustStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store resource.
setTrustStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUseCaches(boolean) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setUseCipherSuitesOrder(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUseVirtualThreads(boolean) - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
setValidateCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set true if SSL certificates have to be validated.
setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set true if SSL certificates of the peer have to be validated.
setVirtualThreadsExecutor(Executor) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setVirtualThreadsExecutor(Executor) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setVirtualThreadsExecutor(Executor) - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
Shared() - Constructor for class org.eclipse.jetty.util.Blocker.Shared
 
SharedBlockingCallback - Class in org.eclipse.jetty.util
Deprecated.
SharedBlockingCallback() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
SharedBlockingCallback.Blocker - Class in org.eclipse.jetty.util
Deprecated.
A Closeable Callback.
Shared Callback - Search tag in class org.eclipse.jetty.util.Blocker
Section
Shared Runnable - Search tag in class org.eclipse.jetty.util.Blocker
Section
shutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
Shutdown the component.
shutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
shutdown(Container) - Static method in interface org.eclipse.jetty.util.component.Graceful
Utility method to shutdown all Gracefuls within a container.
shutdown(Graceful.ThrowingRunnable) - Static method in interface org.eclipse.jetty.util.component.Graceful
Utility method to execute a Graceful.ThrowingRunnable in a new daemon thread and be notified of the result in a CompletableFuture.
Shutdown(Object) - Constructor for class org.eclipse.jetty.util.component.Graceful.Shutdown
 
ShutdownThread - Class in org.eclipse.jetty.util.thread
ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual Machine
signal() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
signalAll() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
since(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds elapsed since a begin nanoTime and the current nanoTime.
size() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
size() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
size() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
size() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
size() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
size() - Method in interface org.eclipse.jetty.util.Index
Get the number of entries in the index.
size() - Method in class org.eclipse.jetty.util.InetAddressSet
 
size() - Method in class org.eclipse.jetty.util.LockedPool
 
size() - Method in interface org.eclipse.jetty.util.Pool
 
size() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
size() - Method in class org.eclipse.jetty.util.RegexSet
 
size() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
 
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
SNI_HOST - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
Selects a certificate based on SNI information.
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
SniX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
A X509ExtendedKeyManager that selects a key with an alias retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager.
SniX509ExtendedKeyManager(X509ExtendedKeyManager, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
SniX509ExtendedKeyManager.SniSelector - Interface in org.eclipse.jetty.util.ssl
Selects a certificate based on SNI information.
SocketAddressResolver - Interface in org.eclipse.jetty.util
Creates SocketAddress instances, returning them through a Promise.
SocketAddressResolver.Async - Class in org.eclipse.jetty.util
Creates InetSocketAddress instances asynchronously in a different thread.
SocketAddressResolver.Sync - Class in org.eclipse.jetty.util
Creates InetSocketAddress instances synchronously in the caller thread.
sort(Collection<T>) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed list according to dependencies previously set with TopologicalSort.addDependency(Object, Object[]).
sort(T[]) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed array according to dependencies previously set with TopologicalSort.addDependency(Object, Object[]).
space(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the space from the limit to the capacity
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
spinWait(long) - Static method in class org.eclipse.jetty.util.NanoTime
Spin waits for the specified number of nanoseconds.
split(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Split a string of references, that may be split with ',', or ';', or '|' into URIs.
split(String) - Static method in class org.eclipse.jetty.util.URIUtil
Deprecated, for removal: This API element is subject to removal in a future version.
SslContextFactory - Class in org.eclipse.jetty.util.ssl
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.
SslContextFactory() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory with the default configuration.
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory that trusts all certificates
SslContextFactory.Client - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.Client.SniProvider - Interface in org.eclipse.jetty.util.ssl
A provider for SNI names to send to the server during the TLS handshake.
SslContextFactory.Server - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.X509ExtendedKeyManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedKeyManager.
SslContextFactory.X509ExtendedTrustManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedTrustManager.
STABLE - Static variable in class org.eclipse.jetty.util.Jetty
 
StackLoggingListener() - Constructor for class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
start() - Method in class org.eclipse.jetty.util.CompletableTask
Starts the task by calling Runnable.run() and returns this CompletableTask.
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
start(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to start an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
start(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the given lifecycle.
STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startScanning() - Method in class org.eclipse.jetty.util.Scanner
Start scanning.
startsWith(byte[], int, int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a possibly partial match of the pattern at the start of the data.
startsWith(ByteBuffer, int) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a partial match of the pattern at the beginning of the ByteBuffer.
startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
startThread() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
StaticException - Exception Class in org.eclipse.jetty.util
This exception can safely be stored in a static variable as suppressed exceptions are disabled, meaning calling Throwable.addSuppressed(Throwable) has no effect.
StaticException(String) - Constructor for exception class org.eclipse.jetty.util.StaticException
Create an instance with writable stack trace and suppression disabled.
StaticException(String, boolean) - Constructor for exception class org.eclipse.jetty.util.StaticException
Create an instance with suppression disabled.
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
stop(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to stop an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
stop(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the given lifecycle.
StopException() - Constructor for exception class org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
 
StopLifeCycle - Class in org.eclipse.jetty.util.component
A LifeCycle that when started will stop another LifeCycle
StopLifeCycle(LifeCycle) - Constructor for class org.eclipse.jetty.util.component.StopLifeCycle
 
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stream() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
stream() - Method in class org.eclipse.jetty.util.Fields
 
stream() - Method in class org.eclipse.jetty.util.LockedPool
 
stream() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
stream() - Method in interface org.eclipse.jetty.util.Pool
 
stream() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
streamOf(URLClassLoader) - Static method in class org.eclipse.jetty.util.URIUtil
Stream the URLClassLoader.getURLs() as URIs
stringEquals(String, String) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces String.equals() to avoid timing attacks.
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
strip(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Completable
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback.Completing
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Nested
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation completes.
succeeded() - Method in class org.eclipse.jetty.util.CountingCallback
 
succeeded() - Method in class org.eclipse.jetty.util.FutureCallback
 
succeeded() - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke when the asynchronous sub-task succeeds.
succeeded() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
succeeded(C) - Method in class org.eclipse.jetty.util.FuturePromise
 
succeeded(C) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation completes.
succeeded(S) - Method in class org.eclipse.jetty.util.Promise.Completable
 
succeeded(W) - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has completed the whole iteration successfully.
SUCCEEDED - Static variable in class org.eclipse.jetty.util.FutureCallback
 
sumOverflows(int, int) - Static method in class org.eclipse.jetty.util.MathUtils
Returns whether the sum of the arguments overflows an int.
SUPPORTED_SCHEMES - Static variable in class org.eclipse.jetty.util.resource.PathResource
Deprecated, for removal: This API element is subject to removal in a future version.
Using ResourceFactoryInternals.isSupported() instead.
Supported URI Schemes - Search tag in interface org.eclipse.jetty.util.resource.ResourceFactory
Section
Supporting more Schemes - Search tag in interface org.eclipse.jetty.util.resource.ResourceFactory
Section
sweep() - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
sweep() - Method in interface org.eclipse.jetty.util.thread.Sweeper.Sweepable
 
Sweeper - Class in org.eclipse.jetty.util.thread
A utility class to perform periodic sweeping of resources.
Sweeper(Scheduler, long) - Constructor for class org.eclipse.jetty.util.thread.Sweeper
 
Sweeper.Sweepable - Interface in org.eclipse.jetty.util.thread
A Sweeper.Sweepable resource implements this interface to signal to a Sweeper or to a parent container if it needs to be swept or not.
Sync() - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
Synthetic(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Synthetic
 

T

take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
take() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Take an item from the pool.
takeCompleteString(Supplier<X>) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Take the completely decoded string.
takeInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
takeOrElse(Supplier<E>) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
Take an item with a ThreadIdPool.take() operation, else if that returns null then use the supplier (which may construct a new instance).
takePartialString(Supplier<X>) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Take the partially decoded string.
terminate() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
terminate() - Method in class org.eclipse.jetty.util.LockedPool
 
terminate() - Method in interface org.eclipse.jetty.util.Pool
Terminates this Pool.
terminate() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
terminated(Pool<T>, Collection<Pool.Entry<T>>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when the Pool is terminated.
test(String) - Method in class org.eclipse.jetty.util.RegexSet
 
test(InetAddress) - Method in class org.eclipse.jetty.util.InetAddressSet
 
test(URI) - Method in class org.eclipse.jetty.util.UriPatternPredicate
 
test(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
test(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Test includes and excludes for match.
THREAD_ID - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that uses the Thread.getId() of the current thread to select a starting point for an entry search.
ThreadClassLoaderScope - Class in org.eclipse.jetty.util.thread
 
ThreadClassLoaderScope(ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
ThreadIdPool<E> - Class in org.eclipse.jetty.util.thread
A fixed sized pool of items that uses ThreadId to avoid contention.
ThreadIdPool() - Constructor for class org.eclipse.jetty.util.thread.ThreadIdPool
 
ThreadIdPool(int) - Constructor for class org.eclipse.jetty.util.thread.ThreadIdPool
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
A pool for threads.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.
ThreadPoolBudget - Class in org.eclipse.jetty.util.thread
A budget of required thread usage, used to warn or error for insufficient configured threads.
ThreadPoolBudget(ThreadPool.SizedThreadPool) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget
Construct a budget for a SizedThreadPool.
ThreadPoolBudget.Lease - Interface in org.eclipse.jetty.util.thread
 
ThreadPoolBudget.Leased - Class in org.eclipse.jetty.util.thread
An allocation of threads
Tick(long, String, String) - Constructor for class org.eclipse.jetty.util.DateCache.Tick
 
TimerScheduler - Class in org.eclipse.jetty.util.thread
A scheduler based on the the JVM Timer class
TimerScheduler() - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TimerScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toArray(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a ByteBuffer to a byte array.
toBuffer(byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using provided byte array.
toBuffer(byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using the provided byte array.
toBuffer(int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(Resource, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toCanonicalPath(String) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toCanonicalURI(String) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toCanonicalURI(URI) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toClassReference(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toClassReference(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toCompleteString() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
toCompleteString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Get the completely decoded string, which is equivalent to calling Utf8StringBuilder.complete() then Utf8StringBuilder.toString().
toDetailString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to a detail debug string of pointers and content
toDetailString(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toHex(byte, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(int, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(long, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex String.
toHexSummary(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex Summary String.
toIDString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to string ID independent of content
toInt(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an integer.
toInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toInt(ByteBuffer, int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toJarFileUri(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Take an arbitrary URI and provide a URI that is suitable for mounting the URI as a Java FileSystem.
tokenize(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
tokenize(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Tokenize the passed string into an Iterator of tokens split from the string by delimiters.
tokenize(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an long.
toMappedBuffer(Path) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Path, long, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Resource) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Resource, long, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMidnight(ZonedDateTime) - Static method in class org.eclipse.jetty.util.RolloverFileOutputStream
Get the "start of day" for the provided DateTime at the zone specified.
toMultiMap() - Method in class org.eclipse.jetty.util.Fields
 
toPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
TopologicalSort<T> - Class in org.eclipse.jetty.util
Topological sort a list or array.
TopologicalSort() - Constructor for class org.eclipse.jetty.util.TopologicalSort
 
toShortName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toStarString() - Method in class org.eclipse.jetty.util.security.Password
 
toString() - Method in class org.eclipse.jetty.util.AtomicBiInteger
 
toString() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
toString() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.Callback.Nested
 
toString() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
toString() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
toString() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
toString() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
toString() - Method in exception class org.eclipse.jetty.util.ConstantThrowable
 
toString() - Method in class org.eclipse.jetty.util.CountingCallback
 
toString() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
toString() - Method in class org.eclipse.jetty.util.Fields.Field
 
toString() - Method in class org.eclipse.jetty.util.Fields
 
toString() - Method in class org.eclipse.jetty.util.FutureCallback
 
toString() - Method in class org.eclipse.jetty.util.FuturePromise
 
toString() - Method in class org.eclipse.jetty.util.HostPort
 
toString() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
toString() - Method in class org.eclipse.jetty.util.Index.Builder
 
toString() - Method in class org.eclipse.jetty.util.InetAddressPattern
 
toString() - Method in class org.eclipse.jetty.util.IteratingCallback
 
toString() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
toString() - Method in class org.eclipse.jetty.util.JavaVersion
 
toString() - Method in class org.eclipse.jetty.util.MultiMap
 
toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
toString() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
toString() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
toString() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
toString() - Method in class org.eclipse.jetty.util.resource.PathResource
 
toString() - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
toString() - Method in class org.eclipse.jetty.util.security.Password
 
toString() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
toString() - Method in class org.eclipse.jetty.util.ssl.X509
 
toString() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
toString() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
toString() - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
toString() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
 
toString() - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
toString() - Method in class org.eclipse.jetty.util.TopologicalSort
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toString() - Method in exception class org.eclipse.jetty.util.Utf8StringBuilder.Utf8CharacterCodingException
 
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
Deprecated, for removal: This API element is subject to removal in a future version.
toString(long) - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
toString(InputStream) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, String) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, Charset) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Reader) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, int, int, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a partial buffer to a String.
toString(ByteBuffer, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a String with specified Charset
toString(Charset) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
toString(Path, Charset) - Static method in class org.eclipse.jetty.util.IO
Read Path to string.
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.Fields
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
toSummaryString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toUri(Path) - Method in class org.eclipse.jetty.util.resource.PathResource
Ensure Path to URI is sane when it returns a directory reference.
toURI(String) - Static method in class org.eclipse.jetty.util.URIUtil
Deprecated.
This method is currently resolving relative paths against the current directory, which is a mechanism that should be implemented by a ResourceFactory. All calls to this method need to be reviewed.
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toUTF8String(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an UTF-8 String
truePredicate() - Static method in class org.eclipse.jetty.util.TypeUtil
A Predicate that is always true, with optimized and/or/not methods.
truncate(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Truncate a string to a max size.
TRUST_ALL_CERTS - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Executes the given task if and only if a reserved thread is available.
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
tryExecute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
Attempt to execute a task.
TryExecutor - Interface in org.eclipse.jetty.util.thread
A variation of Executor that can confirm if a thread is available immediately
TryExecutor.NoTryExecutor - Class in org.eclipse.jetty.util.thread
 
tryLock() - Method in class org.eclipse.jetty.util.thread.AutoLock
Tries to acquire the lock.
tryLock() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.

U

unbind(Context) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
 
unbind(Context, String, boolean) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
 
UnixCrypt - Class in org.eclipse.jetty.util.security
Unix Crypt.
unmanage(Object) - Method in interface org.eclipse.jetty.util.component.Container
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to unmanage a bean from a container.
unquote(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
unquote(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string and expand any escaped characters
unquote(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
unregisterResourceFactory(String) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Unregister a scheme that is supported by the Resource API.
unsafe(String) - Static method in class org.eclipse.jetty.util.HostPort
Create a HostPort from an unsafe (and not validated) authority.
UNSET - Static variable in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
until(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds remaining from the current nanoTime until an end nanoTime.
unwrap() - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
unwrap(Attributes) - Static method in interface org.eclipse.jetty.util.Attributes
Unwrap all Attributes.Wrappers of the attributes
unwrap(Attributes, Class<T>) - Static method in interface org.eclipse.jetty.util.Attributes
Unwrap attributes to a specific attribute Attributes.Wrapper.
unwrapContainer(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Unwrap a URI to expose its container path reference.
updateBean(Object, Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBean(Object, Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Object[], Object[]) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Collection<?>, Collection<?>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateMax(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMax(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
Uptime - Class in org.eclipse.jetty.util
Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
Uptime.DefaultImpl - Class in org.eclipse.jetty.util
 
Uptime.Impl - Interface in org.eclipse.jetty.util
 
uptimeMethod - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 
uriJarPrefix(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
Take a URI and add a deep reference jar:file://foo.jar!/suffix, replacing any existing deep reference on the input URI.
UriPatternPredicate - Class in org.eclipse.jetty.util
Predicate for matching URI against a provided Regex Pattern
UriPatternPredicate(String, boolean) - Constructor for class org.eclipse.jetty.util.UriPatternPredicate
 
UriPatternPredicate(Pattern, boolean) - Constructor for class org.eclipse.jetty.util.UriPatternPredicate
 
URIUtil - Class in org.eclipse.jetty.util
URI Utility methods.
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
URLResourceFactory - Class in org.eclipse.jetty.util.resource
ResourceFactory for URL based resources.
URLResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.URLResourceFactory
 
UsAsciiStringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
Utf8CharacterCodingException() - Constructor for exception class org.eclipse.jetty.util.Utf8StringBuilder.Utf8CharacterCodingException
 
Utf8IllegalArgumentException() - Constructor for exception class org.eclipse.jetty.util.Utf8StringBuilder.Utf8IllegalArgumentException
 
Utf8LineParser - Class in org.eclipse.jetty.util
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
Utf8LineParser() - Constructor for class org.eclipse.jetty.util.Utf8LineParser
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(StringBuilder) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder.Utf8CharacterCodingException - Exception Class in org.eclipse.jetty.util
 
Utf8StringBuilder.Utf8IllegalArgumentException - Exception Class in org.eclipse.jetty.util
 

V

validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validate(KeyStore) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates all aliases inside of a given keystore
validate(KeyStore, String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific alias inside of the keystore being passed in
validate(KeyStore, Certificate) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific certificate inside of the keystore being passed in
validateCerts(X509Certificate[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Description of the Managed Attribute
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedObject
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the name of the parameter
valueOf(Class<?>, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(Object) - Static method in class org.eclipse.jetty.util.StringUtil
The String value of an Object
valueOf(String) - Static method in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns the enum constant of this class with the specified name.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
values() - Static method in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class org.eclipse.jetty.util.JavaVersion
 
VERSION - Static variable in class org.eclipse.jetty.util.Jetty
 
VirtualThreads - Class in org.eclipse.jetty.util
Utility class to use to query the runtime for virtual thread support, and, if virtual threads are supported, to start virtual threads.
VirtualThreads.Configurable - Interface in org.eclipse.jetty.util
Implementations of this interface can be configured to use virtual threads.

W

with(String, V) - Method in class org.eclipse.jetty.util.Index.Builder
Configure a pre-existing entry.
with(Consumer<Callback.Completable>) - Static method in class org.eclipse.jetty.util.Callback.Completable
Creates a new Completable to be consumed by the given consumer, then returns the newly created Completable.
with(Consumer<Promise<R>>) - Static method in class org.eclipse.jetty.util.Promise.Completable
Creates a new Completable to be consumed by the given consumer, then returns the newly created Completable.
with(V) - Method in class org.eclipse.jetty.util.Index.Builder
Configure a pre-existing entry with a key that is the Index.Builder.toString() representation of the value.
withAll(Supplier<Map<String, V>>) - Method in class org.eclipse.jetty.util.Index.Builder
Configure some pre-existing entries.
withAll(V[], Function<V, String>) - Method in class org.eclipse.jetty.util.Index.Builder
Configure some pre-existing entries.
WithCondition() - Constructor for class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
withSuppressed(T, List<Throwable>) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Decorate a Throwable with the suppressed errors and return it.
wrap(Pool<F>) - Method in interface org.eclipse.jetty.util.LockedPool.Factory
 
wrap(Pool<F>) - Method in interface org.eclipse.jetty.util.Pool.Factory
Wraps, if necessary, the given pool.
Wrapper(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Wrapper
 
Wrapper(Pool.Entry<W>) - Constructor for class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
Wrapper(Pool<W>) - Constructor for class org.eclipse.jetty.util.Pool.Wrapper
 
Wrapper(Promise<W>) - Constructor for class org.eclipse.jetty.util.Promise.Wrapper
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(GatheringByteChannel, ByteBuffer[], int, int) - Static method in class org.eclipse.jetty.util.IO
A gathering write utility wrapper.
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(ByteBuffer, OutputStream) - Static method in class org.eclipse.jetty.util.BufferUtil
 
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 

X

X509 - Class in org.eclipse.jetty.util.ssl
 
X509(String, X509Certificate) - Constructor for class org.eclipse.jetty.util.ssl.X509
 
X509ExtendedKeyManagerWrapper(X509ExtendedKeyManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
X509ExtendedTrustManagerWrapper(X509ExtendedTrustManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 

_

__nonBlocking - Static variable in interface org.eclipse.jetty.util.thread.Invocable
 
__OBFUSCATE - Static variable in class org.eclipse.jetty.util.security.Password
 
_pattern - Variable in class org.eclipse.jetty.util.InetAddressPattern
 
_state - Variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form