Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Field and Description |
---|---|
private RequestScope |
ClientRuntime.requestScope |
private RequestScope |
InboundJaxrsResponse.scope |
Modifier and Type | Method and Description |
---|---|
RequestScope |
ClientRuntime.getRequestScope()
Get the request scope instance configured for the runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseCallback.completed(ClientResponse response,
RequestScope scope)
Called when the client invocation was successfully completed with a response.
|
private <T> T |
JerseyInvocation.translate(ClientResponse response,
RequestScope scope,
java.lang.Class<T> responseType) |
private <T> T |
JerseyInvocation.translate(ClientResponse response,
RequestScope scope,
javax.ws.rs.core.GenericType<T> responseType) |
Constructor and Description |
---|
InboundJaxrsResponse(ClientResponse context,
RequestScope scope)
Create new scoped client response.
|
Modifier and Type | Field and Description |
---|---|
private RequestScope |
ChunkedOutput.requestScope |
private RequestScope |
ServerRuntime.requestScope |
private RequestScope |
ServerRuntime.Builder.requestScope |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ChunkedOutput.setContext(RequestScope requestScope,
RequestScope.Instance requestScopeInstance,
ContainerRequest requestContext,
ContainerResponse responseContext,
javax.ws.rs.container.ConnectionCallback connectionCallbackRunner,
Value<AsyncContext> asyncContext)
Set context used for writing chunks.
|
Constructor and Description |
---|
ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot,
ProcessingProviders processingProviders,
org.glassfish.hk2.api.ServiceLocator locator,
java.util.concurrent.ScheduledExecutorService backgroundScheduler,
javax.inject.Provider<java.util.concurrent.ExecutorService> managedAsyncExecutorProvider,
RequestScope requestScope,
ExceptionMappers exceptionMappers,
ApplicationEventListener applicationEventListener,
ExternalRequestScope externalScope,
javax.ws.rs.core.Configuration configuration) |