| Interface | Description |
|---|---|
| HasContext | |
| HasContextAndHeaders |
marker interface
|
| HasHeaders |
| Class | Description |
|---|---|
| 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. |
| Booleans | |
| Classes | |
| ContextAndHeaderHolder | |
| DelegatingHasContextAndHeaders | |
| Explicit<T> |
Holds a value that is either:
a) set implicitly e.g.
|
| MacAddressProvider | |
| Numbers |
A set of utilities for numbers.
|
| ParseField |
Holds a field that can be found in a request while parsing and its different variants, which may be deprecated.
|
| ParseFieldMatcher |
Matcher to use in combination with
ParseField while parsing requests. |
| PidFile |
Process ID file abstraction that writes the current pid into a file and optionally
removes it on system exit.
|
| Priority | |
| StopWatch |
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
|
| StopWatch.TaskInfo |
Inner class to hold data about one task executed within the stop watch.
|
| Strings | |
| Table | |
| Table.Cell |
| Exception | Description |
|---|---|
| ValidationException |
Encapsulates an accumulation of validation errors
|
| Annotation Type | Description |
|---|---|
| Nullable |
The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter. |
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|
Copyright © 2009–2017. All rights reserved.