| Interface | Description |
|---|---|
| ClockUtil.Realtime |
Handler to return the expired realtime in nanoseconds.
|
| LeastRecentlyUsedCache.EvictionListener<V> |
A callback for getting notified about entries being evicted from the
cache.
|
| LeastRecentlyUsedCache.Predicate<V> |
A predicate to be applied to cache entries to determine the result set
when searching for particular values.
|
| SslContextUtil.InputStreamFactory |
Scheme specific input stream factory.
|
| StandardCharsets |
Used standard character sets for californium.
|
| Class | Description |
|---|---|
| Asn1DerDecoder |
ASN.1 DER decoder for SEQUENCEs and OIDs.
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Bytes |
Byte array as key.
|
| ClockUtil |
Clock utility.
|
| DaemonThreadFactory |
A factory to create executor services with daemon threads.
|
| DatagramReader |
This class describes the functionality to read raw network-ordered datagrams
on bit-level.
|
| DatagramWriter |
This class describes the functionality to write raw network-ordered datagrams
on bit-level.
|
| ExecutorsUtil |
Utility to create executors.
|
| LeastRecentlyUsedCache<K,V> |
An in-memory cache with a maximum capacity and support for evicting stale
entries based on an LRU policy.
|
| NamedThreadFactory |
The default thread factory
|
| SerialExecutor |
Serial executor.
|
| SslContextUtil |
Utility functions for
SSLContext. |
| SslContextUtil.Credentials |
Credentials.
|
| StringUtil |
String utils (as there are so many already out).
|
| Annotation Type | Description |
|---|---|
| NotForAndroid |
Methods or classes marked by this annotation are not intended to be used for
Android! Please use the documented alternatives, if available.
|
Copyright © 2019 Eclipse Foundation. All rights reserved.