All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Allocator TheAllocatorinterface is used to describe a resource that can allocate a buffer.ArrayAllocator TheArrayAllocatorobject is used to provide a means to allocate buffers using a single byte array.ArrayBuffer TheArrayBufferis intended to be a general purpose byte buffer that stores bytes in an single internal byte array.Base64Encoder TheBase64Encoderis used to encode and decode base64 content.Base64InputStream TheBase64InputStreamis used to read base64 text in the form of a string through a conventional input stream.Base64OutputStream TheBase64OutputStreamis used to write base64 text in the form of a string through a conventional output stream.Buffer TheBufferinterface represents a collection of bytes that can be written to and later read.BufferAllocator TheBufferAllocatorobject is used to provide a means to allocate buffers using a single underlying buffer.BufferException TheBufferExceptionis used to report problems that can occur during the use or allocation of a buffer.Cleaner<T> TheCleanerrepresents an object that is used to clean up after the keyed resource.ConcurrentExecutor TheConcurrentExecutorobject is used to execute tasks in a thread pool.ConcurrentScheduler TheConcurrentSchedulerobject is used to schedule tasks for execution.Daemon TheDaemonobject provides a named thread which will execute therunmethod when started.DaemonFactory TheDaemonFactoryobject is used to build threads and prefix the thread with a type name.FileAllocator TheFileAllocatorobject is used to create buffers that can be written to the file system.FilterAllocator TheFilterAllocatorobject is used to provide a means to provide a general set of constraints around buffer allocation.KeyMap<T> TheKeyMapobject is used to represent a map of values keyed using a known string.Lease<T> TheLeaseobject is used to keep a keyed resource active.LeaseException TheLeaseExceptionis used to indicate that some operation failed when using the lease after the lease duration has expired.LeaseManager<T> TheLeaseManageris used to issue a lease for a named resource.LeaseMap<T> TheLeaseMapobject is used to map lease keys to the lease objects managing those objects.LeaseProvider<T> TheLeaseProvideris used to issue a lease for a named resource.MapParser<T> TheMapParserobject represents a parser for name value pairs.ParseBuffer This is primarily used to replace theStringBufferclass, as a way for theParserto store the char's for a specific region within the parse data that constitutes a desired value.Parser ThisParserobject is to be used as a simple template for parsing uncomplicated expressions.Scheduler TheSchedulerinterface represents a means to execute a task immediately or after a specified delay.SynchronousExecutor TheSynchronousExecutorobject is used for synchronous execution of tasks.