Package | Description |
---|---|
org.glassfish.jersey.media.sse.internal | |
org.glassfish.jersey.micrometer.server |
Binders for Jersey.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
protected Function<ContainerRequest,SseEventSink> |
SseEventSinkValueParamProvider.createValueProvider(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
static io.micrometer.core.instrument.Tag |
JerseyTags.method(ContainerRequest request)
|
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
ContainerResponse.getRequestContext()
Get the associated container request context paired with this response context.
|
Modifier and Type | Method and Description |
---|---|
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest requestContext)
Invokes a request and returns the
response future . |
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest request,
OutputStream outputStream)
Invokes a request and returns the
response future . |
void |
ApplicationHandler.handle(ContainerRequest request)
The main request/response processing entry point for Jersey container implementations.
|
static void |
TracingUtils.initTracingSupport(TracingConfig type,
TracingLogger.Level appThreshold,
ContainerRequest containerRequest)
According to configuration/request header it initialize
TracingLogger and put it to the request properties. |
static void |
TracingUtils.logStart(ContainerRequest request)
Log tracing messages START events.
|
void |
ServerRuntime.process(ContainerRequest request)
Process a container request.
|
Constructor and Description |
---|
ContainerResponse(ContainerRequest requestContext,
Response response)
Create a new Jersey container response context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Function<ContainerRequest,?> |
AbstractValueParamProvider.createValueProvider(Parameter parameter)
Create a value provider for the parameter.
|
Function<ContainerRequest,?> |
AbstractValueParamProvider.getValueProvider(Parameter parameter)
Get an injected value provider for the parameter.
|
Constructor and Description |
---|
ParamInjectionResolver(ValueParamProvider valueParamProvider,
Class<A> annotation,
jakarta.inject.Provider<ContainerRequest> request)
Initialize the base parameter injection resolver.
|
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
RequestEventImpl.getContainerRequest() |
Modifier and Type | Method and Description |
---|---|
RequestEventBuilder |
EmptyRequestEventBuilder.setContainerRequest(ContainerRequest containerRequest) |
RequestEventBuilder |
RequestEventBuilder.setContainerRequest(ContainerRequest containerRequest)
Set the container request.
|
RequestEventImpl.Builder |
RequestEventImpl.Builder.setContainerRequest(ContainerRequest containerRequest) |
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
RequestProcessingContext.request()
Get the processed container request.
|
Constructor and Description |
---|
RequestProcessingContext(InjectionManager injectionManager,
ContainerRequest request,
UriRoutingContext routingContext,
RequestEventBuilder monitoringEventBuilder,
RequestEventListener monitoringEventListener)
Create new request processing context.
|
Constructor and Description |
---|
UriRoutingContext(ContainerRequest requestContext)
Injection constructor.
|
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
RequestEvent.getContainerRequest()
Get the container request.
|
Modifier and Type | Method and Description |
---|---|
Function<ContainerRequest,?> |
ValueParamProvider.getValueProvider(Parameter parameter)
Get an injected value provider for the parameter.
|
Modifier and Type | Method and Description |
---|---|
T |
ParamValueFactoryWithSource.apply(ContainerRequest request) |
Response |
ResourceMethodDispatcher.dispatch(Object resource,
ContainerRequest request)
Reflectively dispatch a request to the underlying
invocable resource method via the configured invocation handler using the provided resource class instance. |
static Object[] |
ParameterValueHelper.getParameterValues(List<ParamValueFactoryWithSource<?>> valueProviders,
ContainerRequest request)
Get the array of parameter values.
|
Constructor and Description |
---|
ParamValueFactoryWithSource(Function<ContainerRequest,T> paramFunction,
Parameter.Source parameterSource)
Wrap provided param supplier.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.