Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
Modifier and Type | Field and Description |
---|---|
private ExternalRequestContext<?> |
ServerRuntime.AsyncResponderHolder.externalContext |
private ExternalRequestContext<?> |
ServerRuntime.AsyncResponder.foreignScopeInstance |
Constructor and Description |
---|
AsyncResponder(ServerRuntime.Responder responder,
RequestScope.Instance scopeInstance,
ExternalRequestScope requestScopeListener,
ExternalRequestContext<?> foreignScopeInstance) |
AsyncResponderHolder(ServerRuntime.Responder responder,
ExternalRequestScope externalRequestScope,
RequestScope.Instance scopeInstance,
ExternalRequestContext<?> externalContext) |
Modifier and Type | Method and Description |
---|---|
ExternalRequestContext<T> |
ExternalRequestScope.open(org.glassfish.hk2.api.ServiceLocator locator)
Invoked when a new request gets started.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalRequestScope.resume(ExternalRequestContext<T> c,
org.glassfish.hk2.api.ServiceLocator locator)
Resume request associated with provided context.
|
void |
ExternalRequestScope.suspend(ExternalRequestContext<T> c,
org.glassfish.hk2.api.ServiceLocator locator)
Suspend request associated with provided context.
|