Uses of Class
org.glassfish.jersey.server.ContainerResponse
Packages that use ContainerResponse
Package
Description
Binders for Jersey.
Jersey server-side classes.
Jersey server-side application & resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side service provider contract (SPI) classes.
-
Uses of ContainerResponse in org.glassfish.jersey.micrometer.server
Methods in org.glassfish.jersey.micrometer.server with parameters of type ContainerResponseModifier 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
Methods in org.glassfish.jersey.server that return types with arguments of type ContainerResponseModifier 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.model
Methods in org.glassfish.jersey.server.model that return ContainerResponseModifier and TypeMethodDescriptionResourceMethodInvoker.apply
(org.glassfish.jersey.server.internal.process.RequestProcessingContext processingContext) -
Uses of ContainerResponse in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ContainerResponseModifier and TypeMethodDescriptionRequestEvent.getContainerResponse()
Get the container response. -
Uses of ContainerResponse in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponseModifier 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.