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(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Invoked when a new request gets started.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalRequestScope.resume(ExternalRequestContext<T> c,
org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Resume request associated with provided context.
|
void |
ExternalRequestScope.suspend(ExternalRequestContext<T> c,
org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Suspend request associated with provided context.
|
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.