A B C D E F G I K L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- all - Variable in class org.simpleframework.common.parse.MapParser
-
Represents all values inserted to the map as a list of values.
- allocate() - Method in interface org.simpleframework.common.buffer.Allocator
-
This method is used to allocate a default buffer.
- allocate() - Method in class org.simpleframework.common.buffer.ArrayAllocator
-
This method is used to allocate a default buffer.
- allocate() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to allocate a segment of this buffer as a separate buffer object.
- allocate() - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to allocate a segment of this buffer as a separate buffer object.
- allocate() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to allocate a default buffer.
- allocate() - Method in class org.simpleframework.common.buffer.FileAllocator
-
This will allocate a file buffer which will write data for the buffer to a file.
- allocate() - Method in class org.simpleframework.common.buffer.FilterAllocator
-
This method is used to allocate a default buffer.
- allocate(long) - Method in interface org.simpleframework.common.buffer.Allocator
-
This method is used to allocate a default buffer.
- allocate(long) - Method in class org.simpleframework.common.buffer.ArrayAllocator
-
This method is used to allocate a default buffer.
- allocate(long) - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to allocate a default buffer.
- allocate(long) - Method in class org.simpleframework.common.buffer.FileAllocator
-
This will allocate a file buffer which will write data for the buffer to a file.
- allocate(long) - Method in class org.simpleframework.common.buffer.FilterAllocator
-
This method is used to allocate a default buffer.
- Allocator - Interface in org.simpleframework.common.buffer
-
The
Allocator
interface is used to describe a resource that can allocate a buffer. - append(byte[]) - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to append bytes to the end of the buffer.
- append(byte[]) - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to append bytes to the end of the buffer.
- append(byte[]) - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to append bytes to the end of the buffer.
- append(byte[], int, int) - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to append bytes to the end of the buffer.
- append(byte[], int, int) - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to append bytes to the end of the buffer.
- append(byte[], int, int) - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to append bytes to the end of the buffer.
- append(char) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
char
to the end of the buffer. - append(char[], int, int) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
char
to the end of the buffer. - append(String) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
String
to the end of the buffer. - append(String, int, int) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
String
to the end of the buffer. - append(ParseBuffer) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
ParseBuffer
to the end of this. - append(ParseBuffer, int, int) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will add a
ParseBuffer
to the end of this. - ArrayAllocator - Class in org.simpleframework.common.buffer
-
The
ArrayAllocator
object is used to provide a means to allocate buffers using a single byte array. - ArrayAllocator() - Constructor for class org.simpleframework.common.buffer.ArrayAllocator
-
Constructor for the
ArrayAllocator
object. - ArrayAllocator(int) - Constructor for class org.simpleframework.common.buffer.ArrayAllocator
-
Constructor for the
ArrayAllocator
object. - ArrayAllocator(int, int) - Constructor for class org.simpleframework.common.buffer.ArrayAllocator
-
Constructor for the
ArrayAllocator
object. - ArrayBuffer - Class in org.simpleframework.common.buffer
-
The
ArrayBuffer
is intended to be a general purpose byte buffer that stores bytes in an single internal byte array. - ArrayBuffer() - Constructor for class org.simpleframework.common.buffer.ArrayBuffer
-
Constructor for the
ArrayBuffer
object. - ArrayBuffer(int) - Constructor for class org.simpleframework.common.buffer.ArrayBuffer
-
Constructor for the
ArrayBuffer
object. - ArrayBuffer(int, int) - Constructor for class org.simpleframework.common.buffer.ArrayBuffer
-
Constructor for the
ArrayBuffer
object.
B
- Base64Encoder - Class in org.simpleframework.common.encode
-
The
Base64Encoder
is used to encode and decode base64 content. - Base64Encoder() - Constructor for class org.simpleframework.common.encode.Base64Encoder
- Base64InputStream - Class in org.simpleframework.common.encode
-
The
Base64InputStream
is used to read base64 text in the form of a string through a conventional input stream. - Base64InputStream(String) - Constructor for class org.simpleframework.common.encode.Base64InputStream
-
Constructor for the
Base64InputStream
object. - Base64OutputStream - Class in org.simpleframework.common.encode
-
The
Base64OutputStream
is used to write base64 text in the form of a string through a conventional output stream. - Base64OutputStream() - Constructor for class org.simpleframework.common.encode.Base64OutputStream
-
Constructor for the
Base64OutputStream
object. - Base64OutputStream(int) - Constructor for class org.simpleframework.common.encode.Base64OutputStream
-
Constructor for the
Base64OutputStream
object. - buf - Variable in class org.simpleframework.common.parse.ParseBuffer
-
The
char
's this buffer accumulated. - buf - Variable in class org.simpleframework.common.parse.Parser
-
This is the buffer that is being parsed.
- Buffer - Interface in org.simpleframework.common.buffer
-
The
Buffer
interface represents a collection of bytes that can be written to and later read. - BufferAllocator - Class in org.simpleframework.common.buffer
-
The
BufferAllocator
object is used to provide a means to allocate buffers using a single underlying buffer. - BufferAllocator(Allocator) - Constructor for class org.simpleframework.common.buffer.BufferAllocator
-
Constructor for the
BufferAllocator
object. - BufferAllocator(Allocator, long) - Constructor for class org.simpleframework.common.buffer.BufferAllocator
-
Constructor for the
BufferAllocator
object. - BufferAllocator(Allocator, long, long) - Constructor for class org.simpleframework.common.buffer.BufferAllocator
-
Constructor for the
BufferAllocator
object. - BufferException - Exception in org.simpleframework.common.buffer
-
The
BufferException
is used to report problems that can occur during the use or allocation of a buffer. - BufferException(String, Object...) - Constructor for exception org.simpleframework.common.buffer.BufferException
-
Constructor for the
BufferException
object.
C
- cache - Variable in class org.simpleframework.common.parse.ParseBuffer
-
This is used to quicken
toString
. - cancel() - Method in interface org.simpleframework.common.lease.Lease
-
This will cancel the lease and release the resource.
- capacity - Variable in class org.simpleframework.common.buffer.FilterAllocator
-
This is the default initial minimum capacity of the buffer.
- clean(T) - Method in interface org.simpleframework.common.lease.Cleaner
-
This method is used to clean up after a the keyed resource.
- Cleaner<T> - Interface in org.simpleframework.common.lease
-
The
Cleaner
represents an object that is used to clean up after the keyed resource. - clear() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This will clear all data from the buffer.
- clear() - Method in interface org.simpleframework.common.buffer.Buffer
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.common.parse.MapParser
-
The
clear
method is used to wipe out all the currently existing tokens from the collection. - clear() - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will empty the
ParseBuffer
so that thetoString
parameter will returnnull
. - close() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.common.encode.Base64OutputStream
-
This is used to close the stream and encode the buffered bytes to base64.
- close() - Method in class org.simpleframework.common.lease.LeaseManager
-
This is used to close the lease provider such that all of the outstanding leases are canceled.
- close() - Method in interface org.simpleframework.common.lease.LeaseProvider
-
This is used to close the lease provider such that all of the outstanding leases are canceled.
- ConcurrentExecutor - Class in org.simpleframework.common.thread
-
The
ConcurrentExecutor
object is used to execute tasks in a thread pool. - ConcurrentExecutor(Class) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the
ConcurrentExecutor
object. - ConcurrentExecutor(Class, int) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the
ConcurrentExecutor
object. - ConcurrentExecutor(Class, int, int) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the
ConcurrentExecutor
object. - ConcurrentScheduler - Class in org.simpleframework.common.thread
-
The
ConcurrentScheduler
object is used to schedule tasks for execution. - ConcurrentScheduler(Class) - Constructor for class org.simpleframework.common.thread.ConcurrentScheduler
-
Constructor for the
ConcurrentScheduler
object. - ConcurrentScheduler(Class, int) - Constructor for class org.simpleframework.common.thread.ConcurrentScheduler
-
Constructor for the
ConcurrentScheduler
object. - containsKey(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This is used to determine whether a token representing the name of a pair has been inserted into the internal map.
- containsValue(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to determine whether any pair that has been inserted into the internal map had the presented value.
- count - Variable in class org.simpleframework.common.parse.ParseBuffer
-
This is the number of
char
's stored. - count - Variable in class org.simpleframework.common.parse.Parser
-
This represents the length of the buffer.
D
- Daemon - Class in org.simpleframework.common.thread
-
The
Daemon
object provides a named thread which will execute therun
method when started. - Daemon() - Constructor for class org.simpleframework.common.thread.Daemon
-
Constructor for the
Daemon
object. - DaemonFactory - Class in org.simpleframework.common.thread
-
The
DaemonFactory
object is used to build threads and prefix the thread with a type name. - DaemonFactory() - Constructor for class org.simpleframework.common.thread.DaemonFactory
-
Constructor for the
DaemonFactory
object. - DaemonFactory(Class) - Constructor for class org.simpleframework.common.thread.DaemonFactory
-
Constructor for the
DaemonFactory
object. - decode(char[]) - Static method in class org.simpleframework.common.encode.Base64Encoder
-
This is used to decode the provide base64 data back in to an array of binary data.
- decode(char[], int, int) - Static method in class org.simpleframework.common.encode.Base64Encoder
-
This is used to decode the provide base64 data back in to an array of binary data.
- digit(char) - Method in class org.simpleframework.common.parse.Parser
-
This is used to determine weather or not a given character is a digit character.
E
- encode() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to acquire the buffered bytes as a string.
- encode() - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to acquire the buffered bytes as a string.
- encode() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to acquire the buffered bytes as a string.
- encode(byte[]) - Static method in class org.simpleframework.common.encode.Base64Encoder
-
This method is used to encode the specified byte array of binary data in to base64 data.
- encode(byte[], int, int) - Static method in class org.simpleframework.common.encode.Base64Encoder
-
This method is used to encode the specified byte array of binary data in to base64 data.
- encode(String) - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to acquire the buffered bytes as a string.
- encode(String) - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to acquire the buffered bytes as a string.
- encode(String) - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to acquire the buffered bytes as a string.
- ensureCapacity(int) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This ensure that there is enough space in the buffer to allow for more
char
's to be added. - ensureCapacity(int) - Method in class org.simpleframework.common.parse.Parser
-
This ensure that there is enough space in the buffer to allow for more
char
's to be added. - entrySet() - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to acquire the name and value pairs that have currently been collected by this parser.
- execute(Runnable) - Method in class org.simpleframework.common.thread.ConcurrentExecutor
-
The
execute
method is used to queue the task for execution. - execute(Runnable) - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This will execute the task within the executor immediately as it uses a delay duration of zero milliseconds.
- execute(Runnable) - Method in class org.simpleframework.common.thread.SynchronousExecutor
-
This will execute the provided
Runnable
within the current thread. - execute(Runnable, long) - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This will execute the task within the executor after the time specified has expired.
- execute(Runnable, long) - Method in interface org.simpleframework.common.thread.Scheduler
-
This will execute the task within the executor after the time specified has expired.
- execute(Runnable, long, TimeUnit) - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This will execute the task within the executor after the time specified has expired.
- execute(Runnable, long, TimeUnit) - Method in interface org.simpleframework.common.thread.Scheduler
-
This will execute the task within the executor after the time specified has expired.
F
- FileAllocator - Class in org.simpleframework.common.buffer
-
The
FileAllocator
object is used to create buffers that can be written to the file system. - FileAllocator() - Constructor for class org.simpleframework.common.buffer.FileAllocator
-
Constructor for the
FileAllocator
object. - FileAllocator(int) - Constructor for class org.simpleframework.common.buffer.FileAllocator
-
Constructor for the
FileAllocator
object. - FileAllocator(String) - Constructor for class org.simpleframework.common.buffer.FileAllocator
-
Constructor for the
FileAllocator
object. - FileAllocator(String, int) - Constructor for class org.simpleframework.common.buffer.FileAllocator
-
Constructor for the
FileAllocator
object. - FilterAllocator - Class in org.simpleframework.common.buffer
-
The
FilterAllocator
object is used to provide a means to provide a general set of constraints around buffer allocation. - FilterAllocator(Allocator) - Constructor for class org.simpleframework.common.buffer.FilterAllocator
-
Constructor for the
FilterAllocator
object. - FilterAllocator(Allocator, long) - Constructor for class org.simpleframework.common.buffer.FilterAllocator
-
Constructor for the
FilterAllocator
object. - FilterAllocator(Allocator, long, long) - Constructor for class org.simpleframework.common.buffer.FilterAllocator
-
Constructor for the
FilterAllocator
object.
G
- get(Object) - Method in class org.simpleframework.common.lease.LeaseMap
-
This is used to acquire the
Lease
object that is mapped to the specified key. - get(Object) - Method in class org.simpleframework.common.parse.MapParser
-
The
get
method is used to acquire the value for a named pair. - getAll(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to acquire a
List
for all of the values that have been put in to the map. - getExpiry(TimeUnit) - Method in interface org.simpleframework.common.lease.Lease
-
Determines the duration remaining before the lease expires.
- getKey() - Method in interface org.simpleframework.common.lease.Lease
-
Provides the key for the resource that this lease represents.
- getKeys() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce a
List
of the keys in the map. - getValues() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce a
List
of the values in the map.
I
- init() - Method in class org.simpleframework.common.parse.Parser
-
This will initialize the
Parser
when it is ready to parse a newString
. - interrupt() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to interrupt the internal thread.
- isActive() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to determine if the runner is active.
- isEmpty() - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to determine whether the parser has any tokens available.
- iterator() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce an
Iterator
of values that can be used to acquire the contents of the key map within a for each loop.
K
- KeyMap<T> - Class in org.simpleframework.common
-
The
KeyMap
object is used to represent a map of values keyed using a known string. - KeyMap() - Constructor for class org.simpleframework.common.KeyMap
-
Constructor for the
KeyMap
object. - keySet() - Method in class org.simpleframework.common.parse.MapParser
-
This is used to acquire the names for all the tokens that have currently been collected by this parser.
L
- lease(T, long, TimeUnit) - Method in class org.simpleframework.common.lease.LeaseManager
-
This method will issue a
Lease
object that can be used to manage the release of a keyed resource. - lease(T, long, TimeUnit) - Method in interface org.simpleframework.common.lease.LeaseProvider
-
This method will issue a
Lease
object that can be used to manage the release of a keyed resource. - Lease<T> - Interface in org.simpleframework.common.lease
-
The
Lease
object is used to keep a keyed resource active. - LeaseException - Exception in org.simpleframework.common.lease
-
The
LeaseException
is used to indicate that some operation failed when using the lease after the lease duration has expired. - LeaseException(String) - Constructor for exception org.simpleframework.common.lease.LeaseException
-
This constructor is used if there is a description of the event that caused the exception required.
- LeaseException(String, Throwable) - Constructor for exception org.simpleframework.common.lease.LeaseException
-
This constructor is used if there is a description of the event that caused the exception required.
- LeaseManager<T> - Class in org.simpleframework.common.lease
-
The
LeaseManager
is used to issue a lease for a named resource. - LeaseManager(Cleaner<T>) - Constructor for class org.simpleframework.common.lease.LeaseManager
-
Constructor for the
LeaseManager
object. - LeaseMap<T> - Class in org.simpleframework.common.lease
-
The
LeaseMap
object is used to map lease keys to the lease objects managing those objects. - LeaseMap() - Constructor for class org.simpleframework.common.lease.LeaseMap
-
Constructor for the
LeaseMap
object. - LeaseMap(int) - Constructor for class org.simpleframework.common.lease.LeaseMap
-
Constructor for the
LeaseMap
object. - LeaseProvider<T> - Interface in org.simpleframework.common.lease
-
The
LeaseProvider
is used to issue a lease for a named resource. - length() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This is used to provide the number of bytes that have been written to the buffer.
- length() - Method in interface org.simpleframework.common.buffer.Buffer
-
This is used to provide the number of bytes that have been written to the buffer.
- length() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This is used to provide the number of bytes that have been written to the buffer.
- length() - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will return the number of bytes that have been appended to the
ParseBuffer
. - limit - Variable in class org.simpleframework.common.buffer.FilterAllocator
-
This is the maximum number of bytes that can be allocated.
M
- map - Variable in class org.simpleframework.common.parse.MapParser
-
Represents the last value inserted into this map instance.
- MapParser<T> - Class in org.simpleframework.common.parse
-
The
MapParser
object represents a parser for name value pairs. - MapParser() - Constructor for class org.simpleframework.common.parse.MapParser
-
Constructor for the
MapParser
object.
N
- newThread(Runnable) - Method in class org.simpleframework.common.thread.DaemonFactory
-
This is used to create a thread from the provided runnable.
- newThread(Runnable, Class) - Method in class org.simpleframework.common.thread.DaemonFactory
-
This is used to create a thread from the provided runnable.
O
- off - Variable in class org.simpleframework.common.parse.Parser
-
This represents the current read offset.
- open() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used so that the buffer can be represented as a stream of bytes.
- open() - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used so that a buffer can be represented as a stream of bytes.
- open() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used so that a buffer can be represented as a stream of bytes.
- org.simpleframework.common - package org.simpleframework.common
- org.simpleframework.common.buffer - package org.simpleframework.common.buffer
- org.simpleframework.common.encode - package org.simpleframework.common.encode
- org.simpleframework.common.lease - package org.simpleframework.common.lease
- org.simpleframework.common.parse - package org.simpleframework.common.parse
- org.simpleframework.common.thread - package org.simpleframework.common.thread
P
- parse() - Method in class org.simpleframework.common.parse.Parser
-
This is the method that should be implemented to read the buf.
- parse(String) - Method in class org.simpleframework.common.parse.Parser
-
This is used to parse the
String
given to it. - ParseBuffer - Class in org.simpleframework.common.parse
-
This is primarily used to replace the
StringBuffer
class, as a way for theParser
to store the char's for a specific region within the parse data that constitutes a desired value. - ParseBuffer() - Constructor for class org.simpleframework.common.parse.ParseBuffer
-
Constructor for
ParseBuffer
. - ParseBuffer(int) - Constructor for class org.simpleframework.common.parse.ParseBuffer
-
This creates a
ParseBuffer
with a specific default size. - Parser - Class in org.simpleframework.common.parse
-
This
Parser
object is to be used as a simple template for parsing uncomplicated expressions. - Parser() - Constructor for class org.simpleframework.common.parse.Parser
-
This is a no argument constructor for the
Parser
. - put(T, T) - Method in class org.simpleframework.common.parse.MapParser
-
The
put
method is used to insert the name and value provided into the collection of tokens. - putAll(Map<? extends T, ? extends T>) - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to insert a collection of tokens into the parsers map.
R
- read() - Method in class org.simpleframework.common.encode.Base64InputStream
-
This is used to read the next byte decoded from the text.
- read(byte[], int, int) - Method in class org.simpleframework.common.encode.Base64InputStream
-
This is used to read the next byte decoded from the text.
- remove(Object) - Method in class org.simpleframework.common.lease.LeaseMap
-
This is used to remove the
Lease
object that is mapped to the specified key. - remove(Object) - Method in class org.simpleframework.common.parse.MapParser
-
The
remove
method is used to remove the named token pair from the collection of tokens. - renew(long, TimeUnit) - Method in interface org.simpleframework.common.lease.Lease
-
This ensures that the leased resource is maintained for the specified number of
TimeUnit
seconds. - reset(String) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will reset the buffer in such a way that the buffer is cleared of all contents and then has the given string appended.
- reset(ParseBuffer) - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will reset the buffer in such a way that the buffer is cleared of all contents and then has the given string appended.
S
- Scheduler - Interface in org.simpleframework.common.thread
-
The
Scheduler
interface represents a means to execute a task immediately or after a specified delay. - size() - Method in class org.simpleframework.common.parse.MapParser
-
This obviously enough provides the number of tokens that have been inserted into the internal map.
- skip(String) - Method in class org.simpleframework.common.parse.Parser
-
This is used to skip an arbitrary
String
within thechar
buf. - source - Variable in class org.simpleframework.common.buffer.FilterAllocator
-
This is the allocator the underlying buffer is allocated with.
- space(char) - Method in class org.simpleframework.common.parse.Parser
-
This is used to determine if a given ISO-8859-1 character is a space character.
- start() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to start the internal thread.
- stop() - Method in class org.simpleframework.common.thread.ConcurrentExecutor
-
This is used to stop the executor by interrupting all running tasks and shutting down the threads within the pool.
- stop() - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This is used to stop the scheduler by interrupting all running tasks and shutting down the threads within the pool.
- stop() - Method in class org.simpleframework.common.thread.Daemon
-
This method is used to stop the thread without forcing it to stop.
- stop(long) - Method in class org.simpleframework.common.thread.ConcurrentExecutor
-
This is used to stop the executor by interrupting all running tasks and shutting down the threads within the pool.
- stop(long) - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This is used to stop the scheduler by interrupting all running tasks and shutting down the threads within the pool.
- SynchronousExecutor - Class in org.simpleframework.common.thread
-
The
SynchronousExecutor
object is used for synchronous execution of tasks. - SynchronousExecutor() - Constructor for class org.simpleframework.common.thread.SynchronousExecutor
T
- toLower(char) - Method in class org.simpleframework.common.parse.Parser
-
This takes a unicode character and assumes an encoding of ISO-8859-1.
- toString() - Method in class org.simpleframework.common.encode.Base64InputStream
-
This returns the original base64 text that was encoded.
- toString() - Method in class org.simpleframework.common.encode.Base64OutputStream
-
This returns the base64 text encoded from the bytes written to the stream.
- toString() - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will return the characters that have been appended to the
ParseBuffer
as aString
object.
V
- values() - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to acquire the value for all tokens that have currently been collected by this parser.
W
- write(byte[], int, int) - Method in class org.simpleframework.common.encode.Base64OutputStream
-
This method is used to write data as base64 to an internal buffer.
- write(int) - Method in class org.simpleframework.common.encode.Base64OutputStream
-
This method is used to write data as base64 to an internal buffer.
All Classes All Packages