public interface RequestScoper
Modifier and Type | Interface | Description |
---|---|---|
static interface |
RequestScoper.CloseableScope |
Closeable subclass that does not throw any exceptions from close.
|
Modifier and Type | Method | Description |
---|---|---|
RequestScoper.CloseableScope |
open() |
Opens up the request scope until the returned object is closed.
|
RequestScoper.CloseableScope open()
Copyright © 2006–2018 Google, Inc.. All rights reserved.