|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
boolean isRequestScoped(Binding<?> ) |
Returns true if {@code binding} is request-scoped. |
Callable<T> transferRequest(Callable<T> ) |
Wraps the given callable in a contextual callable that "transfers" the request to another thread. |
Changed Methods | ||
Callable<T> continueRequest(Callable<T>, |
Documentation changed from old to new. |
Wraps the given callable in a contextual callable that "continues" the HTTP request in another thread. |
Callable<T> scopeRequest(Callable<T>, |
Documentation changed from old to new. |
Scopes the given callable inside a request scope. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |