Generated by
JDiff

Class com.google.inject.servlet.ServletScopes

Changed Methods
Callable<T> continueRequest(Callable<T>, Map<Key<?>, Object>) Documentation changed from old to new.
You probably want to use {@code transferRequest} instead
boolean isRequestScoped(Binding<?>) Documentation changed from old to new.
Returns true if {@code binding} is request-scoped.
RequestScoper scopeRequest(Map<Key<?>, Object>) Documentation changed from old to new.
Returns an object that will apply request scope to a block of code.
Callable<T> scopeRequest(Callable<T>, Map<Key<?>, Object>) Documentation changed from old to new.
Scopes the given callable inside a request scope.
RequestScoper transferRequest() Documentation changed from old to new.
Returns an object that "transfers" the request to another thread.
Callable<T> transferRequest(Callable<T>) Documentation changed from old to new.
Wraps the given callable in a contextual callable that "transfers" the request to another thread.