- abort(Throwable) - Method in class org.eclipse.jetty.util.CompletableCallback
-
Callback method invoked when this callback is failed.
- 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
-
- AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- AbstractLogger - Class in org.eclipse.jetty.util.log
-
Abstract Logger.
- AbstractLogger() - Constructor for class org.eclipse.jetty.util.log.AbstractLogger
-
- AbstractTrie<V> - Class in org.eclipse.jetty.util
-
Abstract Trie implementation.
- AbstractTrie(boolean) - Constructor for class org.eclipse.jetty.util.AbstractTrie
-
- acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
- acquired(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Tracks the resource as been acquired.
- Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
-
- add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
- add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- add(E) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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.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, V) - Method in class org.eclipse.jetty.util.MultiMap
-
Add value to multi valued entry.
- add(Throwable) - Method in exception org.eclipse.jetty.util.MultiException
-
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add arrays
- addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
-
- addAllValues(MultiMap<V>) - Method in class org.eclipse.jetty.util.MultiMap
-
Merge values.
- 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, ContainerLifeCycle.Managed) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- 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.
- ADDED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
- ADDED - org.eclipse.jetty.util.Scanner.Notification
-
- addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add two encoded URI path segments.
- addEventListener(Container.Listener) - Method in interface org.eclipse.jetty.util.component.Container
-
Add an event listener.
- addEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- addExclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher.
- addExclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher
- addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExcludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a glob:
syntax pattern exclude reference in a directory relative, os neutral, pattern.
- addExcludeHidden() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Exclude hidden files and hidden directories
- addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExcludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple exclude PathMatchers
- addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addInclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addInclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addIncludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a glob:
syntax pattern reference in a directory relative, os neutral, pattern.
- addIncludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple include PathMatchers
- addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- addLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
-
- addListener(EventListener) - Method in class org.eclipse.jetty.util.PathWatcher
-
Add a listener for changes the watcher notices.
- 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(String) - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- addPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- addPath(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Returns the resource contained inside the current resource with the
given name.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- addPath(String) - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the resource contained inside the current resource with the
given name
- addPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add two Decoded URI path segments.
- addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
-
- 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.
- 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
-
- ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
-
- allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- ANY_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- ANY_ROLE - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- 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 class org.eclipse.jetty.util.Utf8Appendable
-
- append(byte[]) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(char) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- 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.Utf8Appendable
-
- append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a byte to a buffer
- append(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Append bytes to a buffer.
- append(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a buffer to a buffer
- append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append 2 digits (zero padded) to the StringBuffer
- 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.Utf8Appendable
-
- appendSchemeHostPort(StringBuffer, 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
- 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
- arrayFromString(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- ArrayTernaryTrie<V> - Class in org.eclipse.jetty.util
-
A Ternary Trie String lookup data structure.
- ArrayTernaryTrie() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a case insensitive Trie of default capacity.
- ArrayTernaryTrie(boolean) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a Trie of default capacity
- ArrayTernaryTrie(boolean, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a Trie
- ArrayTernaryTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a case insensitive Trie
- ArrayTernaryTrie(ArrayTernaryTrie<V>, double) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Copy Trie and change capacity by a factor
- ArrayTernaryTrie.Growing<V> - Class in org.eclipse.jetty.util
-
- ArrayTrie<V> - Class in org.eclipse.jetty.util
-
A Trie String lookup data structure using a fixed size array.
- ArrayTrie() - Constructor for class org.eclipse.jetty.util.ArrayTrie
-
- ArrayTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTrie
-
- ArrayUtil - Class in org.eclipse.jetty.util
-
Utility methods for Array manipulation
- ArrayUtil() - Constructor for class org.eclipse.jetty.util.ArrayUtil
-
- asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast lower case conversion.
- 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
-
- asSubConfig(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Build a new config from a this configuration.
- 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 has
two hi/lo integers.
- AtomicBiInteger() - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
-
- Atomics - Class in org.eclipse.jetty.util
-
- ATTR - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
-
ServletContext attribute for the active DecoratedObjectFactory
- Attributes - Interface in org.eclipse.jetty.util
-
Attributes.
- AttributesMap - Class in org.eclipse.jetty.util
-
- AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
-
- AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
-
- AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
-
- availableProcessors() - Static method in class org.eclipse.jetty.util.ProcessorUtils
-
Obtain the number of available processors, from System Property "JETTY_AVAILABLE_PROCESSORS",
or if not set then environment variable "JETTY_AVAILABLE_PROCESSORS" or if not set then
Runtime.availableProcessors()
.
- 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
-
- call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- 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.Nested - Class in org.eclipse.jetty.util
-
- 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
-
- canonicalEncodedPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a path to a cananonical form.
- canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a decoded path to a canonical form.
- capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- cast(WatchEvent<?>) - Static method in class org.eclipse.jetty.util.PathWatcher
-
- 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
- CHANGED - org.eclipse.jetty.util.Scanner.Notification
-
- check() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
-
Check registered allocations against the budget.
- 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
-
- checkConnection() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
- checkConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
-
- checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- checkState() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- 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
-
- 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
-
- 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
-
- 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[], Collection<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- 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
-
- cleanUp() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Only remove tmp files.
- clear() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- clear() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- clear() - Method in class org.eclipse.jetty.util.ArrayTrie
-
- clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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 class org.eclipse.jetty.util.RegexSet
-
- clear() - Method in class org.eclipse.jetty.util.TreeTrie
-
- clear() - Method in interface org.eclipse.jetty.util.Trie
-
- clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in flush mode.
- clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
-
- clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
-
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clone() - Method in class org.eclipse.jetty.util.security.Constraint
-
- clone() - Method in class org.eclipse.jetty.util.UrlEncoded
-
- clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
- close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- close() - Method in class org.eclipse.jetty.util.IteratingCallback
-
- close() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
-
- close() - Method in class org.eclipse.jetty.util.log.StacklessLogging
-
- close() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- 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.EmptyResource
-
- close() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- close() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
- close() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- close() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- close() - Method in class org.eclipse.jetty.util.resource.Resource
-
Release any temporary resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- close() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Release any resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
-
- close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
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.Locker.Lock
-
- 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
- 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 values to the given updated values
only if the current encoded value ==
the expected value.
- 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 value.
- compareAndSetHi(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the hi int 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 int value to the given updated value
only if the current value ==
the expected value.
- 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
-
- CompletableCallback - Class in org.eclipse.jetty.util
-
A callback to be used by driver code that needs to know whether the callback has been
succeeded or failed (that is, completed) just after the asynchronous operation or not,
typically because further processing depends on the callback being completed.
- CompletableCallback() - Constructor for class org.eclipse.jetty.util.CompletableCallback
-
- ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
-
- ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- condensePackageString(String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
-
Condenses a classname by stripping down the package name to just the first character of each package name
segment.Configured
- config() - Static method in class org.eclipse.jetty.util.log.JettyLogHandler
-
- Config(Path) - Constructor for class org.eclipse.jetty.util.PathWatcher.Config
-
- Config(Path, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.Config
-
- ConstantThrowable - Class in org.eclipse.jetty.util
-
A Throwable
that may be used in static contexts.
- ConstantThrowable() - Constructor for class org.eclipse.jetty.util.ConstantThrowable
-
- ConstantThrowable(String) - Constructor for class org.eclipse.jetty.util.ConstantThrowable
-
- Constraint - Class in org.eclipse.jetty.util.security
-
Constraint
Describe an auth and/or data constraint.
- Constraint() - Constructor for class org.eclipse.jetty.util.security.Constraint
-
Constructor.
- Constraint(String, String) - Constructor for class org.eclipse.jetty.util.security.Constraint
-
Convenience Constructor.
- construct(Class<?>, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- construct(Class<?>, Object[], Map<String, Object>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- 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.component.ContainerLifeCycle
-
- contains(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
-
- containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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.
- copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
-
- copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
-
Copy the Resource to the new destination file.
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- 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
-
- countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
Not implemented.
- CR - Static variable in class org.eclipse.jetty.util.TypeUtil
-
- createFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- 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.
- 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
-
- customize(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Customize an SslParameters instance with the configuration of this factory.
- DateCache - Class in org.eclipse.jetty.util
-
Date Format Cache.
- DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- 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.Tick - Class in org.eclipse.jetty.util
-
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_FORBIDDEN - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_UNSET - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- debug(String, long) - Method in class org.eclipse.jetty.util.log.AbstractLogger
-
- debug(String, long) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- debug(String, long) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at debug level.
- debug(String, long) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- debug(String, long) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- debug(String, long) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- debug(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at debug level.
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- debug(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given message at debug level, with Throwable information.
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- debug(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given Throwable information at debug level
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- decode(char[]) - Static method in class org.eclipse.jetty.util.B64Code
-
Fast Base 64 decode as described in RFC 1421.
- decode(String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
-
- decode(String, ByteArrayOutputStream) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(String, Charset) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(String, Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
-
- decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to MultiMap, using ISO8859-1 encodings.
- decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodeRFC4648URL(String) - Static method in class org.eclipse.jetty.util.B64Code
-
- decodeRFC4648URL(String, ByteArrayOutputStream) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 4648 URL.
- 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, MultiMap<String>, String, 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, MultiMap<String>, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap<String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
- decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(String, int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(String, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
- 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 for 3rd party libraries to decorate recently created objects in Jetty.
- 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_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_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
-
- delete() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Remove the file, whether or not Part.write() was called on it
(ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- delete() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- delete() - Method in class org.eclipse.jetty.util.resource.Resource
-
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- delete() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Deletes the given resource
- delete(File) - Static method in class org.eclipse.jetty.util.IO
-
Delete File.
- DELETED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
- deleteParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Delete any tmp storage for parts, and clear out the parts list.
- 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
-
- 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
-
- 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.EatWhatYouKill
-
- 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
-
- DOMLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
DOMLeakPreventer
See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498
Prevent the RuntimeException that is a static member of AbstractDOMParser
from pinning a webapp classloader by causing it to be set here by a non-webapp classloader.
- DOMLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DOMLeakPreventer
-
- doProduce(boolean) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- 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.LeakDetector
-
- doStart() - Method in class org.eclipse.jetty.util.PathWatcher
-
- 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
-
- 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.LeakDetector
-
- doStop() - Method in class org.eclipse.jetty.util.PathWatcher
-
- 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.ArrayTernaryTrie
-
- dump() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- 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.DumpableCollection
-
- dump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- dump() - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
-
- dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
-
- dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- 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(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableCollection
-
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
-
- 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.ScheduledExecutorScheduler
-
- dump(Appendable, String, Collection<?>...) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- Dumpable - Interface in org.eclipse.jetty.util.component
-
- DumpableCollection - Class in org.eclipse.jetty.util.component
-
- DumpableCollection(String, Collection<?>) - Constructor for class org.eclipse.jetty.util.component.DumpableCollection
-
- dumpBeans(Appendable, String, Collection<?>...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- dumpObject(Appendable, Object) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dumps to System.err
.
- dumpThis(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- dumpThis(Appendable) - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
-
- dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- EatWhatYouKill - Class in org.eclipse.jetty.util.thread.strategy
-
A strategy where the thread that produces will run the resulting task if it
is possible to do so without thread starvation.
- EatWhatYouKill(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- EITHER - org.eclipse.jetty.util.thread.Invocable.InvocationType
-
- element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- Empty() - Constructor for class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
-
- EMPTY_MAP - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- EmptyResource - Class in org.eclipse.jetty.util.resource
-
EmptyResource
Represents a resource that does does not refer to any file, url, jar etc.
- encode() - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding for UTF8 sequences.
- encode(byte[]) - Static method in class org.eclipse.jetty.util.B64Code
-
Fast Base 64 encode as described in RFC 1421.
- encode(byte[], boolean) - Static method in class org.eclipse.jetty.util.B64Code
-
Fast Base 64 encode as described in RFC 1421 and RFC2045
- encode(int, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Encode hi and lo int values into a long
- encode(int, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
-
- encode(long, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
-
- encode(String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 encode as described in RFC 1421.
- encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
- encode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 encode as described in RFC 1421.
- encode(String, Charset) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 encode as described in RFC 1421.
- encode(Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding for arbitrary Charset sequences.
- encode(Charset, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding.
- 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
-
Encode hi int values into an already encoded long
- encodeLo(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Encode lo int values into an already encoded long
- encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodePath(StringBuilder, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- 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
-
- endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
-
end creation of the next Content.
- endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- ensureCapacity(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
- 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
-
- ENTER - org.eclipse.jetty.util.PathWatcher.DirAction
-
- entrySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- equals(Object) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- equals(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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.PathWatcher.PathWatchEvent
-
- equals(Object) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- equals(Object) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
-
- 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(Fields.Field, boolean) - Method in class org.eclipse.jetty.util.Fields.Field
-
- equalsIgnoreEncodings(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- equalsIgnoreEncodings(URI, URI) - Static method in class org.eclipse.jetty.util.URIUtil
-
- EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
-
- exclude(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- exclude(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- excludeHidden - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- 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 interface org.eclipse.jetty.util.thread.TryExecutor
-
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
-
- 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
-
- ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
-
A producer of Runnable
tasks to run.
- ExecutorSizedThreadPool - Class in org.eclipse.jetty.util.thread
-
- ExecutorSizedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorSizedThreadPool
-
Deprecated.
- 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(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.EmptyResource
-
- exists() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns true if the resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns true if the represented resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.JarResource
-
Returns true if the represented resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- exists() - Method in class org.eclipse.jetty.util.resource.Resource
-
- exists() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- exists() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns true if the represented resource exists.
- exists(String) - Method in class org.eclipse.jetty.util.Scanner
-
- GCThreadLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
GCThreadLeakPreventer
Prevents a call to sun.misc.GC.requestLatency pinning a webapp classloader
by calling it with a non-webapp classloader.
- GCThreadLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
-
- 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) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Retrieve the object mapped to the specified internet address literal
- get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
-
Get item from the list
- get(String) - Method in class org.eclipse.jetty.util.AbstractTrie
-
- get(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- get(String) - Method in class org.eclipse.jetty.util.Fields
-
- get(String) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a String key
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- get(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
-
- get(String, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a String key
- get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- get(ByteBuffer) - Method in class org.eclipse.jetty.util.AbstractTrie
-
- get(ByteBuffer) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a segment of a ByteBuufer as key
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
-
- get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a segment of a ByteBuufer as key
- getAlias() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getAlias() - Method in class org.eclipse.jetty.util.resource.Resource
-
- getAlias() - Method in class org.eclipse.jetty.util.ssl.X509
-
- getAliases() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getAliasPath() - Method in class org.eclipse.jetty.util.resource.PathResource
-
The Alias as a Path.
- getAllResources() - Method in class org.eclipse.jetty.util.resource.Resource
-
- getAssociate() - Method in class org.eclipse.jetty.util.resource.Resource
-
- getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
-
- getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
-
- getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
-
- getAttributeNames() - Method in interface org.eclipse.jetty.util.Attributes
-
- getAttributeNames() - Method in class org.eclipse.jetty.util.AttributesMap
-
- getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
-
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
-
- getAuthenticate() - Method in class org.eclipse.jetty.util.security.Constraint
-
- getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
-
- getAverageQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- getAverageTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- 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[], int, int) - Method in class org.eclipse.jetty.util.AbstractTrie
-
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.TreeTrie
-
- getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a byte array.
- getBest(String) - Method in class org.eclipse.jetty.util.AbstractTrie
-
- getBest(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- getBest(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- getBest(String) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a String.
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
-
- getBest(String, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a String.
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
-
- getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
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
-
- getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- getBytes() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- 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
-
- 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
-
- 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
-
- getCipherComparator() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- getClosedStream() - Static method in class org.eclipse.jetty.util.IO
-
- getConfig() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- getConfigs() - Method in class org.eclipse.jetty.util.PathWatcher
-
- 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
-
- getContentDispositionFilename() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Get the filename from the content-disposition.
- getContentType() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getCookies() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- getCookies() - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
-
- getCount() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
Deprecated.
- getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- 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
-
- getDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
-
- getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
-
- getDecorators() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
-
- getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
-
- getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
-
- getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getEntry(String) - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
-
Get a versioned resource entry by name
- getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- 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
-
- getFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Get the file
- getFile() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- getFile() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns an File representing the given resource or NULL if this
is not possible.
- getFile() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- getFile() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getFile() - Method in class org.eclipse.jetty.util.resource.Resource
-
File representing the given resource.
- getFile() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- getFile() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an File representing the given resource or NULL if this
is not possible.
- getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
-
- getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
-
Get any filter applied to files in the scan dir.
- getFormatString() - Method in class org.eclipse.jetty.util.DateCache
-
- getHeader(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getHeaderNames() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getHeaders(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getHi() - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
- getHi(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Get a hi int value from an encoded long
- getHost() - Method in class org.eclipse.jetty.util.HostPort
-
Get the host.
- getHosts() - Method in class org.eclipse.jetty.util.ssl.X509
-
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
-
- getIdleTimeout() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Get the maximum thread idle time.
- 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
-
- getInputStream() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getInputStream() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- getInputStream() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- getInputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns an input stream to the resource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- getInputStream() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
-
Input stream to the resource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- getInputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an input stream to the resource.
- getInputStream(boolean) - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an input stream to the resource, optionally nulling
out the underlying url connection.
- 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
-
- 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
-
- getInvocationType() - Method in interface org.eclipse.jetty.util.thread.Invocable
-
- getInvocationType(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Get the invocation type of an Object.
- getJarSource(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- getJarSource(URI) - Static method in class org.eclipse.jetty.util.URIUtil
-
- getKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- 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
-
- 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.
- getLazyMatches(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Retrieve a lazy list of map entries associated with specified
internet address by taking into account the wildcard specifications.
- getLevel() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- getLevelId(String, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
-
- 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.
- getListeners() - Method in class org.eclipse.jetty.util.PathWatcher
-
Get an iterator over the listeners.
- getListHTML(String, boolean) - Method in class org.eclipse.jetty.util.resource.Resource
-
Get the resource list as a HTML directory listing.
- getLo() - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
- getLo(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Get a lo int value from an encoded long
- getLocationOfClass(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- getLog() - Static method in class org.eclipse.jetty.util.log.Log
-
- getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.Log
-
Obtain a named Logger based on the fully qualified class name.
- getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.StdErrLog
-
Obtain a StdErrLog reference for the specified class, a convenience method used most often during testing to allow for control over a specific logger.
- getLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
-
- getLogger(String) - Static method in class org.eclipse.jetty.util.log.Log
-
Obtain a named Logger or the default Logger if null is passed.
- getLogger(String) - Method in interface org.eclipse.jetty.util.log.Logger
-
- getLoggers() - Static method in class org.eclipse.jetty.util.log.Log
-
Get a map of all configured
Logger
instances.
- getLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
-
- getLoggingProperty(Properties, String, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
-
- 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.
- getMatch(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Retrieve the first map entry that is associated with the specified
internet address by taking into account the wildcard specifications.
- getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
- getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- getMaxBusyThreads() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- getMaxCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
-
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- getMaxQueueSize() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- 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
-
Get the maximum number of threads.
- getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
-
- getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- 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
-
Get the minimum number of threads.
- getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
-
- getName() - Method in class org.eclipse.jetty.util.Fields.Field
-
- getName() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- getName() - Method in interface org.eclipse.jetty.util.log.Logger
-
- getName() - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- getName() - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- getName() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- getName() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getName() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- getName() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- getName() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns the name of the resource
- getName() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getName() - Method in class org.eclipse.jetty.util.resource.Resource
-
The name of the resource.
- getName() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- getName() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the name of the resource
- getName() - Method in class org.eclipse.jetty.util.security.Constraint
-
- getName() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- getNameInJar() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- getNames() - Method in class org.eclipse.jetty.util.Fields
-
- getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getNonCachingResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarFileResource
-
Take a Resource that possibly might use URLConnection caching
and turn it into one that doesn't.
- getNullPrintWriter() - Static method in class org.eclipse.jetty.util.IO
-
- getNullStream() - Static method in class org.eclipse.jetty.util.IO
-
- getNullWriter() - Static method in class org.eclipse.jetty.util.IO
-
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
-
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
-
- getParent() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- getParsedParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Get the already parsed parts.
- getPart(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Get the named Part.
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
-
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
- getParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Parse, if necessary, the multipart data and return the list of Parts.
- 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.PathWatcher.Config
-
- getPath() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- getPath() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- getPECTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- getPending() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
-
- getPICTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- 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.
- 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.
- 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
-
- getPromise() - Method in class org.eclipse.jetty.util.Promise.Wrapper
-
- getProperties() - Static method in class org.eclipse.jetty.util.log.Log
-
- getProtocol() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getQueue() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- getQueueSize() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Get the size of the job queue.
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.Resource
-
Readable ByteChannel for the resource.
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.URLResource
-
- getRecurseDepth() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- getRecursive() - Method in class org.eclipse.jetty.util.Scanner
-
- 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
-
- getReservedThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- getReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Get the number of reserved threads.
- getResource(String) - Static method in class org.eclipse.jetty.util.Loader
-
- getResource(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Get a resource from within this resource.
- getResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
Get a resource for a path.
- getResourceBundle(String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
-
- getResourceDescription() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
-
- getResources() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
Retrieves the resource collection's resources.
- getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
-
- getRoles() - Method in class org.eclipse.jetty.util.security.Constraint
-
- getRootLogger() - Static method in class org.eclipse.jetty.util.log.Log
-
Get the root logger.
- getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
-
Get the scanDepth.
- getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
-
- getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
-
Get the scan interval
- getScheduler() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
-
- getScopedClassLoader() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
-
- getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- 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
-
- getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- getSize() - Method in class org.eclipse.jetty.util.Fields
-
- getSize() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getSize() - Method in class org.eclipse.jetty.util.thread.Sweeper
-
- getSizedThreadPool() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
-
- getSslContext() - 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.
- getStackFrames() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
-
- 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
-
- getStopTimeout() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- getString(String) - Method in class org.eclipse.jetty.util.MultiMap
-
Get value as String.
- getStringBuffer() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
-
- getStringBuilder() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
- getSubmittedFileName() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- getSuffix() - Method in class org.eclipse.jetty.util.JavaVersion
-
Deprecated.
- getTasks() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
-
- 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
-
- 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
-
Get the priority of the pool threads.
- getThrowable(int) - Method in exception org.eclipse.jetty.util.MultiException
-
- getThrowables() - Method in exception org.eclipse.jetty.util.MultiException
-
- 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
-
- getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- getTrustManagerFactoryAlgorithm() - 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
-
- getType() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- getUpdate() - Method in class org.eclipse.jetty.util.JavaVersion
-
Deprecated.
- getUpdateQuietTimeMillis() - Method in class org.eclipse.jetty.util.PathWatcher
-
Change the quiet time.
- 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.FileResource
-
Deprecated.
- getURI() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getURI() - Method in class org.eclipse.jetty.util.resource.Resource
-
URI representing the resource.
- getURIs() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- getURIs() - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- getURL() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- getURL() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getURL() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- getURL() - Method in class org.eclipse.jetty.util.resource.Resource
-
- getURL() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- getURL() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an URL representing the given resource
- getUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResource
-
- getUtf8Bytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- getValue() - Method in class org.eclipse.jetty.util.Fields.Field
-
- 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
-
- getValues() - Method in class org.eclipse.jetty.util.Fields.Field
-
- getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
-
Get multiple values.
- getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- getVersion() - Method in class org.eclipse.jetty.util.JavaVersion
-
- getVersion() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
-
- getVersion() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- getWeakETag() - Method in class org.eclipse.jetty.util.resource.Resource
-
Generate a weak ETag reference for this Resource.
- getWeakETag(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
- getWilds() - Method in class org.eclipse.jetty.util.ssl.X509
-
- getX509(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- GIT_HASH - Static variable in class org.eclipse.jetty.util.Jetty
-
- Graceful - Interface in org.eclipse.jetty.util.component
-
- Growing() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- Growing(boolean, int, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- Growing(int, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- id(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Generates a unique ID for the given resource.
- IDLE - org.eclipse.jetty.util.IteratingCallback.Action
-
Indicates that
IteratingCallback.process()
has no more work to do,
but the overall job is not completed yet, probably waiting
for additional events to trigger more work.
- ifExceptionThrow() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a multiexception.
- ifExceptionThrowMulti() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a multiexception.
- ifExceptionThrowRuntime() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a Runtime exception.
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- ignore(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Ignore an exception.
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- IGNORE - org.eclipse.jetty.util.PathWatcher.DirAction
-
- IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
-
- include(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- include(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- includeExclude - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- 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.
- 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
- InetAddressSet - Class in org.eclipse.jetty.util
-
A set of InetAddress patterns.
- InetAddressSet() - Constructor for class org.eclipse.jetty.util.InetAddressSet
-
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- info(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at info level.
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- info(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given message at info level, with Throwable information.
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- info(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- info(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given Throwable information at info level
- info(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- info(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- info(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- initialized() - Static method in class org.eclipse.jetty.util.log.Log
-
- INSTANCE - Static variable in class org.eclipse.jetty.util.resource.EmptyResource
-
- 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 Callable
that declares how it will behave when invoked:
- Invocable.InvocationType - Enum in org.eclipse.jetty.util.thread
-
- 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.
- IO() - Constructor for class org.eclipse.jetty.util.IO
-
- IPAddressMap<TYPE> - Class in org.eclipse.jetty.util
-
Deprecated.
- IPAddressMap() - Constructor for class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Construct empty IPAddressMap.
- IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Construct empty IPAddressMap.
- isAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- isAlias() - Method in class org.eclipse.jetty.util.resource.Resource
-
- isAnyAuth() - Method in class org.eclipse.jetty.util.security.Constraint
-
Servlet Spec 3.1, pg 140
- isAnyRole() - Method in class org.eclipse.jetty.util.security.Constraint
-
- 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
-
- isCaseInsensitive() - Method in class org.eclipse.jetty.util.AbstractTrie
-
- isCaseInsensitive() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- isCaseInsensitive() - Method in interface org.eclipse.jetty.util.Trie
-
- isCertSign(X509Certificate) - Static method in class org.eclipse.jetty.util.ssl.X509
-
- isClosed() - Method in class org.eclipse.jetty.util.IteratingCallback
-
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Check if this jar:file: resource is contained in the
named resource.
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
-
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
-
- isContainedIn(Resource, Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
-
- isDaemon() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- isDebugEnabled() - Method in interface org.eclipse.jetty.util.log.Logger
-
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- isDeleteOnExit() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- 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.MultiReleaseJarFile.VersionedJarEntry
-
- isDirectory() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- isDirectory() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns true if the resource is a container/directory.
- isDirectory() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns true if the represented resource is a container/directory.
- isDirectory() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
-
- isDirectory() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- isDirectory() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns true if the represented resource is a container/directory.
- isDone() - Method in class org.eclipse.jetty.util.FutureCallback
-
- isDone() - Method in class org.eclipse.jetty.util.FuturePromise
-
- isEmpty() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- isEmpty() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- isEmpty() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- isEmpty() - Method in class org.eclipse.jetty.util.Fields
-
- isEmpty() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- 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(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for an empty or null buffer.
- 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
-
- 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
-
- isForbidden() - Method in class org.eclipse.jetty.util.security.Constraint
-
- isFull() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- isFull() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- isFull() - Method in class org.eclipse.jetty.util.ArrayTrie
-
- isFull() - Method in class org.eclipse.jetty.util.TreeTrie
-
- isFull() - Method in interface org.eclipse.jetty.util.Trie
-
- isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for a non null and full buffer.
- isHidden(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- 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
-
- isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- isLocked() - Method in class org.eclipse.jetty.util.thread.Locker
-
- 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
-
- isMappedBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
- isMultiRelease() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
-
- 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.
- isNotifiable() - Method in class org.eclipse.jetty.util.PathWatcher
-
Check to see if the watcher is in a state where it should generate
watch events to the listeners.
- isNotifyExistingOnStart() - Method in class org.eclipse.jetty.util.PathWatcher
-
- isPaused(long) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
- isPrintLongNames() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- isQuiet(long, long) - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- isQuoted(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- isRecurseDepthUnlimited() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
-
- isRenegotiationAllowed() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
-
- isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- isSessionCachingEnabled() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- isSource() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Is the source of a log, logged
- 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
-
- isTheEmptyBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
- 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
-
- isUseCipherSuitesOrder() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- isUtf8SequenceComplete() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- isValidateCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- isValidatePeerCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- isVersioned() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- iterate() - Method in class org.eclipse.jetty.util.IteratingCallback
-
This method must be invoked by applications to start the processing
of sub tasks.
- IteratingCallback - Class in org.eclipse.jetty.util
-
This specialized callback implements a pattern that allows
a large job to be broken into smaller 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 in org.eclipse.jetty.util
-
- 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.ConcurrentHashSet
-
Deprecated.
- 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(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
- lastModified() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- lastModified() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns the last modified time
- lastModified() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns the last modified time
- lastModified() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
-
Time resource was last modified.
- lastModified() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- lastModified() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the last modified time
- LazyList - Class in org.eclipse.jetty.util
-
Lazy List creation.
- LDAPLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
LDAPLeakPreventer
If com.sun.jndi.LdapPoolManager class is loaded and the system property
com.sun.jndi.ldap.connect.pool.timeout is set to a nonzero value, a daemon
thread is started which can pin a webapp classloader if it is the first to
load the LdapPoolManager.
- LDAPLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
-
- LeakDetector<T> - Class in org.eclipse.jetty.util
-
A facility to detect improper usage of resource pools.
- LeakDetector() - Constructor for class org.eclipse.jetty.util.LeakDetector
-
- LeakDetector.LeakInfo - Class in org.eclipse.jetty.util
-
Information about the leak of a resource.
- leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.util.LeakDetector
-
Callback method invoked by
LeakDetector
when it detects that a resource has been leaked.
- 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
-
- length() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- length() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Return the length of the resource
- length() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Return the length of the resource
- 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.resource.ResourceCollection
-
- length() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Return the length of the resource
- length() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- length() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
-
- 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
- LEVEL_ALL - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LEVEL_DEBUG - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LEVEL_DEFAULT - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LEVEL_INFO - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LEVEL_OFF - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LEVEL_WARN - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
-
- LF - Static variable in class org.eclipse.jetty.util.TypeUtil
-
- 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
-
- lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
-
- lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
-
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- 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
-
- lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
-
- lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
-
- lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
-
- lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
-
- lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
-
- lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
-
- list() - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- list() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Returns a list of resources contained in the given resource
- list() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
- list() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- list() - Method in class org.eclipse.jetty.util.resource.Resource
-
list of resource names contained in the given resource.
- list() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- list() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns a list of resource names contained in the given 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.Locker
-
Acquires the lock.
- Lock() - Constructor for class org.eclipse.jetty.util.thread.Locker.Lock
-
- Locker - Class in org.eclipse.jetty.util.thread
-
Convenience auto closeable ReentrantLock
wrapper.
- Locker() - Constructor for class org.eclipse.jetty.util.thread.Locker
-
- Locker.Lock - Class in org.eclipse.jetty.util.thread
-
The unlocker object that unlocks when it is closed.
- Locker.UnLock - Class in org.eclipse.jetty.util.thread
-
Deprecated.
- lockIfNotHeld() - Method in class org.eclipse.jetty.util.thread.Locker
-
- log(Level, String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- Log - Class in org.eclipse.jetty.util.log
-
Logging.
- Log() - Constructor for class org.eclipse.jetty.util.log.Log
-
- LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
-
- LOG - Static variable in class org.eclipse.jetty.util.Utf8Appendable
-
- Logger - Interface in org.eclipse.jetty.util.log
-
A simple logging facade that is intended simply to capture the style of logging as used by Jetty.
- LoggerLog - Class in org.eclipse.jetty.util.log
-
- LoggerLog(Object) - Constructor for class org.eclipse.jetty.util.log.LoggerLog
-
- LoginConfigurationLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
LoginConfigurationLeakPreventer
The javax.security.auth.login.Configuration class keeps a static reference to the
thread context classloader.
- LoginConfigurationLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
-
- lookupLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
-
Get the Logging Level for the provided log name.
- lowercases - Static variable in class org.eclipse.jetty.util.StringUtil
-
- 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 Type in org.eclipse.jetty.util.annotation
-
The @ManagedAttribute
annotation is used to indicate that a given method
exposes a JMX attribute.
- ManagedObject - Annotation Type 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 Type in org.eclipse.jetty.util.annotation
-
The @ManagedOperation
annotation is used to indicate that a given method
should be considered a JMX operation.
- match(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Retrieve the first object that is associated with the specified
internet address by taking into account the wildcard specifications.
- match(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
-
Find jar names from the provided list matching a pattern.
- matched(URI) - Method in class org.eclipse.jetty.util.PatternMatcher
-
- matches(String) - Method in class org.eclipse.jetty.util.RegexSet
-
- matches(String) - Method in class org.eclipse.jetty.util.ssl.X509
-
- matches(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
Deprecated.
- matchPath(URI, List<HttpCookie>) - Static method in class org.eclipse.jetty.util.HttpCookieStore
-
- matchPatterns(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
-
- MemoryUtils - Class in org.eclipse.jetty.util
-
MemoryUtils provides an abstraction over memory properties and operations.
- modified() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- MODIFIED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
- 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
-
- MultiException - Exception in org.eclipse.jetty.util
-
Wraps multiple exceptions.
- MultiException() - Constructor for exception org.eclipse.jetty.util.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(String, String) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- 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
-
- MultiPartInputStreamParser - Class in org.eclipse.jetty.util
-
MultiPartInputStream
Handle a MultiPart Mime input stream, breaking it up on the boundary into files and strings.
- MultiPartInputStreamParser(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- MultiPartInputStreamParser.MultiPart - Class in org.eclipse.jetty.util
-
- 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(File) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
-
Construct a multi release jar file for the current JVM version, ignoring directories.
- MultiReleaseJarFile(File, int, boolean) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
-
Construct a multi release jar file
- MultiReleaseJarFile.VersionedJarEntry - Class in org.eclipse.jetty.util
-
A versioned Jar entry
- mxBean - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
-
- Name - Annotation Type 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.
- Nested(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Nested
-
- Nested(Callback.Nested) - Constructor for class org.eclipse.jetty.util.Callback.Nested
-
- newClassPathResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Find a classpath resource.
- newClassPathResource(String, boolean, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Find a classpath resource.
- newCondition() - Method in class org.eclipse.jetty.util.thread.Locker
-
- newConnection() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
- newConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- newInetRange(String) - Method in class org.eclipse.jetty.util.InetAddressSet
-
- newJarResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarResource
-
- newLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
-
- newLogger(String) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Create a Child Logger of this Logger.
- 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
-
- newResource(File) - Static method in class org.eclipse.jetty.util.resource.Resource
-
- newResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a string.
- newResource(String, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a string.
- newResource(URI) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a uri.
- newResource(URL) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a url.
- newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Factory method for "scratch" SSLEngine
s, 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
-
- newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Server-side only factory method for creating SSLEngine
s.
- 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) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a system resource from a string.
- newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- newTimer() - Method in class org.eclipse.jetty.util.Scanner
-
- newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
-
- 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
- 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
- nextElement() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- nextToken() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- nextToken(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- 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 - org.eclipse.jetty.util.thread.Invocable.InvocationType
-
- NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Return a non null string.
- 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.
- normalizeCharset(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Convert alternate charset names (eg utf8) to normalized
name (eg UTF-8).
- normalizeCharset(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Convert alternate charset names (eg utf8) to normalized
name (eg UTF-8).
- normalizeHost(String) - Static method in class org.eclipse.jetty.util.HostPort
-
Normalize IPv6 address as per https://www.ietf.org/rfc/rfc2732.txt
- notComplete(SharedBlockingCallback.Blocker) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
- NoTryExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
-
- NotUtf8Exception(String) - Constructor for exception org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
-
- now() - Method in class org.eclipse.jetty.util.DateCache
-
- parent - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Return the parent Path.
- parse() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Parse, if necessary, the multipart stream.
- 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.
- parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- 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.
- 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.
- path - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- PathMatcherSet() - Constructor for class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
-
- PathResource - Class in org.eclipse.jetty.util.resource
-
Java NIO Path equivalent of FileResource.
- PathResource(File) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a File object.
- PathResource(URI) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a URI object.
- PathResource(URL) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Create a new PathResource from a provided URL object.
- PathResource(Path) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a Path object.
- PathWatcher - Class in org.eclipse.jetty.util
-
Watch a Path (and sub directories) for Path changes.
- PathWatcher() - Constructor for class org.eclipse.jetty.util.PathWatcher
-
Construct new PathWatcher
- PathWatcher.Config - Class in org.eclipse.jetty.util
-
- PathWatcher.DirAction - Enum in org.eclipse.jetty.util
-
- PathWatcher.EventListListener - Interface in org.eclipse.jetty.util
-
EventListListener
Listener that reports accumulated events in one shot
- PathWatcher.Listener - Interface in org.eclipse.jetty.util
-
Listener for path change events
- PathWatcher.PathMatcherSet - Class in org.eclipse.jetty.util
-
- PathWatcher.PathWatchEvent - Class in org.eclipse.jetty.util
-
PathWatchEvent
Represents a file event.
- PathWatcher.PathWatchEventType - Enum in org.eclipse.jetty.util
-
PathWatchEventType
Type of an event
- PathWatchEvent(Path, WatchEvent<Path>, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- PathWatchEvent(Path, PathWatcher.PathWatchEventType, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- PatternMatcher - Class in org.eclipse.jetty.util
-
- PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
-
- pauseUntil - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- 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.DOMLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
-
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
-
- 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
-
- processIncludeCipherSuites(String[], List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- ProcessorUtils - Class in org.eclipse.jetty.util
-
ProcessorUtils provides access to runtime info about processors, that may be
overridden by system properties of 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.EatWhatYouKill
-
- 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
-
- 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
-
- publish(LogRecord) - Method in class org.eclipse.jetty.util.log.JettyLogHandler
-
- 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, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.
Insert a new internet address into map
- put(String, V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- put(String, V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- put(String, V) - Method in class org.eclipse.jetty.util.ArrayTrie
-
- put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
-
Put multi valued entry.
- put(String, V) - Method in class org.eclipse.jetty.util.TreeTrie
-
- put(String, V) - Method in interface org.eclipse.jetty.util.Trie
-
Put an entry into the Trie
- 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
-
- put(V) - Method in class org.eclipse.jetty.util.AbstractTrie
-
- put(V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- put(V) - Method in interface org.eclipse.jetty.util.Trie
-
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
-
- 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.
- read() - Method in class org.eclipse.jetty.util.ReadLineInputStream
-
- read(byte[], int, int) - Method in class org.eclipse.jetty.util.ReadLineInputStream
-
- 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
-
- readLine() - Method in class org.eclipse.jetty.util.ReadLineInputStream
-
- ReadLineInputStream - Class in org.eclipse.jetty.util
-
ReadLineInputStream
Read from an input stream, accepting CR/LF, LF or just CR.
- ReadLineInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ReadLineInputStream
-
- ReadLineInputStream(InputStream, int) - Constructor for class org.eclipse.jetty.util.ReadLineInputStream
-
- record(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
Records a sample value.
- recurseDepth - Variable in class org.eclipse.jetty.util.PathWatcher.Config
-
- 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(Path, PathWatcher.Config) - Method in class org.eclipse.jetty.util.PathWatcher
-
- register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
-
- release() - Method in class org.eclipse.jetty.util.resource.Resource
-
- released(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Tracks the resource as been released.
- reload(Consumer<SslContextFactory>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- remove(Object) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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.AbstractTrie
-
- remove(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- remove(String) - Method in class org.eclipse.jetty.util.Fields
-
- remove(String) - Method in interface org.eclipse.jetty.util.Trie
-
- remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- remove(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
-
- removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
-
- removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
-
- 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
-
- removeBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Removes all bean
- REMOVED - org.eclipse.jetty.util.Scanner.Notification
-
- removeEventListener(Container.Listener) - Method in interface org.eclipse.jetty.util.component.Container
-
Remove an event listener.
- removeEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- removeExcludedCipherSuites(List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- removeFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- removeFromArray(T[], Object) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
- removeLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- removeLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
-
- removeListener(PathWatcher.Listener) - Method in class org.eclipse.jetty.util.PathWatcher
-
Delete a listener
- 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
-
- removeValue(String, V) - Method in class org.eclipse.jetty.util.MultiMap
-
Remove value.
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Rename the given resource
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
-
Rename the given resource
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
-
Rename the given resource
- replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
replace substrings within string.
- REPLACEMENT - Static variable in class org.eclipse.jetty.util.Utf8Appendable
-
- REPLACEMENT_UTF8 - Static variable in class org.eclipse.jetty.util.Utf8Appendable
-
- reportDifferences(Map<String, Scanner.TimeNSize>, Map<String, Scanner.TimeNSize>) - Method in class org.eclipse.jetty.util.Scanner
-
Report the adds/changes/removes to the registered listeners
- ReservedThreadExecutor - Class in org.eclipse.jetty.util.thread
-
An Executor using preallocated/reserved Threads from a wrapped Executor.
- ReservedThreadExecutor(Executor, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
-
- reset() - Method in class org.eclipse.jetty.util.IteratingCallback
-
Resets this callback.
- reset() - Method in class org.eclipse.jetty.util.PathWatcher
-
Remove all current configs and listeners.
- 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.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.EatWhatYouKill
-
- reset() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
-
- reset() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- reset() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
-
- reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
- 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.
- resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- 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 the given host and port, returning a
SocketAddress
through the given
Promise
with the default timeout.
- resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Sync
-
- resolve(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
-
- resolveProxyClass(String[]) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
-
- Resource - Class in org.eclipse.jetty.util.resource
-
Abstract resource class.
- Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
-
- ResourceCollection - Class in org.eclipse.jetty.util.resource
-
A collection of resources (dirs).
- ResourceCollection() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
-
Instantiates an empty resource collection.
- ResourceCollection(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
-
Instantiates a new resource collection.
- ResourceCollection(String[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
-
Instantiates a new resource collection.
- ResourceCollection(Resource...) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
-
Instantiates a new resource collection.
- ResourceFactory - Interface in org.eclipse.jetty.util.resource
-
ResourceFactory.
- resume() - Method in class org.eclipse.jetty.util.CompletableCallback
-
- retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
-
- rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FuturePromise
-
- 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
-
- run() - Method in class org.eclipse.jetty.util.LeakDetector
-
- run() - Method in class org.eclipse.jetty.util.PathWatcher
-
Forever loop.
- run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
-
- run() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- 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
-
- runJob(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Runs the given job in the current thread
.
- RUNNING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- SampleStatistic - Class in org.eclipse.jetty.util.statistic
-
Statistics on a sampled value.
- SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
-
- sanitizeXmlString(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- scan() - Method in class org.eclipse.jetty.util.Scanner
-
Perform a pass of the scanner and report changes
- scan() - Method in interface org.eclipse.jetty.util.Scanner.ScanListener
-
- scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
-
- scanFiles() - Method in class org.eclipse.jetty.util.Scanner
-
Recursively scan all files in the designated directories.
- 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.BulkListener - Interface in org.eclipse.jetty.util
-
- Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
-
- Scanner.Listener - Interface in org.eclipse.jetty.util
-
Listener
Marker for notifications re file changes.
- Scanner.Notification - Enum in org.eclipse.jetty.util
-
- Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
-
Listener that notifies when a scan has started and when it has ended.
- Scanner.ScanListener - Interface in org.eclipse.jetty.util
-
- scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
-
- schedule() - Method in class org.eclipse.jetty.util.Scanner
-
- 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 - org.eclipse.jetty.util.IteratingCallback.Action
-
Indicates that
IteratingCallback.process()
is executing asynchronously
a sub task, where the execution has started but the callback
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, ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
-
- ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup) - 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
-
- SecurityProviderLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
SecurityProviderLeakPreventer
Some security providers, such as sun.security.pkcs11.SunPKCS11 start a deamon thread,
which will use the thread context classloader.
- SecurityProviderLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
-
- 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.
- set(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Set the hi and lo integer values.
- set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- set(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
- setAssociate(Object) - Method in class org.eclipse.jetty.util.resource.Resource
-
- setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
-
- setAuthenticate(boolean) - Method in class org.eclipse.jetty.util.security.Constraint
-
- setBeans(Collection<Object>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- 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
-
- setContentType(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- 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
-
Thread Pool should use Daemon Threading.
- setDataConstraint(int) - Method in class org.eclipse.jetty.util.security.Constraint
-
- setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- setDebugEnabled(boolean) - Method in interface org.eclipse.jetty.util.log.Logger
-
Mutator used to turn debug on programmatically.
- setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Legacy interface where a programmatic configuration of the logger level
is done as a wholesale approach.
- setDecorators(List<? extends Decorator>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
-
- setDefaultUseCaches(boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Change the default setting for url connection caches.
- setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- 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
- 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
-
- setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
-
Apply a filter to files found in the scan directory.
- setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- setHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically set the hi integer value without changing
the lo value.
- setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- 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.
- 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
-
- 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
-
- setLevel(int) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Set the level for this logger.
- setLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically set the lo integer value without changing
the hi value.
- setLog(Logger) - Static method in class org.eclipse.jetty.util.log.Log
-
Set the root logger.
- setLogToParent(String) - Static method in class org.eclipse.jetty.util.log.Log
-
Set Log to parent Logger.
- 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
-
- setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Set the maximum number of threads.
- 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
-
Set the minimum number of threads.
- setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
-
- setName(String) - Method in class org.eclipse.jetty.util.security.Constraint
-
- setName(String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setNotifyExistingOnStart(boolean) - Method in class org.eclipse.jetty.util.PathWatcher
-
Whether or not to issue notifications for directories and files that
already exist when the watcher starts.
- 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.
- setPauseUntil(long) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- setPkixCertPathChecker(PKIXCertPathChecker) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setPrintLongNames(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- setProtocol(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setQueue(BlockingQueue<Runnable>) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- setRecurseDepth(int) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Set the recurse depth for the directory scanning.
- setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
-
- setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- 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 the number of reserved threads.
- setResources(Resource[]) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
Sets the resource collection's resources.
- setResourcesAsCSV(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
Sets the resources as string of comma-separated values.
- setRoles(String[]) - Method in class org.eclipse.jetty.util.security.Constraint
-
- setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
-
Set the scanDepth.
- setScanDirs(List<File>) - Method in class org.eclipse.jetty.util.Scanner
-
- setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
-
Set the scan interval
- 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.
- setSingle(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
- setSource(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Set if a log source is logged.
- 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.
- setStdErrStream(PrintStream) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- setTagPad(int) - Static method in class org.eclipse.jetty.util.log.StdErrLog
-
- 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
-
- setUpdateQuietTime(long, TimeUnit) - Method in class org.eclipse.jetty.util.PathWatcher
-
Set the quiet time.
- setUseCipherSuitesOrder(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setValidateCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
- SharedBlockingCallback - Class in org.eclipse.jetty.util
-
Provides a reusable
Callback
that can block the thread
while waiting to be completed.
- SharedBlockingCallback() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback
-
- SharedBlockingCallback.Blocker - Class in org.eclipse.jetty.util
-
A Closeable Callback.
- shutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
-
- 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
- sidBytesToString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
-
Deprecated.
- sidStringToBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Deprecated.
- size() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- size() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- size() - Method in class org.eclipse.jetty.util.AttributesMap
-
- 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.ConcurrentHashSet
-
Deprecated.
- size() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- size() - Method in class org.eclipse.jetty.util.InetAddressSet
-
- size() - Method in exception org.eclipse.jetty.util.MultiException
-
- size() - Method in class org.eclipse.jetty.util.RegexSet
-
- size(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
The size of a lazy List
- SLASH - Static variable in class org.eclipse.jetty.util.URIUtil
-
- Slf4jLog - Class in org.eclipse.jetty.util.log
-
Slf4jLog Logger
- Slf4jLog() - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
-
- Slf4jLog(String) - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
-
- SNI_X509 - Static variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- 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) - Constructor for class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- SocketAddressResolver - Interface in org.eclipse.jetty.util
-
Creates
SocketAddress
instances, returning them through a
Promise
.
- SocketAddressResolver.Async - Class in org.eclipse.jetty.util
-
Creates SocketAddress
instances asynchronously in a different thread.
- SocketAddressResolver.Sync - Class in org.eclipse.jetty.util
-
Creates SocketAddress
instances synchronously in the caller thread.
- sort(Collection<T>) - Method in class org.eclipse.jetty.util.TopologicalSort
-
- sort(T[]) - Method in class org.eclipse.jetty.util.TopologicalSort
-
- 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
-
- SslContextFactory - Class in org.eclipse.jetty.util.ssl
-
SslContextFactory is used to configure SSL connectors
as well as HttpClient.
- SslContextFactory() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
-
Construct an instance of SslContextFactory
Default constructor for use in XmlConfiguration files
- SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
-
Construct an instance of SslContextFactory
Default constructor for use in XmlConfiguration files
- SslContextFactory(String) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
-
Construct an instance of SslContextFactory
- SslSelectionDump - Class in org.eclipse.jetty.util.ssl
-
- SslSelectionDump(String, String[], String[], String[], String[]) - Constructor for class org.eclipse.jetty.util.ssl.SslSelectionDump
-
- STABLE - Static variable in class org.eclipse.jetty.util.Jetty
-
- StacklessLogging - Class in org.eclipse.jetty.util.log
-
A try-with-resources compatible layer for
hiding stacktraces
within the scope of the
try
block when
logging with
StdErrLog
implementation.
- StacklessLogging(Class<?>...) - Constructor for class org.eclipse.jetty.util.log.StacklessLogging
-
- StacklessLogging(Logger...) - Constructor for class org.eclipse.jetty.util.log.StacklessLogging
-
- 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.
- startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- StdErrLog - Class in org.eclipse.jetty.util.log
-
StdErr Logging implementation.
- StdErrLog() - Constructor for class org.eclipse.jetty.util.log.StdErrLog
-
Construct an anonymous StdErrLog (no name).
- StdErrLog(String) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
-
Construct a named StdErrLog using the
Log
defined properties
- StdErrLog(String, Properties) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
-
Construct a named Logger using the provided properties to configure logger.
- 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.
- STOP_ON_FAILURE - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
A LifeCycle Listener that will call stop if any failures are notified.
- 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.MultiReleaseJarFile
-
- 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.
- StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
-
- succeeded() - Method in class org.eclipse.jetty.util.Callback.Completable
-
- 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.CompletableCallback
-
- 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
-
Invoked when the sub task succeeds.
- succeeded() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
- 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 - org.eclipse.jetty.util.IteratingCallback.Action
-
- 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
-
- take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- takeInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Convert buffer to an integer.
- takePartialString() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
Take the partial string an reset in internal buffer, but retain
partial code points.
- test(String) - Method in class org.eclipse.jetty.util.RegexSet
-
- test(InetAddress) - Method in class org.eclipse.jetty.util.InetAddressSet
-
- test(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- test(Path) - Method in class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
-
- test(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
- ThreadClassLoaderScope - Class in org.eclipse.jetty.util.thread
-
- ThreadClassLoaderScope(ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
-
- 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, with the warning level set by heuristic.
- ThreadPoolBudget(ThreadPool.SizedThreadPool, int) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget
-
- ThreadPoolBudget.Lease - Interface in org.eclipse.jetty.util.thread
-
- ThreadPoolBudget.Leased - Class in org.eclipse.jetty.util.thread
-
An allocation of threads
- throwIfError() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Throws an exception if one has been latched.
- tick() - Method in class org.eclipse.jetty.util.DateCache
-
- Tick(long, 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() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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.
- toArray(T[]) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- 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
-
- 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.TypeUtil
-
- toHexString(byte[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- 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.
- toLong(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Convert String to an long.
- toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Convert buffer to an long.
- toMappedBuffer(File) - 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.
- toName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Canonical name for a type.
- TopologicalSort<T> - Class in org.eclipse.jetty.util
-
Topological sort a list or array.
- TopologicalSort() - Constructor for class org.eclipse.jetty.util.TopologicalSort
-
- toQuietCheck(long, long) - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- toReplacedString() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- toShortPath(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- toStarString() - Method in class org.eclipse.jetty.util.security.Password
-
- toString() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
-
- toString() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- toString() - Method in class org.eclipse.jetty.util.ArrayTrie
-
- toString() - Method in class org.eclipse.jetty.util.AttributesMap
-
- toString() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- toString() - Method in 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.IncludeExcludeSet
-
- 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.LeakDetector.LeakInfo
-
- toString() - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- toString() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
- toString() - Method in exception org.eclipse.jetty.util.MultiException
-
- toString() - Method in class org.eclipse.jetty.util.MultiMap
-
- toString() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
-
- toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
-
- toString() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
- toString() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- toString() - Method in class org.eclipse.jetty.util.PathWatcher
-
- toString() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- toString() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- toString() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- toString() - Method in class org.eclipse.jetty.util.resource.URLResource
-
- toString() - Method in class org.eclipse.jetty.util.security.Constraint
-
- toString() - Method in class org.eclipse.jetty.util.security.Password
-
- toString() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
- 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.SampleStatistic
-
- toString() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- 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.strategy.EatWhatYouKill
-
- toString() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
-
- 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.TreeTrie
-
- toString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
-
- toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
- 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
-
- 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 the buffer to an ISO-8859-1 String
- toString(Charset) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
-
- toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
- toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
-
- toStringLocked() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
-
- toSummaryString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
- toURL(File) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Generate a properly encoded URL from a File
instance.
- 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
- TreeTrie<V> - Class in org.eclipse.jetty.util
-
A Trie String lookup data structure using a tree
- TreeTrie() - Constructor for class org.eclipse.jetty.util.TreeTrie
-
- Trie<V> - Interface in org.eclipse.jetty.util
-
A Trie String lookup data structure.
- 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
-
- tryComplete() - Method in class org.eclipse.jetty.util.CompletableCallback
-
Tries to complete this callback; driver code should call
this method once after the asynchronous operation
to detect whether the asynchronous operation has already
completed or not.
- 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
-
- 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
-
- TypeUtil - Class in org.eclipse.jetty.util
-
TYPE Utilities.
- TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
-
- 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
- validateMethod(String) - Static method in class org.eclipse.jetty.util.security.Constraint
-
- 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 org.eclipse.jetty.util.IteratingCallback.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.util.PathWatcher.DirAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.util.Scanner.Notification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Returns the enum constant of this type 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 org.eclipse.jetty.util.IteratingCallback.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.util.PathWatcher.DirAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.util.Scanner.Notification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Returns an array containing the constants of this enum type, 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
-