A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

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
 
AbstractLifeCycle.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
 
add(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(E) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
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(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
 
add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Throwable) - Method in exception org.eclipse.jetty.util.MultiException
 
add(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Add value to multi valued entry.
add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
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
 
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 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
addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
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(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Add an added/removed/changed listener
addPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
 
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
addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two 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
addUnsafe(E) - Method in class org.eclipse.jetty.util.ArrayQueue
Add without synchronization or bounds checking
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
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
Construct KeyManager instance
AliasedX509KeyManager - Class in org.eclipse.jetty.util.ssl
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509KeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
Construct KeyManager instance
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.
alwaysDispatchCompletion() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
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(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
 
append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append substring to StringBuilder
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(ByteBuffer) - 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
 
append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
arrayCopy() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
ArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by circular array.
ArrayQueue() - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int, Object) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayTernaryTrie<V> - Class in org.eclipse.jetty.util
A Ternary Trie String lookup data structure.
ArrayTernaryTrie() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
 
ArrayTernaryTrie(boolean) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
 
ArrayTernaryTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
 
ArrayTernaryTrie(boolean, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
 
ArrayTernaryTrie(ArrayTernaryTrie<V>, double) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Copy Trie and change capacity by a factor
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
 
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
 
Atomics - Class in org.eclipse.jetty.util
 
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
 
AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.
AWTLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 

B

B64Code - Class in org.eclipse.jetty.util
Fast B64 Encoder/Decoder as described in RFC 1421.
beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
block() - Method in class org.eclipse.jetty.util.BlockingCallback
Block until the FutureCallback is done or cancelled and after the return leave in the state as if a #reset() had been done.
BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
A BlockingQueue backed by a circular array capable or growing.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue with default initial capacity and grow factor.
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates a bounded BlockingArrayQueue that does not grow.
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue that grows by the given parameter.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a bounded BlockingArrayQueue that grows by the given parameter.
BlockingCallback - Class in org.eclipse.jetty.util
A Callback for simple reusable conversion of an asynchronous API to blocking.
BlockingCallback() - Constructor for class org.eclipse.jetty.util.BlockingCallback
 
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
BufferUtil - Class in org.eclipse.jetty.util
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
 
ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
Byte Array ISO 8859 writer.
ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 

C

call(T) - Method in class org.eclipse.jetty.util.ForkInvoker
Executes the direct, non-forked, invocation
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.Adapter - Class in org.eclipse.jetty.util
Empty implementation of Callback
Callback.Adapter() - Constructor for class org.eclipse.jetty.util.Callback.Adapter
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
 
cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
 
cancel() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Cancel the task.
cancelAll() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a cananonical form.
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
CASE_INSENSTIVE - Static variable in class org.eclipse.jetty.util.StringMap
Deprecated.
 
casHeadBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
casTailBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
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
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.JarResource
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
 
checkKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Check KeyStore Configuration.
checkNotStarted() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Check if the lifecycle has been started and throw runtime exception
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.AliasedX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
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.AliasedX509KeyManager
 
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(InputStream) - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
ClassLoadingObjectInputStream() - 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.ArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in flush mode.
clear() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
clear() - Method in class org.eclipse.jetty.util.Fields
Empties this Fields instance from all fields
clear() - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
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(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
clone() - Method in class org.eclipse.jetty.util.security.Constraint
 
clone() - Method in class org.eclipse.jetty.util.UrlEncoded
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close(InputStream) - Static method in class org.eclipse.jetty.util.IO
closes an input stream, and logs exceptions
close(Reader) - Static method in class org.eclipse.jetty.util.IO
closes a reader, and logs exceptions
close(Writer) - Static method in class org.eclipse.jetty.util.IO
closes a writer, and logs exceptions
close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
closes an output stream, and logs exceptions
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.RolloverFileOutputStream
 
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.
ConcurrentArrayBlockingQueue<E> - Class in org.eclipse.jetty.util
Common functionality for a blocking version of ConcurrentArrayQueue.
ConcurrentArrayBlockingQueue(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
ConcurrentArrayBlockingQueue.Bounded<E> - Class in org.eclipse.jetty.util
A bounded, blocking version of ConcurrentArrayQueue.
ConcurrentArrayBlockingQueue.Bounded(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
ConcurrentArrayBlockingQueue.Bounded(int, int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
ConcurrentArrayBlockingQueue.Unbounded<E> - Class in org.eclipse.jetty.util
An unbounded, blocking version of ConcurrentArrayQueue.
ConcurrentArrayBlockingQueue.Unbounded() - Constructor for class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
ConcurrentArrayBlockingQueue.Unbounded(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
ConcurrentArrayQueue<T> - Class in org.eclipse.jetty.util
A concurrent, unbounded implementation of Queue that uses singly-linked array blocks to store elements.
ConcurrentArrayQueue() - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue
 
ConcurrentArrayQueue(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue
 
ConcurrentArrayQueue.Block<E> - Class in org.eclipse.jetty.util
 
ConcurrentArrayQueue.Block(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
 
ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
 
condensePackageString(String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
Condenses a classname by stripping down the package name to just the first character of each package name segment.Configured
condition() - Method in class org.eclipse.jetty.util.ForkInvoker
Subclasses should override this method returning true if they want ForkInvoker.invoke(Object) to call ForkInvoker.fork(Object).
Constraint - Class in org.eclipse.jetty.util.security
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
Conveniance 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
 
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
An 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
 
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
containsKey(Object) - Method in class org.eclipse.jetty.util.StringMap
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(int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out 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(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, long) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy files or directories
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyThread(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copyThread(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception in own thread
copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
 
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
 
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
 
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
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.
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 

D

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, DateFormatSymbols) - Constructor for class org.eclipse.jetty.util.DateCache
 
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, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Throwable) - 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(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at debug level
debug(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at debug level, with Throwable information.
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 decode as described in RFC 2045.
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, 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 Map.
decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodePath(byte[], int, int) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodeString(String, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(String, MultiMap<String>, String, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
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.
decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(byte[], int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
decrementAndGetSize() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
decrementAndGetSize() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
decrementAndGetSize() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
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_BLOCK_SIZE - Static variable in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.ArrayQueue
 
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.ArrayQueue
 
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
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
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.FileResource
Deletes the given resource
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
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
 
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
 
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(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dispatch(Runnable) - Method in interface org.eclipse.jetty.util.thread.ThreadPool
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
 
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.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
Create the SSLContext object and start the lifecycle
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
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.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.ScheduledExecutorScheduler
 
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
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
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.component.ContainerLifeCycle
 
dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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, Collection<?>...) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
Dumpable - Interface in org.eclipse.jetty.util.component
 
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
 
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 

E

element() - Method in class org.eclipse.jetty.util.ArrayQueue
 
element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
 
encode(String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
encode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
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, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
 
encode(long, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
 
encode(String) - Method in class org.eclipse.jetty.util.resource.FileResource
Encode according to this resource type.
encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
Encode according to this resource type.
encode() - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(Charset, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(MultiMap<String>, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
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(StringBuilder, String, 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(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
 
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
 
entrySet() - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
equals(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
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.resource.FileResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
 
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
 
EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
ExecutorCallback - Class in org.eclipse.jetty.util
 
ExecutorCallback(Executor) - Constructor for class org.eclipse.jetty.util.ExecutorCallback
 
ExecutorCallback(Executor, int) - Constructor for class org.eclipse.jetty.util.ExecutorCallback
 
ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server
ExecutorThreadPool(ExecutorService) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
ExecutorThreadPool(int, int, long) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
Wraps an ThreadPoolExecutor using an unbounded LinkedBlockingQueue is used for the jobs queue;
ExecutorThreadPool(int, int, long, TimeUnit) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
Wraps an ThreadPoolExecutor using an unbounded LinkedBlockingQueue is used for the jobs queue.
ExecutorThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
exists() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.JarResource
Returns true if the respresenetd resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresened resource exists.
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
 
expire() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Expire task.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
Get an expired tasks.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Expire task.

F

failed(Throwable) - Method in class org.eclipse.jetty.util.BlockingCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Adapter
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation fails.
FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
failed(Throwable) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FuturePromise
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Adapter
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation fails.
Fields - Class in org.eclipse.jetty.util
A container for name/value pairs, known as fields.
Fields() - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty modifiable Fields instance.
Fields(Fields, boolean) - Constructor for class org.eclipse.jetty.util.Fields
Creates a Fields instance by copying the fields from the given Fields and making it (im)mutable depending on the given immutable parameter
Fields.Field - Class in org.eclipse.jetty.util
A named list of string values.
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileDestroyable - Class in org.eclipse.jetty.util.component
 
FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(File) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileNoticeLifeCycleListener - Class in org.eclipse.jetty.util.component
A LifeCycle Listener that writes state changes to a file.
FileNoticeLifeCycleListener(String) - Constructor for class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileResource - Class in org.eclipse.jetty.util.resource
File Resource.
FileResource(URL) - Constructor for class org.eclipse.jetty.util.resource.FileResource
 
filesChanged(List<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
finalize() - Method in class org.eclipse.jetty.util.resource.Resource
 
findField(Class<?>, String, Class<?>, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findResource(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
flipPutFlip(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to fill mode.
flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to Flush mode.
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
fork(T) - Method in class org.eclipse.jetty.util.ForkInvoker
Executes the forked invocation
ForkInvoker<T> - Class in org.eclipse.jetty.util
Utility class that splits calls to ForkInvoker.invoke(Object) into calls to ForkInvoker.fork(Object) or ForkInvoker.call(Object) depending on the max number of reentrant calls to ForkInvoker.invoke(Object).
ForkInvoker(int) - Constructor for class org.eclipse.jetty.util.ForkInvoker
Creates an instance with the given max number of reentrant calls to ForkInvoker.invoke(Object)

If maxInvocations is zero or negative, it is interpreted as if the max number of reentrant calls is infinite.

format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long, StringBuilder) - Method in class org.eclipse.jetty.util.DateCache
Format to string buffer.
formatBuffer(long) - Method in class org.eclipse.jetty.util.DateCache
 
formatNow() - Method in class org.eclipse.jetty.util.DateCache
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.
FutureCallback - Class in org.eclipse.jetty.util
 
FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FuturePromise<C> - Class in org.eclipse.jetty.util
 
FuturePromise() - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C) - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C, Throwable) - Constructor for class org.eclipse.jetty.util.FuturePromise
 

G

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(String) - Method in class org.eclipse.jetty.util.AbstractTrie
 
get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.AbstractTrie
 
get(ByteBuffer) - Method in class org.eclipse.jetty.util.AbstractTrie
 
get(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(String) - Method in class org.eclipse.jetty.util.Fields
 
get() - Method in class org.eclipse.jetty.util.FutureCallback
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
get() - Method in class org.eclipse.jetty.util.FuturePromise
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
 
get(Object) - Method in class org.eclipse.jetty.util.HostMap
 
get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore
 
get(Object) - Method in class org.eclipse.jetty.util.IPAddressMap
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(Object) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
get(String) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
get(String, int, int) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
get(ByteBuffer) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
get(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
get(String) - Method in interface org.eclipse.jetty.util.Trie
Get and exact match from a String key
get(String, int, int) - Method in interface org.eclipse.jetty.util.Trie
Get and exact match from a String key
get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Trie
Get and exact match from a segment of a ByteBuufer as key
get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
Get and exact match from a segment of a ByteBuufer as key
getAge() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
getAlias() - Method in class org.eclipse.jetty.util.resource.FileResource
 
getAlias() - 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
 
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(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBest(String) - Method in class org.eclipse.jetty.util.AbstractTrie
 
getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.AbstractTrie
 
getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.AbstractTrie
 
getBest(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
getBest(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
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 interface org.eclipse.jetty.util.Trie
Get the best match from key in a String.
getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Trie
Get the best match from key in a byte array.
getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
Get the best match from key in a byte buffer.
getBlockCount() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
getBlockSize() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
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
 
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
 
getCapacity() - Method in class org.eclipse.jetty.util.ArrayQueue
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getClassPath(ClassLoader) - Static method in class org.eclipse.jetty.util.Loader
Generate the classpath (as a string) of all classloaders above the given classloader.
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getClosedStream() - Static method in class org.eclipse.jetty.util.IO
 
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.statistic.SampleStatistic
 
getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
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
 
getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
 
getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getDuration() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExecutor() - Method in class org.eclipse.jetty.util.SocketAddressResolver
 
getFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Get the file, if any, the data has been written to.
getFile() - Method in class org.eclipse.jetty.util.resource.FileResource
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.Resource
Returns an File representing the given resource or NULL if this is not possible.
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
 
getHeadBlock() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
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
 
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.thread.QueuedThreadPool
Get the maximum thread idle time.
getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
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.resource.FileResource
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.Resource
Returns an 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
getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
Returns the instance of the singleton
getIntegersPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStore(InputStream, String, 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
 
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
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.StdErrLog
 
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.
getListHTML(String, boolean) - Method in class org.eclipse.jetty.util.resource.Resource
Get the resource list as a HTML directory listing.
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getLog() - Static method in class org.eclipse.jetty.util.log.Log
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
 
getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.Log
Obtain a named Logger based on the fully qualified class name.
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
 
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.
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
Get the Logging Level for the provided log name.
getLoggingProperty(Properties, String, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
 
getLongsPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getMatch(String) - Method in class org.eclipse.jetty.util.IPAddressMap
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
 
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
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set 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
 
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.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.resource.FileResource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.resource.Resource
Returns 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.thread.QueuedThreadPool
 
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getNow() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
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
 
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.
getParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Parse, if necessary, the multipart data and return the list of Parts.
getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
Get a password.
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
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
 
getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.FileResource
 
getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an readable bytechannel to the resource or null if one is not available.
getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.URLResource
 
getRecursive() - Method in class org.eclipse.jetty.util.Scanner
 
getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
 
getResource(Class<?>, String, boolean) - Static method in class org.eclipse.jetty.util.Loader
 
getResource(String) - Method in class org.eclipse.jetty.util.resource.Resource
Get a resource from withing this resource.
getResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Get a resource for a path.
getResourceBundle(Class<?>, String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
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
 
getSecureRandomAlgorithm() - 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.AliasedX509KeyManager
 
getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getSize() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
getSslContext() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session timeout.
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
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
 
getTailBlock() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
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
 
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
 
getTimer() - Static method in class org.eclipse.jetty.util.DateCache
 
getTimestamp() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
getTimeToNext() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
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
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getUnsafe(int) - Method in class org.eclipse.jetty.util.ArrayQueue
Get without synchronization or bounds checking.
getURI() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an URI representing the given 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.Resource
Returns an URL representing the given 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(String, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getWeakETag() - Method in class org.eclipse.jetty.util.resource.Resource
 
Graceful - Interface in org.eclipse.jetty.util.component
 
grow() - Method in class org.eclipse.jetty.util.ArrayQueue
 

H

hasContent(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and non empty buffer.
hasDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
 
hashCode() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
hashCode() - Method in class org.eclipse.jetty.util.Fields.Field
 
hashCode() - Method in class org.eclipse.jetty.util.Fields
 
hashCode() - Method in class org.eclipse.jetty.util.resource.FileResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.URLResource
 
hashCode() - Method in class org.eclipse.jetty.util.security.Password
 
hasMoreElements() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMoreTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMultipleValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
hasRole(String) - Method in class org.eclipse.jetty.util.security.Constraint
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
head() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
HostMap<TYPE> - Class in org.eclipse.jetty.util
 
HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
HttpCookieStore - Class in org.eclipse.jetty.util
Implementation of CookieStore that delegates to an instance created by CookieManager via CookieManager.getCookieStore().
HttpCookieStore() - Constructor for class org.eclipse.jetty.util.HttpCookieStore
 
HttpCookieStore.Empty - Class in org.eclipse.jetty.util
 
HttpCookieStore.Empty() - Constructor for class org.eclipse.jetty.util.HttpCookieStore.Empty
 
HTTPS - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTPS_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 

I

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
 
IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
 
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
returns the next index of a character from the chars string
info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Throwable) - 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(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at info level
info(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at info level, with Throwable information.
info(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
initialized() - Static method in class org.eclipse.jetty.util.log.Log
 
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
 
invoke(T) - Method in class org.eclipse.jetty.util.ForkInvoker
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
Internet address map to object
IPAddressMap() - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
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 interface org.eclipse.jetty.util.Trie
 
isContainedIn(Resource, Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
 
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
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
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.QueuedThreadPool
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns true if the respresenetd 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.ArrayQueue
 
isEmpty(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffer.
isEmpty() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
isEmpty() - Method in class org.eclipse.jetty.util.Fields
 
isEmpty() - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
isEmpty() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
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
 
isExpired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isForbidden() - Method in class org.eclipse.jetty.util.security.Constraint
 
isFull() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
isFull() - Method in class org.eclipse.jetty.util.ArrayTrie
 
isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and full buffer.
isFull() - Method in class org.eclipse.jetty.util.TreeTrie
 
isFull() - Method in interface org.eclipse.jetty.util.Trie
 
isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isIgnoreCase() - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isManaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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.
isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isPrintLongNames() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
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
 
isScheduled() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
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
 
isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
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
 
iterator() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
iterator() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
iterator() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
iterator() - Method in class org.eclipse.jetty.util.Fields
 
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 

J

JarResource - Class in org.eclipse.jetty.util.resource
 
JarResource(URL) - Constructor for class org.eclipse.jetty.util.resource.JarResource
 
JarResource(URL, boolean) - Constructor for class org.eclipse.jetty.util.resource.JarResource
 
Java2DLeakPreventer - Class in org.eclipse.jetty.util.preventers
Java2DLeakPreventer Prevent pinning of webapp classloader by pre-loading sun.java2d.Disposer class before webapp classloaders are created.
Java2DLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
 
JavaUtilLog - Class in org.eclipse.jetty.util.log
Implementation of Jetty Logger based on Logger.
JavaUtilLog() - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
JavaUtilLog(String) - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
Jetty - Class in org.eclipse.jetty.util
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Blocks until the thread pool is stopped.
join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Blocks until the thread pool is stopped.

K

KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of key password property.
keySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
keySet() - Method in class org.eclipse.jetty.util.ArrayTrie
 
keySet() - Method in class org.eclipse.jetty.util.TreeTrie
 
keySet() - Method in interface org.eclipse.jetty.util.Trie
 

L

lastModified() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns the last modified time
lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
Returns the last modified time
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
 
length(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get remaining from null checked buffer
length() - Method in class org.eclipse.jetty.util.resource.FileResource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.resource.Resource
Return the 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
 
LEVEL_ALL - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_DEBUG - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_INFO - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_OFF - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_WARN - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
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
 
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
 
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
 
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
 
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
 
link(ConcurrentArrayQueue.Block<E>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
list() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns a list of resources contained in the given resource
list() - Method in class org.eclipse.jetty.util.resource.Resource
Returns a list of resource names contained in the given resource The resource names are not URL encoded.
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
 
loadClass(Class, String, boolean) - 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() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadTrustStore() - 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.ArrayQueue
 
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
 
lowercases - Static variable in class org.eclipse.jetty.util.StringUtil
 

M

main(String[]) - Static method in class org.eclipse.jetty.util.security.Password
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
 
manage(Object) - Method in 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
 
ManagedObject - Annotation Type in org.eclipse.jetty.util.annotation
 
ManagedOperation - Annotation Type in org.eclipse.jetty.util.annotation
 
match(String) - Method in class org.eclipse.jetty.util.IPAddressMap
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
 
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.
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_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
 
MultiPartInputStreamParser.MultiPart(String, String) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - 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
 

N

Name - Annotation Type in org.eclipse.jetty.util.annotation
 
name() - Method in class org.eclipse.jetty.util.Fields.Field
 
names() - Method in class org.eclipse.jetty.util.Fields
 
newBlock() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
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.
newConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
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.
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.
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(File) - Static method in class org.eclipse.jetty.util.resource.Resource
 
newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSSLEngine(String, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
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.QueuedThreadPool
 
newTimer() - Method in class org.eclipse.jetty.util.Scanner
 
newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
 
next() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
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
 
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.
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).
now() - Method in class org.eclipse.jetty.util.DateCache
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
offer(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
offer(E) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
offer(T) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
onCompleted() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
onFailed(Throwable) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
open() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
org.eclipse.jetty.util - package org.eclipse.jetty.util
 
org.eclipse.jetty.util.annotation - package org.eclipse.jetty.util.annotation
 
org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
 
org.eclipse.jetty.util.log - package org.eclipse.jetty.util.log
 
org.eclipse.jetty.util.preventers - package org.eclipse.jetty.util.preventers
 
org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
 
org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
 
org.eclipse.jetty.util.ssl - package org.eclipse.jetty.util.ssl
 
org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
 
org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
 

P

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(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(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a substring.
parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a byte array of ascii characters.
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.
PatternMatcher - Class in org.eclipse.jetty.util
 
PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
 
peek() - Method in class org.eclipse.jetty.util.ArrayQueue
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
peek(int) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
peek() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
peekUnsafe() - Method in class org.eclipse.jetty.util.ArrayQueue
 
poll() - Method in class org.eclipse.jetty.util.ArrayQueue
 
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
poll() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
poll() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
pollUnsafe() - Method in class org.eclipse.jetty.util.ArrayQueue
 
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(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
printStackTrace() - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintStream) - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintWriter) - Method in exception org.eclipse.jetty.util.MultiException
 
Promise<C> - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Promise.Adapter<C> - Class in org.eclipse.jetty.util
Empty implementation of Promise
Promise.Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
 
put(V) - Method in class org.eclipse.jetty.util.AbstractTrie
 
put(String, V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
put(String, V) - Method in class org.eclipse.jetty.util.ArrayTrie
 
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
put(E) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
put(E) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
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(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given Fields.Field, mapped to the field's name
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
Insert a new internet address into map
put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
put(String, O) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
put(String, V) - Method in class org.eclipse.jetty.util.TreeTrie
 
put(String, V) - Method in interface org.eclipse.jetty.util.Trie
Put and entry into the Trie
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.

Q

QueuedThreadPool - Class in org.eclipse.jetty.util.thread
 
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
quote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quote(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable.
QuotedStringTokenizer - Class in org.eclipse.jetty.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
quoteIfNeeded(String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteIfNeeded(Appendable, String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into a StringBuffer only if needed.

R

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
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
release() - Method in class org.eclipse.jetty.util.resource.JarResource
 
release() - Method in class org.eclipse.jetty.util.resource.Resource
Release any temporary resources held by the resource.
release() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
release() - Method in class org.eclipse.jetty.util.resource.URLResource
Release any resources held by the resource.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remainingCapacity() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Bounded
 
remainingCapacity() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
remove(String) - Method in class org.eclipse.jetty.util.AbstractTrie
 
remove() - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - 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.ConcurrentArrayBlockingQueue.Bounded
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
remove(int, Object, boolean) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
remove(String) - Method in class org.eclipse.jetty.util.Fields
Removes the Fields.Field with the given name
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
 
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
remove(String) - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
remove(String) - Method in interface org.eclipse.jetty.util.Trie
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore
 
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_ELEMENT - Static variable in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(File) - 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(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.FileResource
Rename the given resource
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
 
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
reschedule() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Reschedule the task on the current timeout.
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
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
 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resolve(String, int, Promise<SocketAddress>) - Method in class 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, long, Promise<SocketAddress>) - Method in class org.eclipse.jetty.util.SocketAddressResolver
Resolves the given host and port, returning a SocketAddress through the given Promise with the given timeout.
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(Resource...) - 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(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FuturePromise
 
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream This output stream puts content in a file that is rolled over every 24 hours.
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.thread.ShutdownThread
 
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
 

S

SampleStatistic - Class in org.eclipse.jetty.util.statistic
SampledStatistics
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
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(Timeout.Task) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
schedule(Timeout.Task, long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
schedule(Timeout) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Schedule the task on the given timeout.
schedule(Timeout, long) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Schedule the task on the given timeout.
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
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
 
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, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
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
 
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.QueuedThreadPool
Delegated to the named or anonymous Pool.
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.
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.QueuedThreadPool
 
setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setDuration(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
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) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time.
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
 
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.
setLog(Logger) - Static method in class org.eclipse.jetty.util.log.Log
 
setLogToParent(String) - Static method in class org.eclipse.jetty.util.log.Log
Set Log to parent Logger.
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.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.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.QueuedThreadPool
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setNow() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
setNow(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
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.
setPrintLongNames(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setProperties(Properties) - Static 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
 
setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
 
setRenegotiationAllowed(boolean) - 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.
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
 
setSslKeyManagerFactoryAlgorithm(String) - 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
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the priority of the pool threads.
setTimeZone(TimeZone) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
setTimeZoneID(String) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
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
 
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
 
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
Converts a binary SID to a string SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
sidStringToBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
Converts a string SID to a binary SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
signalConsumer() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
size() - Method in class org.eclipse.jetty.util.ArrayQueue
 
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.ConcurrentArrayBlockingQueue.Bounded
 
size() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue.Unbounded
 
size() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
size() - Method in class org.eclipse.jetty.util.Fields
 
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
size() - Method in exception org.eclipse.jetty.util.MultiException
 
size() - Method in class org.eclipse.jetty.util.StringMap
Deprecated.
 
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
 
SocketAddressResolver - Class in org.eclipse.jetty.util
Creates asynchronously SocketAddress instances, returning them through a Promise, in order to avoid blocking on DNS lookup.
SocketAddressResolver(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver
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.
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
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the given lifecycle.
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
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, 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.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.
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
store(int, E) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
StringMap<O> - Class in org.eclipse.jetty.util
Deprecated.
Use Trie
StringMap() - Constructor for class org.eclipse.jetty.util.StringMap
Deprecated.
Constructor.
StringMap(boolean) - Constructor for class org.eclipse.jetty.util.StringMap
Deprecated.
Constructor.
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
 
subtract(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
succeeded() - Method in class org.eclipse.jetty.util.BlockingCallback
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Adapter
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation completes.
succeeded() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
succeeded() - Method in class org.eclipse.jetty.util.FutureCallback
 
succeeded(C) - Method in class org.eclipse.jetty.util.FuturePromise
 
succeeded(C) - Method in class org.eclipse.jetty.util.Promise.Adapter
 
succeeded(C) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation completes.

T

tail() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
 
take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
take() - Method in class org.eclipse.jetty.util.ConcurrentArrayBlockingQueue
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
ThreadPool.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
 
tick() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
tick(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
Timeout - Class in org.eclipse.jetty.util.thread
Deprecated.
Timeout() - Constructor for class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
Timeout(Object) - Constructor for class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
Timeout.Task - Class in org.eclipse.jetty.util.thread
Deprecated.
Task.
Timeout.Task() - Constructor for class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
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(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a ByteBuffer to a byte array.
toArray() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(T[]) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an 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(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(File) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDetailString(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
 
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
 
toInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toInt(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an integer.
toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an long.
toLong(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an long.
toName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
toReplacedString() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
toStarString() - Method in class org.eclipse.jetty.util.security.Password
 
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.BlockingCallback
 
toString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, Charset) - 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 an ISO-8859-1 String
toString(Charset) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toString() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
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(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(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() - 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.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.ssl.SslContextFactory
 
toString() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.TreeTrie
 
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
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(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an UTF-8 String
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
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
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.
TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
 

U

UnixCrypt - Class in org.eclipse.jetty.util.security
Unix Crypt.
unmanage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unquote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
unquote(String, boolean) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string.
unquote(String) - Static method in class org.eclipse.jetty.util.StringUtil
Remove single or double quotes.
unquoteOnly(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
unquoteOnly(String, boolean) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string, NOT converting unicode sequences
updateBean(Object, Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Object[], Object[]) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateMax(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMax(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
URIUtil - Class in org.eclipse.jetty.util
URI Holder.
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
UrlEncoded(UrlEncoded) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded() - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
URLResource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
URLResource(URL, URLConnection) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
URLResource(URL, URLConnection, boolean) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
Utf8Appendable - Class in org.eclipse.jetty.util
Utf8 Appendable abstract base class This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
Utf8Appendable(Appendable) - Constructor for class org.eclipse.jetty.util.Utf8Appendable
 
Utf8Appendable.NotUtf8Exception - Exception in org.eclipse.jetty.util
 
Utf8Appendable.NotUtf8Exception(String) - Constructor for exception org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
 
Utf8LineParser - Class in org.eclipse.jetty.util
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
Utf8LineParser() - Constructor for class org.eclipse.jetty.util.Utf8LineParser
 
Utf8StringBuffer - Class in org.eclipse.jetty.util
UTF-8 StringBuffer.
Utf8StringBuffer() - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuffer(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 

V

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
validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validateMethod(String) - Static method in class org.eclipse.jetty.util.security.Constraint
 
value() - Method in class org.eclipse.jetty.util.Fields.Field
 
valueAsInt() - Method in class org.eclipse.jetty.util.Fields.Field
Attempts to convert the result of Fields.Field.value() to an integer, returning it if the conversion is successful; returns null if the result of Fields.Field.value() is null.
valueOf(String) - Static method in enum org.eclipse.jetty.util.Scanner.Notification
Returns the enum constant of this type with the specified name.
valueOf(Class<?>, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
values() - Method in class org.eclipse.jetty.util.Fields.Field
 
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.
VERSION - Static variable in class org.eclipse.jetty.util.Jetty
 

W

warn(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at warn level.
warn(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at warn level
warn(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at warn level, with Throwable information.
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(int) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
write(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
writeTo(ByteBuffer, OutputStream) - Static method in class org.eclipse.jetty.util.BufferUtil
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.util.resource.Resource
 
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 

_

__BASIC_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CERT_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CERT_AUTH2 - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CHARSET - Static variable in class org.eclipse.jetty.util.URIUtil
 
__DEFAULT_MULTIPART_CONFIG - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
__defaultUseCaches - Static variable in class org.eclipse.jetty.util.resource.Resource
 
__DIGEST_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__FORM_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__ignored - Static variable in class org.eclipse.jetty.util.log.Log
Legacy flag indicating if Logger.ignore(Throwable) methods produce any output in the Loggers
__ISO_8859_1 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__ISO_8859_1_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
__LINE_SEPARATOR - Static variable in class org.eclipse.jetty.util.StringUtil
 
__logClass - Static variable in class org.eclipse.jetty.util.log.Log
The Logger implementation class name
__md5Lock - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__NEGOTIATE_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__OBFUSCATE - Static variable in class org.eclipse.jetty.util.security.Password
 
__props - Static variable in class org.eclipse.jetty.util.log.Log
Logging Configuration Properties
__SPNEGO_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.Crypt
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF16_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
_appendable - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_bout - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_config - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_connection - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_contextTmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_count - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_curr - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_deleteOnExit - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_elements - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_file - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_filename - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_growCapacity - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_headers - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_in - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_in - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_jarConnection - Variable in class org.eclipse.jetty.util.resource.JarResource
 
_lock - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_max - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_name - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_nextE - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nextSlot - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_out - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_parts - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_size - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_size - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_state - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_temporary - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
 
_tmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
 
_total - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_total - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_totalVariance100 - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_url - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_urlString - Variable in class org.eclipse.jetty.util.resource.URLResource
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 

Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.