| Package | Description |
|---|---|
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalRequestContext<T> |
ExternalRequestScope.open()
Invoked when a new request gets started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalRequestScope.resume(ExternalRequestContext<T> c)
Resume request associated with provided context.
|
void |
ExternalRequestScope.suspend(ExternalRequestContext<T> c)
Suspend request associated with provided context.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.