See: Description
Interface | Description |
---|---|
F.Function3<A,B,C,R> |
A Function with 3 arguments.
|
Class | Description |
---|---|
Akka |
Helper to access the application defined Akka Actor system.
|
Classpath | |
Comet |
A Chunked stream sending Comet messages.
|
Crypto |
Cryptographic utilities.
|
EventSource |
Implementation of Server-Sent Events.
|
EventSource.Event |
Utility class to build events.
|
F |
Defines a set of functional programming style helpers.
|
F.Either<L,R> |
Represents a value of one of two possible types (a disjoint union)
|
F.Promise<A> | Deprecated
Use the JDK8
CompletionStage instead. |
F.RedeemablePromise<A> | Deprecated
Use
CompletableFuture instead. |
F.Tuple<A,B> |
A pair - a tuple of the types
A and B . |
F.Tuple3<A,B,C> |
A tuple of A,B,C
|
F.Tuple4<A,B,C,D> |
A tuple of A,B,C,D
|
F.Tuple5<A,B,C,D,E> |
A tuple of A,B,C,D,E
|
Json |
Helper functions to handle JsonNode values.
|
Jsonp |
The JSONP Content renders a JavaScript call of a JSON object.
Example of use, provided the following route definition: |
Scala |
Class that contains useful java <-> scala conversion helpers.
|
Time |
Time utilities.
|
Time.CronExpression |
Thanks to Quartz project, https://quartz.dev.java.net
|
XML |
XML utilities.
|
XPath |
XPath for parsing
|
Yaml |
Yaml utilities.
|
Exception | Description |
---|---|
F.PromiseTimeoutException |
Exception thrown when an operation times out.
|