Uses of Class
org.glassfish.jersey.server.ContainerResponse
Packages that use 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
Methods in org.glassfish.jersey.micrometer.server with parameters of type ContainerResponseModifier and TypeMethodDescriptionstatic io.micrometer.core.instrument.TagJerseyTags.outcome(ContainerResponse response) Creates anoutcometag based on the status of the givenresponse.static io.micrometer.core.instrument.TagJerseyTags.status(ContainerResponse response) Creates astatustag 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.internal.monitoring
Methods in org.glassfish.jersey.server.internal.monitoring that return ContainerResponseMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponseModifier 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
Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type ContainerResponseModifier and TypeMethodDescriptionRequestProcessingContext.createRespondingRoot()RespondingContext.createRespondingRoot()(Optionally) create a responder chain from all transformations previously pushed into the context.Method parameters in org.glassfish.jersey.server.internal.process with type arguments of type ContainerResponseModifier and TypeMethodDescriptionvoidRequestProcessingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidRequestProcessingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidRequestProcessingContext.push(ChainableStage<ContainerResponse> stage) voidRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.voidRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.voidRespondingContext.push(ChainableStage<ContainerResponse> stage) Push chainable response transformation stage that should be applied. -
Uses of ContainerResponse in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return ContainerResponseModifier and TypeMethodDescriptionResourceMethodInvoker.apply(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. -
Uses of ContainerResponse in org.glassfish.jersey.servlet.internal
Methods in org.glassfish.jersey.servlet.internal that return ContainerResponseMethods in org.glassfish.jersey.servlet.internal with parameters of type ContainerResponseModifier and TypeMethodDescriptionResponseWriter.writeResponseStatusAndHeaders(long contentLength, ContainerResponse responseContext)