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

A

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
 
add(Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
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(Container.Relationship) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
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(K, Object) - 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
 
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 class org.eclipse.jetty.util.component.Container
 
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a named class or interface.
addEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.Container
 
addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
 
addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
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.
addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addToArray(Object[], Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add element to an array
addUnsafe(E) - Method in class org.eclipse.jetty.util.ArrayQueue
Add without synchronization or bounds checking
addValues(K, List) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addValues(K, String[]) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
 
append(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Append object as JSON to string buffer.
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[], int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
append(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
appendArray(StringBuffer, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendArray(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendBoolean(StringBuffer, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendMap(StringBuffer, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendMap(Appendable, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNull(StringBuffer) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNumber(StringBuffer, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendString(StringBuffer, String) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
array2List(E[]) - Static method in class org.eclipse.jetty.util.LazyList
 
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
 
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
Attributes - Interface in org.eclipse.jetty.util
Attributes.
AttributesMap - Class in org.eclipse.jetty.util
AttributesMap.
AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(Map<String, Object>) - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
 

B

BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by a circular array.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a fixed size partially blocking Queue
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing limited partially blocking Queue.
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
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

cancel() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Cancel the task.
cancelAll() - Method in class org.eclipse.jetty.util.thread.Timeout
 
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
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
 
checkParams(Class[], Class[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
clear() - Method in class org.eclipse.jetty.util.ArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.MultiMap
 
clear() - Method in class org.eclipse.jetty.util.StringMap
 
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
 
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
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.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
 
compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a compact form.
complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
Container - Class in org.eclipse.jetty.util.component
Container.
Container() - Constructor for class org.eclipse.jetty.util.component.Container
 
Container.Listener - Interface in org.eclipse.jetty.util.component
Listener.
Container.Relationship - Class in org.eclipse.jetty.util.component
A Container event.
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
containsKey(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
containsKey(Object) - Method in class org.eclipse.jetty.util.StringMap
 
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
 
containsValue(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
 
convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertTo(Class, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
 
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
 
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
 

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
 
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(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
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) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode(String, String) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode88591To(InputStream, MultiMap, 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, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(String, MultiMap, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap, String, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, MultiMap, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(byte[], int, int, MultiMap) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(byte[], int, int, MultiMap, Utf8StringBuilder) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
 
DEFAULT_CAPACITY - Variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_CAPACITY - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GROWTH - Variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_GROWTH - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
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
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Run job.
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dispatch(Runnable) - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Stop the BoundedThreadPool.
doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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
 
dump() - 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
 
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
 
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(String) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(String, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(MultiMap, String, 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, String) - 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 capcity of the underlying list.
ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
entrySet() - Method in class org.eclipse.jetty.util.MultiMap
 
entrySet() - Method in class org.eclipse.jetty.util.StringMap
 
equals(Object) - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
equals(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.FileResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
 
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.QueuedThreadPool
 
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
constructor.
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int, int, long) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int, int, long, TimeUnit) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
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.
expire() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Expire task.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout
Get an expired tasks.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Expire task.
extract(File, boolean) - Method in class org.eclipse.jetty.util.resource.JarResource
Deprecated. 

F

FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
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) - 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
 
FLOAT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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.
fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
fromJSON(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert JSON to Object
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.

G

get(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(Object) - Method in class org.eclipse.jetty.util.IPAddressMap
 
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.MultiMap
 
get(int) - Method in class org.eclipse.jetty.util.SingletonList
 
get(Object) - Method in class org.eclipse.jetty.util.StringMap
 
get(String) - Method in class org.eclipse.jetty.util.StringMap
 
getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
 
getAge() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
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
 
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
 
getBestEntry(byte[], int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by byte array key, using as much of the passed key as needed for a match.
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(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getCapacity() - Method in class org.eclipse.jetty.util.ArrayQueue
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getCheckAliases() - Static method in class org.eclipse.jetty.util.resource.FileResource
getCheckAliases.
getChild() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getClosedStream() - Static method in class org.eclipse.jetty.util.IO
 
getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getContainer() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a class.
getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a named class.
getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getDefault() - Static method in class org.eclipse.jetty.util.ajax.JSON
 
getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
 
getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getDuration() - Method in class org.eclipse.jetty.util.thread.Timeout
 
getEntry(String, int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by substring key.
getEntry(char[], int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by char array key.
getExcludedCount() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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.
getFormat() - Method in class org.eclipse.jetty.util.DateCache
Get the format.
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Get the number of idle threads in the pool.
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
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
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.
getLimit() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
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.JavaUtilLog
 
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(String) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getLowThreads() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
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
 
getMaxIdleTimeMs() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Get the maximum thread idle time.
getMaxIdleTimeMs() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the maximum thread idle time.
getMaxQueued() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
getMaxQueued() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxStopTimeMs() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
getMaxStopTimeMs() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Set the maximum number of threads.
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getMinThreads() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Get the minimum number of threads.
getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the minimum number of threads.
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.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.OldQueuedThreadPool
 
getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getNow() - Method in class org.eclipse.jetty.util.thread.Timeout
 
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
 
getNumberType(Class<?>) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an output stream to the resource
getParent() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getQueueSize() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
getRecursive() - Method in class org.eclipse.jetty.util.Scanner
 
getRelationship() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
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 interface org.eclipse.jetty.util.resource.ResourceFactory
 
getResourceBundle(Class, String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
getResources() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getScanDir() - Method in class org.eclipse.jetty.util.Scanner
Deprecated. use getScanDirs() instead
getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getSetter(String) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getSpawnOrShrinkAt() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getString(Object) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getStringBuffer() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
getStringBufferSize() - Method in class org.eclipse.jetty.util.ajax.JSON
 
getStringBuilder() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Get the number of threads in the pool.
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.OldQueuedThreadPool
Get the priority of the pool threads.
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
 
getTimestamp() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
getTimeToNext() - Method in class org.eclipse.jetty.util.thread.Timeout
 
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
 
getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
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
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
 
getValue(Object, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValues(Object) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getWidth() - Method in class org.eclipse.jetty.util.StringMap
 
grow() - Method in class org.eclipse.jetty.util.ArrayQueue
 

H

handleUnknown(JSON.Source, char) - Method in class org.eclipse.jetty.util.ajax.JSON
 
hashCode() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
hashCode() - Method in class org.eclipse.jetty.util.MultiMap
 
hashCode() - Method in class org.eclipse.jetty.util.resource.FileResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.URLResource
 
hasMoreElements() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMoreTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
hasNext() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
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) - Static method in class org.eclipse.jetty.util.log.Log
Ignore an exception unless trace is enabled.
IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
 
includeField(String, Object, Method) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
includeField(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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) - Static method in class org.eclipse.jetty.util.log.Log
 
info(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
info(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
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
 
init() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
initialized() - Static method in class org.eclipse.jetty.util.log.Log
 
INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
invokeObject(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
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 AddrPatternMap.
IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty AddrPatternMap.
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.OldQueuedThreadPool
Delegated to the named or anonymous Pool.
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() - Static method in class org.eclipse.jetty.util.log.Log
 
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
 
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.
isEmpty() - Method in class org.eclipse.jetty.util.ArrayQueue
 
isEmpty() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
isEmpty() - Method in class org.eclipse.jetty.util.MultiMap
 
isEmpty() - Method in class org.eclipse.jetty.util.StringMap
 
isEmpty() - Method in class org.eclipse.jetty.util.thread.Timeout
 
isExpired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isIgnoreCase() - Method in class org.eclipse.jetty.util.StringMap
 
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.OldQueuedThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
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
 
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
 
isTypeCompatible(Class, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
iterator() - Method in class org.eclipse.jetty.util.SingletonList
 

J

jarFor(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
JarResource - Class in org.eclipse.jetty.util.resource
 
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
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
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.
JSON - Class in org.eclipse.jetty.util.ajax
JSON Parser and Generator.
JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
 
JSON.Convertible - Interface in org.eclipse.jetty.util.ajax
JSON Convertible object.
JSON.Convertor - Interface in org.eclipse.jetty.util.ajax
Static JSON Convertor.
JSON.Generator - Interface in org.eclipse.jetty.util.ajax
JSON Generator.
JSON.Literal - Class in org.eclipse.jetty.util.ajax
A Literal JSON generator A utility instance of JSON.Generator that holds a pre-generated string on JSON text.
JSON.Literal(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.Literal
Construct a literal JSON instance for use by JSON.toString(Object).
JSON.Output - Interface in org.eclipse.jetty.util.ajax
JSON Output class for use by JSON.Convertible.
JSON.ReaderSource - Class in org.eclipse.jetty.util.ajax
 
JSON.ReaderSource(Reader) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
JSON.Source - Interface in org.eclipse.jetty.util.ajax
 
JSON.StringSource - Class in org.eclipse.jetty.util.ajax
 
JSON.StringSource(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.StringSource
 
JSONDateConvertor - Class in org.eclipse.jetty.util.ajax
Convert a Date to JSON.
JSONDateConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean, Locale) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONEnumConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Enum to JSON.
JSONEnumConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONEnumConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONObjectConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Object to JSON using reflection on getters methods.
JSONObjectConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONPojoConvertor - Class in org.eclipse.jetty.util.ajax
Converts POJOs to JSON and vice versa.
JSONPojoConvertor(Class<?>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor.NumberType - Interface in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter(String, Method) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
JSONPojoConvertorFactory - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertorFactory(JSON) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 

K

keySet() - Method in class org.eclipse.jetty.util.AttributesMap
 
keySet() - Method in class org.eclipse.jetty.util.MultiMap
 

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
lastMs() - Method in class org.eclipse.jetty.util.DateCache
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
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.Utf8StringBuffer
 
length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
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 interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
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 interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
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 interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
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(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
listIterator() - Method in class org.eclipse.jetty.util.SingletonList
 
listIterator(int) - Method in class org.eclipse.jetty.util.SingletonList
 
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.
Loader - Class in org.eclipse.jetty.util
ClassLoader Helper.
Loader() - Constructor for class org.eclipse.jetty.util.Loader
 
log(Throwable) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
Log - Class in org.eclipse.jetty.util.log
Logging.
Log() - Constructor for class org.eclipse.jetty.util.log.Log
 
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
 
LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 

M

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
 
MultiException - Exception in org.eclipse.jetty.util
Wraps multiple exceptions.
MultiException() - Constructor for exception org.eclipse.jetty.util.MultiException
 
MultiMap<K> - Class in org.eclipse.jetty.util
A multi valued Map.
MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(Map) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(int) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(boolean) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartWriter - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
 

N

newArray(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
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
 
newMap() - Method in class org.eclipse.jetty.util.ajax.JSON
 
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.
newSingletonList(Object) - Static method in class org.eclipse.jetty.util.SingletonList
 
newSystemResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a system resource from a string.
newThread() - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
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.ajax.JSON.ReaderSource
 
next() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
next() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
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
 
nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
Return a non null string.
now() - Method in class org.eclipse.jetty.util.DateCache
 
NULL_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 

O

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
 
OldQueuedThreadPool - Class in org.eclipse.jetty.util.thread
A pool of threads.
OldQueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
OldQueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
OldQueuedThreadPool.PoolThread - Class in org.eclipse.jetty.util.thread
Pool Thread class.
org.eclipse.jetty.util - package org.eclipse.jetty.util
 
org.eclipse.jetty.util.ajax - package org.eclipse.jetty.util.ajax
 
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.resource - package org.eclipse.jetty.util.resource
 
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(String) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(String, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(InputStream) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. use JSON.parse(Reader)
parse(InputStream, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. use JSON.parse(Reader, boolean)
parse(JSON.Source, boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parse(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
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.
parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
PatternMatcher - Class in org.eclipse.jetty.util
 
PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
peek() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
peek() - Method in class org.eclipse.jetty.util.ArrayQueue
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
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
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time if no elements are present on this queue.
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
 
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
Insert a new internet address into map
put(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
Put and entry into the map.
put(Object, Object) - Method in class org.eclipse.jetty.util.StringMap
 
put(String, Object) - Method in class org.eclipse.jetty.util.StringMap
 
putAll(Map) - Method in class org.eclipse.jetty.util.MultiMap
Put all contents of map.
putIfAbsent(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
putValues(K, List) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(K, String[]) - 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
Construct
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
Construct
QueuedThreadPool(BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
Construct
quote(String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
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(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into a StringBuffer.

R

readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
readExternal(ObjectInput) - Method in class org.eclipse.jetty.util.StringMap
 
readLine(InputStream) - Static method in class org.eclipse.jetty.util.TypeUtil
 
readResolve() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
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
 
registerConvertor(Class, JSON.Convertor) - Static method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
release() - Method in class org.eclipse.jetty.util.resource.JarResource
 
release() - Method in class org.eclipse.jetty.util.resource.Resource
Release any 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
 
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(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Container.Relationship) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
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.MultiMap
 
remove(Object, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
remove(Object) - Method in class org.eclipse.jetty.util.StringMap
 
remove(String) - Method in class org.eclipse.jetty.util.StringMap
 
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.Listener
 
removeBean(Object) - Method in class org.eclipse.jetty.util.component.Container
 
removeEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.Container
 
removeFromArray(Object[], Object) - Static method in class org.eclipse.jetty.util.LazyList
 
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
removeValue(K, Object) - 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(K, Object, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
replace(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
replace substrings within string.
reportDifferences(Map, Map) - 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
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.Utf8StringBuffer
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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
 
ResourceCollection(Resource[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceCollection(String[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceCollection(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
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.OldQueuedThreadPool.PoolThread
BoundedThreadPool run.
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
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
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.
schedule() - Method in class org.eclipse.jetty.util.Scanner
 
schedule(Timeout.Task) - Method in class org.eclipse.jetty.util.thread.Timeout
 
schedule(Timeout.Task, long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
schedule(Timeout) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Schedule the task on the given timeout.
schedule(Timeout, long) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Schedule the task on the given timeout.
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
scratchBuffer() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
seekTo(char, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
seekTo(String, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
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
 
setCheckAliases(boolean) - Static method in class org.eclipse.jetty.util.resource.FileResource
setCheckAliases.
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Delegated to the named or anonymous Pool.
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
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
 
setDefault(JSON) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
setDefaultUseCaches(boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Change the default setting for url connection caches.
setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setDuration(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Apply a filter to files found in the scan directory.
setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setIgnoreCase(boolean) - Method in class org.eclipse.jetty.util.StringMap
Set the ignoreCase attribute.
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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.
setLowThreads(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
setMaxIdleTimeMs(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Set the maximum thread idle time.
setMaxIdleTimeMs(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time.
setMaxQueued(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxStopTimeMs(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
setMaxStopTimeMs(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Set the maximum number of threads.
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Set the minimum number of threads.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the minimum number of threads.
setName(String) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setNow() - Method in class org.eclipse.jetty.util.thread.Timeout
 
setNow(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
setProps(Object, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
setReader(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
 
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
 
setResources(String[]) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
setResources(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
setResourcesAsCSV(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
setScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
Deprecated. use setScanDirs(List dirs) instead
setScanDirs(List) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
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.
setSpawnOrShrinkAt(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
 
setStringBufferSize(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Set the priority of the pool threads.
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.
setWidth(int) - Method in class org.eclipse.jetty.util.StringMap
Set the hash width.
SHORT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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
SingletonList - Class in org.eclipse.jetty.util
Singleton List.
size() - Method in class org.eclipse.jetty.util.ArrayQueue
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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.MultiMap
 
size() - Method in class org.eclipse.jetty.util.SingletonList
 
size() - Method in class org.eclipse.jetty.util.StringMap
 
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
 
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
start() - Method in class org.eclipse.jetty.util.Scanner
Start the scanning action.
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.
StdErrLog() - Constructor for class org.eclipse.jetty.util.log.StdErrLog
 
StdErrLog(String) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
 
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
stop() - Method in class org.eclipse.jetty.util.Scanner
Stop the scanning.
stopJob(Thread, Object) - Method in class org.eclipse.jetty.util.thread.OldQueuedThreadPool
Stop a Job.
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stopThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Deprecated. Use QueuedThreadPool.interruptThread(long) in preference
StringMap - Class in org.eclipse.jetty.util
Map implementation Optimized for Strings keys..
StringMap() - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringMap(boolean) - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringMap(boolean, int) - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
 
stripPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Strip parameters from a path.
subtract(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 

T

take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Retrieves and removes the head of this queue, waiting if no elements are present on this queue.
ThreadPool - Interface in org.eclipse.jetty.util.thread
ThreadPool.
tick() - Method in class org.eclipse.jetty.util.thread.Timeout
 
tick(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
Timeout - Class in org.eclipse.jetty.util.thread
Timeout queue.
Timeout() - Constructor for class org.eclipse.jetty.util.thread.Timeout
 
Timeout(Object) - Constructor for class org.eclipse.jetty.util.thread.Timeout
 
Timeout.Task - Class in org.eclipse.jetty.util.thread
Task.
Timeout.Task() - Constructor for class org.eclipse.jetty.util.thread.Timeout.Task
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toHex(byte, Appendable) - 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
 
toJSON(JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
toJSON(Object, JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
toJSON(Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert Object to JSON
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
toName(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
toString(Object) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Map) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Object[]) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(char[], int, int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
 
toString() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
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.resource.ResourceCollection
 
toString() - Method in class org.eclipse.jetty.util.resource.URLResource
 
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
 
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
 
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.
TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
 

U

unquote(String) - 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.
update(Object, Object, Object, String) - Method in class org.eclipse.jetty.util.component.Container
Update single parent to child relationship.
update(Object, Object, Object, String, boolean) - Method in class org.eclipse.jetty.util.component.Container
Update single parent to child relationship.
update(Object, Object[], Object[], String) - Method in class org.eclipse.jetty.util.component.Container
Update multiple parent to child relationship.
update(Object, Object[], Object[], String, boolean) - Method in class org.eclipse.jetty.util.component.Container
Update multiple parent to child relationship.
upxdateMax(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
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
 
UrlEncoded(String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String, String) - 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
 
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

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.MultiMap
 

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) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
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(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
writeExternal(ObjectOutput) - Method in class org.eclipse.jetty.util.StringMap
 
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
 

_

__CHARSET - Static variable in class org.eclipse.jetty.util.URIUtil
 
__defaultUseCaches - Static variable in class org.eclipse.jetty.util.resource.Resource
 
__HASH_WIDTH - Static variable in class org.eclipse.jetty.util.StringMap
 
__ignored - Static variable in class org.eclipse.jetty.util.log.Log
 
__ISO_8859_1 - 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
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8Alt - Static variable in class org.eclipse.jetty.util.StringUtil
 
_componentType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_connection - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_count - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_curr - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_elements - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_entrySet - Variable in class org.eclipse.jetty.util.StringMap
 
_excluded - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_getters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_growCapacity - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_ignoreCase - Variable in class org.eclipse.jetty.util.StringMap
 
_in - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_jarConnection - Variable in class org.eclipse.jetty.util.resource.JarResource
 
_listeners - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_lock - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_map - Variable in class org.eclipse.jetty.util.AttributesMap
 
_max - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_method - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_nextE - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nextSlot - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nullEntry - Variable in class org.eclipse.jetty.util.StringMap
 
_nullValue - Variable in class org.eclipse.jetty.util.StringMap
 
_numberType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_pojoClass - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_propertyName - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_root - Variable in class org.eclipse.jetty.util.StringMap
 
_setters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_size - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_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
 
_type - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_umEntrySet - Variable in class org.eclipse.jetty.util.StringMap
 
_url - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_urlString - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_width - Variable in class org.eclipse.jetty.util.StringMap
 

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-2010 Mort Bay Consulting. All Rights Reserved.