| Interface | Description |
|---|---|
| CharConstants |
Various Character constants are kept here.
|
| ComponentsMonitor |
Monitor used to track existence or duplication of components.
|
| KeyValue |
Defines a simple key value pair.
|
| Class | Description |
|---|---|
| AbstractSimpleComponentsMonitor |
Abstract implementation of a components monitor.
|
| Base64 |
Encoding and decoding of Base64 characters to and from raw bytes.
|
| ByteBuffer |
A dynamically growing byte[].
|
| Chars |
Various Character methods are kept here.
|
| DateUtils |
Gets the generalized time using the "Z" form of the g-time-zone.
|
| DummySSLSocketFactory |
A SSLSocketFactory that accepts every certificat without validation.
|
| EmptyEnumeration<T> |
An empty NamingEnumeration without any values: meaning
hasMore/hasMoreElements() always returns false, and next/nextElement() always
throws a NoSuchElementException.
|
| FileUtils |
This code comes from Apache commons.io library.
|
| GeneralizedTime |
This class represents the generalized time syntax as defined in
RFC 4517 section 3.3.13.
|
| Hex |
Various hex and string manipulation methods that are more efficient then
chaining operations: all is done in the same buffer without creating a bunch
of intermediate String objects.
|
| IOUtils |
This code comes from Apache commons.io library.
|
| MandatoryAndOptionalComponentsMonitor |
A monitor that tracks both, mandatory and optional components.
|
| MandatoryComponentsMonitor |
A components monitor for manadatory components.
|
| MethodUtils | |
| Network |
Network utils.
|
| NoDuplicateKeysMap |
A Map implementation derived from HashMap that only overrides a single method
put() in order to prevent duplicate keyed entries to be added.
|
| OptionalComponentsMonitor |
A components monitor for optional components.
|
| OsgiUtils |
Utilities for OSGi environments and embedding OSGi containers.
|
| Position |
This class is used to store the position of a token in a string.
|
| SequencedHashMap |
A map of objects whose mapping entries are sequenced based on the order in
which they were added.
|
| SequencedHashMap.Entry |
Map.Entry that doubles as a node in the linked list of
sequenced mappings. |
| Serialize |
A class containing static methods used to serialize and deserialize base types
|
| SingletonEnumeration<T> |
A NamingEnumeration over a single element.
|
| StringBuilderWriter |
Writer implementation that outputs to a StringBuilder. |
| StringConstants |
Various String constants are kept here.
|
| Strings |
Various string manipulation methods that are more efficient then chaining
string operations: all is done in the same buffer without creating a bunch of
string objects.
|
| SynchronizedLRUMap |
An implementation of a Map which has a maximum size and uses a Least Recently
Used algorithm to remove items from the Map when the maximum size is reached
and new items are added.
|
| TimeZones |
Predefined
TimeZones. |
| Unicode |
Various unicode manipulation methods that are more efficient then chaining
operations: all is done in the same buffer without creating a bunch of string
objects.
|
| Enum | Description |
|---|---|
| GeneralizedTime.Format |
The format of the generalized time.
|
| GeneralizedTime.FractionDelimiter |
The fraction delimiter of the generalized time.
|
| GeneralizedTime.TimeZoneFormat |
The time zone format of the generalized time.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.