Uses of Class
org.glassfish.jersey.server.ContainerResponse
Package
Description
Binders for Jersey.
Jersey server-side classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side application & resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side service provider contract (SPI) classes.
Jersey internal Servlet API.
-
Uses of ContainerResponse in org.glassfish.jersey.micrometer.server
Modifier and TypeMethodDescriptionstatic io.micrometer.core.instrument.Tag
JerseyTags.outcome
(ContainerResponse response) Creates anoutcome
tag based on the status of the givenresponse
.static io.micrometer.core.instrument.Tag
JerseyTags.status
(ContainerResponse response) Creates astatus
tag based on the status of the givenresponse
. -
Uses of ContainerResponse in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionApplicationHandler.apply
(ContainerRequest requestContext) Invokes a request and returns theresponse future
.ApplicationHandler.apply
(ContainerRequest request, OutputStream outputStream) Invokes a request and returns theresponse future
. -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.monitoring
Modifier and TypeMethodDescriptionEmptyRequestEventBuilder.setContainerResponse
(ContainerResponse containerResponse) RequestEventBuilder.setContainerResponse
(ContainerResponse containerResponse) Set the container response.RequestEventImpl.Builder.setContainerResponse
(ContainerResponse containerResponse) -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.process
Modifier and TypeMethodDescriptionRequestProcessingContext.createRespondingRoot()
RespondingContext.createRespondingRoot()
(Optionally) create a responder chain from all transformations previously pushed into the context.Modifier and TypeMethodDescriptionvoid
RequestProcessingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
RequestProcessingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
RequestProcessingContext.push
(ChainableStage<ContainerResponse> stage) void
RespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.void
RespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.void
RespondingContext.push
(ChainableStage<ContainerResponse> stage) Push chainable response transformation stage that should be applied. -
Uses of ContainerResponse in org.glassfish.jersey.server.model
Modifier and TypeMethodDescriptionResourceMethodInvoker.apply
(RequestProcessingContext processingContext) -
Uses of ContainerResponse in org.glassfish.jersey.server.monitoring
Modifier and TypeMethodDescriptionRequestEvent.getContainerResponse()
Get the container response. -
Uses of ContainerResponse in org.glassfish.jersey.server.spi
Modifier and TypeMethodDescriptionContainerResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse responseContext) Write the status and headers of the response and return an output stream for the web application to write the entity of the response. -
Uses of ContainerResponse in org.glassfish.jersey.servlet.internal
Modifier and TypeMethodDescriptionResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse responseContext)