Package | Description |
---|---|
ratpack.exec | |
ratpack.groovy.handling |
Groovy specific extensions to classes in the
ratpack.handling package. |
ratpack.handling |
The handling of application requests.
|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client | |
ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
ratpack.rx |
Provides integration with the RxJava library.
|
Class and Description |
---|
ExecContext
The context of an execution.
|
ExecContext.Supplier
Supplies the current effective context of the execution at any given time.
|
ExecControl
The execution control can be used by supporting services to perform asynchronous or blocking operations.
|
ExecController
The exec controller manages the execution of operations.
|
ExecException
Wraps an exception thrown during an execution.
|
ExecInterceptor
Intercepts execution, primarily for traceability and recording metrics.
|
ExecInterceptor.ExecType
The execution type (i.e.
|
Fulfiller
A fulfiller of an asynchronous promise.
|
NoBoundContextException
Thrown when a request is made for the context in a non request handling thread.
|
Promise
A promise of an outcome that may be a successful result or an error exception.
|
Result
The result of an asynchronous operation, which may be a failure.
|
SuccessPromise
A promise of a successful outcome.
|
Class and Description |
---|
ExecContext
The context of an execution.
|
ExecControl
The execution control can be used by supporting services to perform asynchronous or blocking operations.
|
Class and Description |
---|
ExecContext
The context of an execution.
|
ExecContext.Supplier
Supplies the current effective context of the execution at any given time.
|
ExecControl
The execution control can be used by supporting services to perform asynchronous or blocking operations.
|
ExecController
The exec controller manages the execution of operations.
|
ExecInterceptor
Intercepts execution, primarily for traceability and recording metrics.
|
Fulfiller
A fulfiller of an asynchronous promise.
|
Promise
A promise of an outcome that may be a successful result or an error exception.
|
Class and Description |
---|
ExecContext
The context of an execution.
|
Class and Description |
---|
Promise
A promise of an outcome that may be a successful result or an error exception.
|
Class and Description |
---|
ExecController
The exec controller manages the execution of operations.
|
Class and Description |
---|
Promise
A promise of an outcome that may be a successful result or an error exception.
|