Generated by
JDiff

Class com.google.inject.servlet.ServletScopes

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>, Map<Key<?>, Object>) 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>, Map<Key<?>, Object>) Documentation changed from old to new.
Scopes the given callable inside a request scope.